comparison motion_est.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents e237d9bd0f8c
children 8e42a0463f68
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
1298 if (varc*2 + 200 > vard){ 1298 if (varc*2 + 200 > vard){
1299 mb_type|= CANDIDATE_MB_TYPE_INTER; 1299 mb_type|= CANDIDATE_MB_TYPE_INTER;
1300 c->sub_motion_search(s, &mx, &my, dmin, 0, 0, 0, 16); 1300 c->sub_motion_search(s, &mx, &my, dmin, 0, 0, 0, 16);
1301 if(s->flags&CODEC_FLAG_MV0) 1301 if(s->flags&CODEC_FLAG_MV0)
1302 if(mx || my) 1302 if(mx || my)
1303 mb_type |= CANDIDATE_MB_TYPE_SKIPED; //FIXME check difference 1303 mb_type |= CANDIDATE_MB_TYPE_SKIPPED; //FIXME check difference
1304 }else{ 1304 }else{
1305 mx <<=shift; 1305 mx <<=shift;
1306 my <<=shift; 1306 my <<=shift;
1307 } 1307 }
1308 if((s->flags&CODEC_FLAG_4MV) 1308 if((s->flags&CODEC_FLAG_4MV)