comparison h264_loopfilter.c @ 11064:86ec27e828b5 libavcodec

Get rid of a check in one direction that cant be true in it in that part of the code. No meassureable speed change.
author michael
date Sun, 31 Jan 2010 02:05:26 +0000
parents 40b84645b089
children 1b8e11679883
comparison
equal deleted inserted replaced
11063:8327c5b4df9b 11064:86ec27e828b5
508 *(uint64_t*)bS= 0x0004000400040004ULL; 508 *(uint64_t*)bS= 0x0004000400040004ULL;
509 } else { 509 } else {
510 int i, l; 510 int i, l;
511 int mv_done; 511 int mv_done;
512 512
513 if( FRAME_MBAFF && IS_INTERLACED(mb_type ^ mbm_type)) { //FIXME not posible left 513 if( dir && FRAME_MBAFF && IS_INTERLACED(mb_type ^ mbm_type)) {
514 *(uint64_t*)bS= 0x0001000100010001ULL; 514 *(uint64_t*)bS= 0x0001000100010001ULL;
515 mv_done = 1; 515 mv_done = 1;
516 } 516 }
517 else if( mask_par0 && ((mbm_type & (MB_TYPE_16x16 | (MB_TYPE_8x16 >> dir)))) ) { 517 else if( mask_par0 && ((mbm_type & (MB_TYPE_16x16 | (MB_TYPE_8x16 >> dir)))) ) {
518 int b_idx= 8 + 4; 518 int b_idx= 8 + 4;