• 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 refs:mb_type

183             if (IS_INTER(s->current_picture.f.mb_type[mb_index]))
192 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
204 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
216 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
229 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
269 int left_intra = IS_INTRA(s->current_picture.f.mb_type[( b_x >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
270 int right_intra = IS_INTRA(s->current_picture.f.mb_type[((b_x + 1) >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
337 int top_intra = IS_INTRA(s->current_picture.f.mb_type[(b_x >> is_luma) + ( b_y >> is_luma) * s->mb_stride]);
338 int bottom_intra = IS_INTRA(s->current_picture.f.mb_type[(b_x >> is_luma) + ((b_y + 1) >> is_luma) * s->mb_stride]);
409 if (IS_INTRA(s->current_picture.f.mb_type[mb_xy]))
430 if (IS_INTRA(s->current_picture.f.mb_type[mb_xy]))
485 assert(!IS_INTRA(s->current_picture.f.mb_type[mb_xy]));
785 if (IS_INTRA(s->current_picture.f.mb_type[mb_xy]))
1070 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
1072 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_16x16 | MB_TYPE_L0;
1079 if (!IS_INTRA(s->current_picture.f.mb_type[mb_xy]))
1080 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
1090 const int mb_type = s->current_picture.f.mb_type[mb_xy];
1097 if (IS_INTRA(mb_type))
1107 if (IS_8X8(mb_type)) {
1138 const int mb_type = s->current_picture.f.mb_type[mb_xy];
1144 if (IS_INTRA(mb_type))
1199 const int mb_type = s->current_picture.f.mb_type[mb_xy];
1203 if (IS_INTRA(mb_type) && s->partitioned_frame)
1250 const int mb_type = s->current_picture.f.mb_type[mb_xy];
1254 if (IS_INTER(mb_type))