Searched refs:mpc8_huffq2 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | mpc8data.h | 50 static const int8_t mpc8_huffq2[5*5*5] = { variable |
D | mpc8.c | 320 cnt = (cnt >> 1) + mpc8_huffq2[t]; in mpc8_decode_frame() |