comparison avcodec.h @ 3338:937f14bb0f23 libavcodec

support doing motion estimation and compensation without any residual transform or coding this is usefull for filters which need ME/MC
author michael
date Sun, 04 Jun 2006 21:54:58 +0000
parents 97af1b315f59
children 13829fcefa81
comparison
equal deleted inserted replaced
3337:bec1eb6d3746 3338:937f14bb0f23
341 #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform 341 #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform
342 #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip 342 #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip
343 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters 343 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters
344 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization 344 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization
345 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table 345 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table
346 #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< only do ME/MC (I frames -> ref, P frame -> ME+MC)
346 347
347 /* Unsupported options : 348 /* Unsupported options :
348 * Syntax Arithmetic coding (SAC) 349 * Syntax Arithmetic coding (SAC)
349 * Reference Picture Selection 350 * Reference Picture Selection
350 * Independant Segment Decoding */ 351 * Independant Segment Decoding */