Home
last modified time | relevance | path

Searched refs:FF_PROFILE_MPEG2_422 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dprofiles.c101 { FF_PROFILE_MPEG2_422, "4:2:2" },
Dprofiles.h47 FF_AVCTX_PROFILE_OPTION("422", NULL, VIDEO, FF_PROFILE_MPEG2_422)\
Dmpeg12enc.c169 … avctx->profile = s->chroma_format == CHROMA_420 ? FF_PROFILE_MPEG2_MAIN : FF_PROFILE_MPEG2_422; in encode_init()
173 if (avctx->profile == FF_PROFILE_MPEG2_422) { /* 4:2:2 */ in encode_init()
328 … put_bits(&s->pb, 1, s->avctx->profile == FF_PROFILE_MPEG2_422); // escx 1 for 4:2:2 profile in mpeg1_encode_sequence_header()
Davcodec.h1887 #define FF_PROFILE_MPEG2_422 0 macro