Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmsmpeg4data.h81 extern const uint32_t ff_table1_dc_lum[120][2];
Dmsmpeg4data.c168 const uint32_t ff_table1_dc_lum[120][2] = { variable
Dmsmpeg4enc.c548 put_bits(&s->pb, ff_table1_dc_lum[code][1], ff_table1_dc_lum[code][0]); in msmpeg4_encode_dc()
Dmsmpeg4dec.c339 &ff_table1_dc_lum[0][1], 8, 4, in ff_msmpeg4_decode_init()
340 &ff_table1_dc_lum[0][0], 8, 4, 1476); in ff_msmpeg4_decode_init()