Home
last modified time | relevance | path

Searched defs:quant_tab (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dituh263dec.c433 static const int8_t quant_tab[4] = { -1, -2, 1, 2 }; in h263_decode_dquant() local
H A Dmv30.c98 static void get_qtable(int16_t *table, int quant, const uint8_t *quant_tab) in get_qtable() argument
H A Dmpeg4videodec.c763 static const int8_t quant_tab[4] = { -1, -2, 1, 2 }; in mpeg4_decode_partition_a() local
956 static const int8_t quant_tab[4] = { -1, -2, 1, 2 }; in mpeg4_decode_partition_b() local
1476 static const int8_t quant_tab[4] = { -1, -2, 1, 2 }; in mpeg4_decode_mb() local

Completed in 11 milliseconds