Searched refs:ff_table0_dc_lum (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsmpeg4data.h75 extern const uint32_t ff_table0_dc_lum[120][2];
H A Dmsmpeg4.c889 put_bits(&s->pb, ff_table0_dc_lum[code][1], ff_table0_dc_lum[code][0]);
1293 &ff_table0_dc_lum[0][1], 8, 4,
1294 &ff_table0_dc_lum[0][0], 8, 4, 1158);
H A Dmsmpeg4data.c94 const uint32_t ff_table0_dc_lum[120][2] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4data.h79 extern const uint32_t ff_table0_dc_lum[120][2];
H A Dmsmpeg4enc.c544 put_bits(&s->pb, ff_table0_dc_lum[code][1], ff_table0_dc_lum[code][0]);
H A Dmsmpeg4dec.c322 &ff_table0_dc_lum[0][1], 8, 4,
323 &ff_table0_dc_lum[0][0], 8, 4, 1158);
H A Dmsmpeg4data.c100 const uint32_t ff_table0_dc_lum[120][2] = { variable

Completed in 105 milliseconds