IS_INTRA16x16 1869 libavcodec/h264_cabac.c if( IS_INTRA16x16( mb_type ) ) { IS_INTRA16x16 2325 libavcodec/h264_cabac.c if( !IS_INTRA16x16( mb_type ) ) { IS_INTRA16x16 2385 libavcodec/h264_cabac.c if( cbp || IS_INTRA16x16( mb_type ) ) { IS_INTRA16x16 639 libavcodec/h264_cavlc.c if(IS_INTRA16x16(mb_type)){ IS_INTRA16x16 1069 libavcodec/h264_cavlc.c if(!IS_INTRA16x16(mb_type)){ IS_INTRA16x16 1103 libavcodec/h264_cavlc.c if(cbp || IS_INTRA16x16(mb_type)){ IS_INTRA16x16 739 libavcodec/h264_mb.c if (IS_INTRA16x16(mb_type)) { IS_INTRA16x16 222 libavcodec/mpegutils.c else if (IS_INTRA16x16(mb_type)) IS_INTRA16x16 319 libavcodec/mpegutils.c IS_INTRA16x16(mb_type)) { IS_INTRA16x16 406 libavcodec/rv34.c r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]); IS_INTRA16x16 936 libavcodec/svq3.c if (!IS_INTRA16x16(mb_type) && IS_INTRA16x16 946 libavcodec/svq3.c if (IS_INTRA16x16(mb_type) || IS_INTRA16x16 955 libavcodec/svq3.c if (IS_INTRA16x16(mb_type)) { IS_INTRA16x16 966 libavcodec/svq3.c const int index = IS_INTRA16x16(mb_type) ? 1 : 0;