Defines | |
#define | CODEC_FLAG_OBMC 0x00000001 |
OBMC. | |
#define | CODEC_FLAG_H263P_AIV 0x00000008 |
H.263 alternative inter VLC. | |
#define | CODEC_FLAG_PART 0x0080 |
Use data partitioning. | |
#define | CODEC_FLAG_ALT_SCAN 0x00100000 |
Use alternate scan. | |
#define | CODEC_FLAG_H263P_UMV 0x02000000 |
unlimited motion vector | |
#define | CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 |
#define | CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 |
Will reserve space for SVCD scan offset user data. | |
#define | CODEC_FLAG2_INTRA_VLC 0x00000800 |
Use MPEG-2 intra VLC table. | |
#define | CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 |
timecode is in drop frame format. | |
#define | CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 |
Use MPEG-2 nonlinear quantizer. | |
#define | CODEC_FLAG_EXTERN_HUFF 0x1000 |
Use external Huffman table (for MJPEG). | |
#define | CODEC_FLAG2_BPYRAMID 0x00000010 |
H.264 allow B-frames to be used as references. | |
#define | CODEC_FLAG2_WPRED 0x00000020 |
H.264 weighted biprediction for B-frames. | |
#define | CODEC_FLAG2_MIXED_REFS 0x00000040 |
H.264 one reference per partition, as opposed to one reference per macroblock. | |
#define | CODEC_FLAG2_8X8DCT 0x00000080 |
H.264 high profile 8x8 transform. | |
#define | CODEC_FLAG2_FASTPSKIP 0x00000100 |
H.264 fast pskip. | |
#define | CODEC_FLAG2_AUD 0x00000200 |
H.264 access unit delimiters. | |
#define | CODEC_FLAG2_BRDO 0x00000400 |
B-frame rate-distortion optimization. | |
#define | CODEC_FLAG2_MBTREE 0x00040000 |
Use macroblock tree ratecontrol (x264 only). | |
#define | CODEC_FLAG2_PSY 0x00080000 |
Use psycho visual optimizations. | |
#define | CODEC_FLAG2_SSIM 0x00100000 |
Compute SSIM during encoding, error[] values are undefined. | |
#define | CODEC_FLAG2_INTRA_REFRESH 0x00200000 |
Use periodic insertion of intra blocks instead of keyframes. | |
#define | CODEC_FLAG2_MEMC_ONLY 0x00001000 |
Only do ME/MC (I frames -> ref, P frame -> ME+MC). | |
#define | CODEC_FLAG2_BIT_RESERVOIR 0x00020000 |
Use a bit reservoir when encoding if possible. |
#define CODEC_FLAG2_8X8DCT 0x00000080 |
H.264 high profile 8x8 transform.
Definition at line 709 of file avcodec.h.
Referenced by X264_init().
#define CODEC_FLAG2_AUD 0x00000200 |
H.264 access unit delimiters.
Definition at line 711 of file avcodec.h.
Referenced by X264_init(), and XAVS_init().
#define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 |
Use a bit reservoir when encoding if possible.
Definition at line 722 of file avcodec.h.
Referenced by MP3lame_encode_init().
#define CODEC_FLAG2_BPYRAMID 0x00000010 |
H.264 allow B-frames to be used as references.
Definition at line 706 of file avcodec.h.
Referenced by X264_init().
#define CODEC_FLAG2_BRDO 0x00000400 |
#define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 |
timecode is in drop frame format.
Definition at line 699 of file avcodec.h.
Referenced by encode_init(), ff_mov_read_stsd_entries(), and parse_timecode_in_framenum_format().
#define CODEC_FLAG2_FASTPSKIP 0x00000100 |
H.264 fast pskip.
Definition at line 710 of file avcodec.h.
Referenced by X264_init(), and XAVS_init().
#define CODEC_FLAG2_INTRA_REFRESH 0x00200000 |
Use periodic insertion of intra blocks instead of keyframes.
Definition at line 716 of file avcodec.h.
Referenced by X264_init().
#define CODEC_FLAG2_INTRA_VLC 0x00000800 |
Use MPEG-2 intra VLC table.
Definition at line 698 of file avcodec.h.
Referenced by MPV_encode_init().
#define CODEC_FLAG2_MBTREE 0x00040000 |
Use macroblock tree ratecontrol (x264 only).
Definition at line 713 of file avcodec.h.
Referenced by X264_init(), and XAVS_init().
#define CODEC_FLAG2_MEMC_ONLY 0x00001000 |
#define CODEC_FLAG2_MIXED_REFS 0x00000040 |
H.264 one reference per partition, as opposed to one reference per macroblock.
Definition at line 708 of file avcodec.h.
Referenced by X264_init(), and XAVS_init().
#define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 |
Use MPEG-2 nonlinear quantizer.
Definition at line 700 of file avcodec.h.
Referenced by MPV_encode_init().
#define CODEC_FLAG2_PSY 0x00080000 |
Use psycho visual optimizations.
Definition at line 714 of file avcodec.h.
Referenced by X264_init().
#define CODEC_FLAG2_SSIM 0x00100000 |
Compute SSIM during encoding, error[] values are undefined.
Definition at line 715 of file avcodec.h.
Referenced by X264_init().
#define CODEC_FLAG2_WPRED 0x00000020 |
H.264 weighted biprediction for B-frames.
Definition at line 707 of file avcodec.h.
Referenced by X264_init(), and XAVS_init().
#define CODEC_FLAG_ALT_SCAN 0x00100000 |
#define CODEC_FLAG_EXTERN_HUFF 0x1000 |
Use external Huffman table (for MJPEG).
Definition at line 703 of file avcodec.h.
Referenced by ff_mjpeg_decode_init().
#define CODEC_FLAG_H263P_AIV 0x00000008 |
H.263 alternative inter VLC.
Definition at line 692 of file avcodec.h.
Referenced by MPV_encode_init().
#define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 |
#define CODEC_FLAG_H263P_UMV 0x02000000 |
#define CODEC_FLAG_OBMC 0x00000001 |
#define CODEC_FLAG_PART 0x0080 |
#define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 |
Will reserve space for SVCD scan offset user data.
Definition at line 697 of file avcodec.h.
Referenced by encode_init().