• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/

Lines Matching refs:mb_type_col

148     int mb_type_col[2];
229 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
230 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + s->mb_stride];
235 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
236 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
244 mb_type_col[0] =
245 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
248 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
250 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
251 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
277 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
292 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
315 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
347 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
388 int mb_type_col[2];
408 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
409 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + s->mb_stride];
415 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
416 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
424 mb_type_col[0] =
425 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
428 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
430 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
431 *mb_type |= MB_TYPE_L0L1|MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
466 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
468 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
483 if(IS_INTRA(mb_type_col[y8])){
518 if(IS_INTRA(mb_type_col[0])){
546 if(IS_INTRA(mb_type_col[0])){