Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmsmpeg4data.h80 extern const uint32_t ff_table1_dc_lum[120][2];
H A Dmsmpeg4enc.c541 put_bits(&s->pb, ff_table1_dc_lum[code][1], ff_table1_dc_lum[code][0]); in msmpeg4_encode_dc()
H A Dmsmpeg4dec.c330 &ff_table1_dc_lum[0][1], 8, 4, in msmpeg4_decode_init_static()
331 &ff_table1_dc_lum[0][0], 8, 4, 1476); in msmpeg4_decode_init_static()
H A Dmsmpeg4data.c167 const uint32_t ff_table1_dc_lum[120][2] = { variable

Completed in 6 milliseconds