Searched refs:ff_mpeg4_DCtab_chrom (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4.c90 uni_code= ff_mpeg4_DCtab_chrom[size][0];
91 uni_len = ff_mpeg4_DCtab_chrom[size][1];
H A Dmpeg4video.h107 extern const uint8_t ff_mpeg4_DCtab_chrom[13][2];
H A Dmpeg4data.h41 const uint8_t ff_mpeg4_DCtab_chrom[13][2] = variable
H A Dmpeg4videoenc.c284 put_bits(s, ff_mpeg4_DCtab_chrom[size][1], ff_mpeg4_DCtab_chrom[size][0]);
1179 uni_code = ff_mpeg4_DCtab_chrom[size][0];
1180 uni_len = ff_mpeg4_DCtab_chrom[size][1];
H A Dmpeg4videodec.c2629 &ff_mpeg4_DCtab_chrom[0][1], 2, 1,
2630 &ff_mpeg4_DCtab_chrom[0][0], 2, 1, 512);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4video.h63 extern const uint8_t ff_mpeg4_DCtab_chrom[13][2];
H A Dmpeg4data.h41 const uint8_t ff_mpeg4_DCtab_chrom[13][2] = variable
H A Dmpeg4videoenc.c271 put_bits(&s->pb, ff_mpeg4_DCtab_chrom[size][1], ff_mpeg4_DCtab_chrom[size][0]);
1121 uni_code= ff_mpeg4_DCtab_chrom[size][0];
1122 uni_len = ff_mpeg4_DCtab_chrom[size][1];
H A Dmsmpeg4.c111 uni_code= ff_mpeg4_DCtab_chrom[size][0];
112 uni_len = ff_mpeg4_DCtab_chrom[size][1];
H A Dmpeg4videodec.c2218 &ff_mpeg4_DCtab_chrom[0][1], 2, 1,
2219 &ff_mpeg4_DCtab_chrom[0][0], 2, 1, 512);

Completed in 191 milliseconds