Searched refs:ff_vc1_mc_1mv (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc1.h | 428 void ff_vc1_mc_1mv(VC1Context *v, int dir);
|
H A D | vc1_block.c | 318 ff_vc1_mc_1mv(v, 0); in vc1_b_mc() 323 ff_vc1_mc_1mv(v, 0); in vc1_b_mc() 328 ff_vc1_mc_1mv(v, (mode == BMV_TYPE_BACKWARD)); in vc1_b_mc() 1347 if (!s->mb_intra) ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb() 1394 ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb() 1674 ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb_intfr() 1716 ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb_intfr() 1797 ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb_intfi() 2354 ff_vc1_mc_1mv(v, 0); in vc1_decode_b_mb_intfr() 2380 ff_vc1_mc_1mv( in vc1_decode_b_mb_intfr() [all...] |
H A D | vc1_mc.c | 172 void ff_vc1_mc_1mv(VC1Context *v, int dir) in ff_vc1_mc_1mv() function
|
Completed in 8 milliseconds