Searched defs:quant_tab (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ituh263dec.c | 433 static const int8_t quant_tab[4] = { -1, -2, 1, 2 }; in h263_decode_dquant() local
|
H A D | mv30.c | 98 static void get_qtable(int16_t *table, int quant, const uint8_t *quant_tab) in get_qtable() argument
|
H A D | mpeg4videodec.c | 763 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