Searched refs:svq3_mc_dir (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | svq3.c | 501 static inline int svq3_mc_dir(SVQ3Context *s, int size, int mode, in svq3_mc_dir() function 736 if (svq3_mc_dir(s, mb_type, PREDICT_MODE, 0, 0) < 0) in svq3_decode_mb() 738 if (svq3_mc_dir(s, mb_type, PREDICT_MODE, 1, 1) < 0) in svq3_decode_mb() 802 if (svq3_mc_dir(s, mb_type - 1, mode, 0, 0) < 0) in svq3_decode_mb() 806 if (svq3_mc_dir(s, 0, mode, 0, 0) < 0) in svq3_decode_mb() 814 if (svq3_mc_dir(s, 0, mode, 1, mb_type == 3) < 0) in svq3_decode_mb()
|
Completed in 3 milliseconds