IS_INTRA 156 libavcodec/error_resilience.c int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); IS_INTRA 169 libavcodec/error_resilience.c int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); IS_INTRA 184 libavcodec/error_resilience.c int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); IS_INTRA 197 libavcodec/error_resilience.c int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); IS_INTRA 256 libavcodec/error_resilience.c int left_intra = IS_INTRA(s->cur_pic.mb_type[( b_x >> is_luma) + (b_y >> is_luma) * s->mb_stride]); IS_INTRA 257 libavcodec/error_resilience.c int right_intra = IS_INTRA(s->cur_pic.mb_type[((b_x + 1) >> is_luma) + (b_y >> is_luma) * s->mb_stride]); IS_INTRA 325 libavcodec/error_resilience.c int top_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ( b_y >> is_luma) * s->mb_stride]); IS_INTRA 326 libavcodec/error_resilience.c int bottom_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ((b_y + 1) >> is_luma) * s->mb_stride]); IS_INTRA 421 libavcodec/error_resilience.c if (IS_INTRA(s->cur_pic.mb_type[mb_xy])) IS_INTRA 446 libavcodec/error_resilience.c if (IS_INTRA(s->cur_pic.mb_type[mb_xy])) IS_INTRA 501 libavcodec/error_resilience.c av_assert1(!IS_INTRA(s->cur_pic.mb_type[mb_xy])); IS_INTRA 786 libavcodec/error_resilience.c if (IS_INTRA(s->cur_pic.mb_type[mb_xy])) IS_INTRA 1146 libavcodec/error_resilience.c if (!IS_INTRA(s->cur_pic.mb_type[mb_xy])) IS_INTRA 1161 libavcodec/error_resilience.c if (IS_INTRA(mb_type)) IS_INTRA 1198 libavcodec/error_resilience.c if (IS_INTRA(mb_type)) IS_INTRA 1249 libavcodec/error_resilience.c if (IS_INTRA(mb_type) && s->partitioned_frame) IS_INTRA 1886 libavcodec/h264_cabac.c int cqm = (IS_INTRA( mb_type ) ? 0:3) + p; IS_INTRA 2065 libavcodec/h264_cabac.c if( IS_INTRA( mb_type ) ) { IS_INTRA 2338 libavcodec/h264_cabac.c if( dct8x8_allowed && (cbp&15) && !IS_INTRA( mb_type ) ) { IS_INTRA 2355 libavcodec/h264_cabac.c nnz_cache[3+8*12 + 2*8*i]= IS_INTRA(mb_type) ? 64 : 0; IS_INTRA 2359 libavcodec/h264_cabac.c uint32_t top_empty = !IS_INTRA(mb_type) ? 0 : 0x40404040; IS_INTRA 2444 libavcodec/h264_cabac.c qmul = h->ps.pps->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]]; IS_INTRA 2468 libavcodec/h264_cabac.c qmul = h->ps.pps->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]]; IS_INTRA 666 libavcodec/h264_cavlc.c int cqm = (IS_INTRA( mb_type ) ? 0:3)+p; IS_INTRA 804 libavcodec/h264_cavlc.c if(IS_INTRA(mb_type)){ IS_INTRA 1096 libavcodec/h264_cavlc.c if(dct8x8_allowed && (cbp&15) && !IS_INTRA(mb_type)){ IS_INTRA 1162 libavcodec/h264_cavlc.c const uint32_t *qmul = h->ps.pps->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[chroma_idx]]; IS_INTRA 375 libavcodec/h264_direct.c if (!IS_INTRA(mb_type_col[y8]) && !sl->ref_list[1][0].parent->long_ref && IS_INTRA 406 libavcodec/h264_direct.c if (!IS_INTRA(mb_type_col[0]) && !sl->ref_list[1][0].parent->long_ref && IS_INTRA 444 libavcodec/h264_direct.c if (!IS_INTRA(mb_type_col[0]) && !sl->ref_list[1][0].parent->long_ref && IS_INTRA 610 libavcodec/h264_direct.c if (IS_INTRA(mb_type_col[y8])) { IS_INTRA 649 libavcodec/h264_direct.c if (IS_INTRA(mb_type_col[0])) { IS_INTRA 677 libavcodec/h264_direct.c if (IS_INTRA(mb_type_col[0])) { IS_INTRA 270 libavcodec/h264_loopfilter.c if( IS_INTRA(mb_type) ) { IS_INTRA 376 libavcodec/h264_loopfilter.c if( IS_INTRA(left_type) ) IS_INTRA 378 libavcodec/h264_loopfilter.c if( IS_INTRA(top_type) ) IS_INTRA 511 libavcodec/h264_loopfilter.c if (IS_INTRA(mb_type | h->cur_pic.mb_type[mbn_xy])) { IS_INTRA 549 libavcodec/h264_loopfilter.c if( IS_INTRA(mb_type|mbm_type)) { IS_INTRA 636 libavcodec/h264_loopfilter.c if( IS_INTRA(mb_type)) { IS_INTRA 748 libavcodec/h264_loopfilter.c if( IS_INTRA(mb_type) ) { IS_INTRA 767 libavcodec/h264_loopfilter.c if( IS_INTRA( mbn_type ) ) IS_INTRA 153 libavcodec/h264_mb_template.c if (IS_INTRA(mb_type)) { IS_INTRA 197 libavcodec/h264_mb_template.c if (IS_INTRA(mb_type) && h->ps.sps->profile_idc == 244 && IS_INTRA 238 libavcodec/h264_mb_template.c h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][qp[0]][0]); IS_INTRA 241 libavcodec/h264_mb_template.c h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][qp[1]][0]); IS_INTRA 325 libavcodec/h264_mb_template.c if (IS_INTRA(mb_type)) { IS_INTRA 466 libavcodec/h264_mvpred.h if (IS_INTRA(mb_type)) { IS_INTRA 467 libavcodec/h264_mvpred.h int type_mask = h->ps.pps->constrained_intra_pred ? IS_INTRA(-1) : -1; IS_INTRA 554 libavcodec/h264_mvpred.h uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; IS_INTRA 585 libavcodec/h264_mvpred.h nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64; IS_INTRA 594 libavcodec/h264_mvpred.h sl->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F; IS_INTRA 601 libavcodec/h264_mvpred.h sl->left_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F; IS_INTRA 2371 libavcodec/h264_slice.c if (IS_INTRA(mb_type)) IS_INTRA 52 libavcodec/hevcpred_template.c if (!IS_INTRA(i, -1)) \ IS_INTRA 58 libavcodec/hevcpred_template.c if (!IS_INTRA(i - 1, -1)) \ IS_INTRA 62 libavcodec/hevcpred_template.c if (!IS_INTRA(-1, i - 3)) \ IS_INTRA 68 libavcodec/hevcpred_template.c if (!IS_INTRA(-1, i)) \ IS_INTRA 202 libavcodec/hevcpred_template.c while (j > -1 && !IS_INTRA(-1, j)) IS_INTRA 204 libavcodec/hevcpred_template.c if (!IS_INTRA(-1, j)) { IS_INTRA 206 libavcodec/hevcpred_template.c while (j < size_max_x && !IS_INTRA(j, -1)) IS_INTRA 213 libavcodec/hevcpred_template.c while (j < size_max_x && !IS_INTRA(j, -1)) IS_INTRA 236 libavcodec/hevcpred_template.c if (!IS_INTRA(-1, - 1)) IS_INTRA 827 libavcodec/ituh263dec.c s->mb_intra = IS_INTRA(mb_type); IS_INTRA 679 libavcodec/mpeg12dec.c if (IS_INTRA(mb_type)) { IS_INTRA 729 libavcodec/mpeg12dec.c if (IS_INTRA(mb_type)) { IS_INTRA 913 libavcodec/mpeg4videodec.c if (IS_INTRA(s->current_picture.mb_type[xy])) { IS_INTRA 1336 libavcodec/mpeg4videodec.c s->mb_intra = IS_INTRA(mb_type); IS_INTRA 218 libavcodec/mpegutils.c else if (IS_INTRA(mb_type) && IS_ACPRED(mb_type)) IS_INTRA 250 libavcodec/mpegutils.c else if (IS_INTRA(mb_type) || IS_16X16(mb_type)) IS_INTRA 318 libavcodec/mpegutils.c } else if ((IS_INTRA(mb_type) && IS_ACPRED(mb_type)) || IS_INTRA 692 libavcodec/mpegvideo_motion.c if (mb_y == 0 || IS_INTRA(cur_frame->mb_type[xy - s->mb_stride])) { IS_INTRA 702 libavcodec/mpegvideo_motion.c if (mb_x == 0 || IS_INTRA(cur_frame->mb_type[xy - 1])) { IS_INTRA 711 libavcodec/mpegvideo_motion.c if (mb_x + 1 >= s->mb_width || IS_INTRA(cur_frame->mb_type[xy + 1])) { IS_INTRA 162 libavcodec/rv30.c if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype)) IS_INTRA 164 libavcodec/rv30.c if(IS_INTRA(mbtype)) IS_INTRA 416 libavcodec/rv34.c if(IS_INTRA(s->current_picture_ptr->mb_type[mb_pos])){ IS_INTRA 894 libavcodec/rv34.c if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){ IS_INTRA 1237 libavcodec/rv34.c if (IS_INTRA(s->current_picture_ptr->mb_type[mb_pos])){ IS_INTRA 374 libavcodec/rv40.c if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype)) IS_INTRA 376 libavcodec/rv40.c if(IS_INTRA(mbtype)) IS_INTRA 413 libavcodec/rv40.c mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[i]); IS_INTRA 629 libavcodec/svq3.c s->qscale, IS_INTRA(mb_type) ? 1 : 0); IS_INTRA 695 libavcodec/svq3.c if (IS_INTRA(mb_type)) { IS_INTRA 943 libavcodec/svq3.c cbp = IS_INTRA(mb_type) ? ff_h264_golomb_to_intra4x4_cbp[vlc] IS_INTRA 1013 libavcodec/svq3.c if (IS_INTRA(mb_type))