Home
last modified time | relevance | path

Searched refs:ff_mpeg4_DCtab_chrom (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4videodata.h31 extern const uint8_t ff_mpeg4_DCtab_chrom[13][2];
Dmsmpeg4.c90 uni_code = ff_mpeg4_DCtab_chrom[size][0]; in init_h263_dc_for_msmpeg4()
91 uni_len = ff_mpeg4_DCtab_chrom[size][1]; in init_h263_dc_for_msmpeg4()
Dmpeg4data.h40 const uint8_t ff_mpeg4_DCtab_chrom[13][2] = variable
Dmpeg4videoenc.c1155 uni_code = ff_mpeg4_DCtab_chrom[size][0]; in init_uni_dc_tab()
1156 uni_len = ff_mpeg4_DCtab_chrom[size][1]; in init_uni_dc_tab()
Dmpeg4videodec.c3613 &ff_mpeg4_DCtab_chrom[0][1], 2, 1, in mpeg4_init_static()
3614 &ff_mpeg4_DCtab_chrom[0][0], 2, 1, 512); in mpeg4_init_static()