Lines Matching refs:IS_INTRA
155 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
168 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
183 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
196 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
255 int left_intra = IS_INTRA(s->cur_pic.mb_type[( b_x >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
256 int right_intra = IS_INTRA(s->cur_pic.mb_type[((b_x + 1) >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
324 int top_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ( b_y >> is_luma) * s->mb_stride]);
325 int bottom_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ((b_y + 1) >> is_luma) * s->mb_stride]);
420 if (IS_INTRA(s->cur_pic.mb_type[mb_xy]))
445 if (IS_INTRA(s->cur_pic.mb_type[mb_xy]))
498 av_assert1(!IS_INTRA(s->cur_pic.mb_type[mb_xy]));
776 if (IS_INTRA(s->cur_pic.mb_type[mb_xy]))
1139 if (!IS_INTRA(s->cur_pic.mb_type[mb_xy]))
1154 if (IS_INTRA(mb_type))
1191 if (IS_INTRA(mb_type))
1239 if (IS_INTRA(mb_type) && s->partitioned_frame)