Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmsmpeg4data.h79 extern const uint32_t ff_table0_dc_lum[120][2];
Dmsmpeg4data.c99 const uint32_t ff_table0_dc_lum[120][2] = { variable
Dmsmpeg4enc.c535 put_bits(&s->pb, ff_table0_dc_lum[code][1], ff_table0_dc_lum[code][0]); in msmpeg4_encode_dc()
Dmsmpeg4dec.c324 &ff_table0_dc_lum[0][1], 8, 4, in msmpeg4_decode_init_static()
325 &ff_table0_dc_lum[0][0], 8, 4, 1158); in msmpeg4_decode_init_static()