• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching defs:mb_type_col

165     int mb_type_col[2];
251 mb_type_col[0] = h->ref_list[1][0].f.mb_type[mb_xy];
252 mb_type_col[1] = h->ref_list[1][0].f.mb_type[mb_xy + s->mb_stride];
255 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
256 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
257 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
261 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
262 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
270 mb_type_col[0] =
271 mb_type_col[1] = h->ref_list[1][0].f.mb_type[mb_xy];
274 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
276 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
277 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
305 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
320 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
343 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
375 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
416 int mb_type_col[2];
441 mb_type_col[0] = h->ref_list[1][0].f.mb_type[mb_xy];
442 mb_type_col[1] = h->ref_list[1][0].f.mb_type[mb_xy + s->mb_stride];
445 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
446 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
447 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
452 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
453 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
461 mb_type_col[0] =
462 mb_type_col[1] = h->ref_list[1][0].f.mb_type[mb_xy];
465 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
467 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
468 *mb_type |= MB_TYPE_L0L1|MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
505 ref_offset = (h->ref_list[1][0].mbaff<<4) & (mb_type_col[0]>>3); //if(h->ref_list[1][0].mbaff && IS_INTERLACED(mb_type_col[0])) ref_offset=16 else 0
507 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
522 if(IS_INTRA(mb_type_col[y8])){
557 if(IS_INTRA(mb_type_col[0])){
585 if(IS_INTRA(mb_type_col[0])){