• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:mb_type_col

166     int mb_type_col[2];
253 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
254 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + h->mb_stride];
257 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
258 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
259 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
263 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
264 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
272 mb_type_col[0] =
273 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
276 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
278 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
279 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
307 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
322 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
345 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
377 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
417 int mb_type_col[2];
442 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
443 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + h->mb_stride];
446 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
447 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
448 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
453 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
454 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
462 mb_type_col[0] =
463 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
466 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
468 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
469 *mb_type |= MB_TYPE_L0L1|MB_TYPE_DIRECT2 | (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16));
506 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
508 if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
523 if(IS_INTRA(mb_type_col[y8])){
558 if(IS_INTRA(mb_type_col[0])){
586 if(IS_INTRA(mb_type_col[0])){