comparison avcodec.h @ 1644:835cf346975e libavcodec

h263 loop filter fixed h263 modified quantization CODEC_FLAG_OBMC
author michael
date Mon, 01 Dec 2003 15:23:14 +0000
parents 3e2b774edce4
children bdade3baabfc
comparison
equal deleted inserted replaced
1643:9bb07bd315d9 1644:835cf346975e
258 #define CODEC_FLAG_AC_PRED 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction 258 #define CODEC_FLAG_AC_PRED 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction
259 #define CODEC_FLAG_H263P_UMV 0x02000000 ///< Unlimited motion vector 259 #define CODEC_FLAG_H263P_UMV 0x02000000 ///< Unlimited motion vector
260 #define CODEC_FLAG_CBP_RD 0x04000000 ///< use rate distortion optimization for cbp 260 #define CODEC_FLAG_CBP_RD 0x04000000 ///< use rate distortion optimization for cbp
261 #define CODEC_FLAG_QP_RD 0x08000000 ///< use rate distortion optimization for qp selectioon 261 #define CODEC_FLAG_QP_RD 0x08000000 ///< use rate distortion optimization for qp selectioon
262 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc 262 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc
263 #define CODEC_FLAG_OBMC 0x00000001 ///< OBMC
264 #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter
263 /* For advanced prediction mode, we reuse the 4MV flag */ 265 /* For advanced prediction mode, we reuse the 4MV flag */
264 /* Unsupported options : 266 /* Unsupported options :
265 * Syntax Arithmetic coding (SAC) 267 * Syntax Arithmetic coding (SAC)
266 * Deblocking filter internal loop 268 * Deblocking filter internal loop
267 * Slice structured 269 * Slice structured