Home
last modified time | relevance | path

Searched refs:mpc8_thres (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpc8data.h49 static const unsigned int mpc8_thres[] = {0, 0, 3, 0, 0, 1, 3, 4, 8}; variable
Dmpc8.c335 cnt = 2 * mpc8_thres[res]; in mpc8_decode_frame()
337 const VLC *vlc = &quant_vlc[res - 5][cnt > mpc8_thres[res]]; in mpc8_decode_frame()