Searched refs:base_five_table (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | amrnbdata.h | 367 static const uint8_t base_five_table[128][3] = { variable |
D | amrnbdec.c | 440 const uint8_t *positions = base_five_table[code >> 3]; in decode_10bit_pulse() |