IS_8x8DCT 546 libavcodec/h264.c h->neighbor_transform_size= !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[0]); IS_8x8DCT 2491 libavcodec/h264.c if(IS_8x8DCT(mb_type)){ IS_8x8DCT 2594 libavcodec/h264.c const int di = IS_8x8DCT(mb_type) ? 4 : 1; IS_8x8DCT 2595 libavcodec/h264.c idct_add= IS_8x8DCT(mb_type) ? s->dsp.add_pixels8 : s->dsp.add_pixels4; IS_8x8DCT 2602 libavcodec/h264.c if(IS_8x8DCT(mb_type)){ IS_8x8DCT 4798 libavcodec/h264.c if(IS_8x8DCT(mb_type)){ IS_8x8DCT 5883 libavcodec/h264.c if( IS_8x8DCT(mb_type) ) { IS_8x8DCT 6201 libavcodec/h264.c if( IS_8x8DCT(mb_type) ) { IS_8x8DCT 6229 libavcodec/h264.c if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 ) { IS_8x8DCT 6238 libavcodec/h264.c int step = IS_8x8DCT(mb_type) ? 2 : 1; IS_8x8DCT 6259 libavcodec/h264.c } else if( IS_8x8DCT(mb_type) ) { IS_8x8DCT 6357 libavcodec/h264.c if( (edge&1) && IS_8x8DCT(mb_type) ) IS_8x8DCT 6509 libavcodec/h264.c if(IS_8x8DCT(top_type)){ IS_8x8DCT 6515 libavcodec/h264.c if(IS_8x8DCT(left_type[0])){ IS_8x8DCT 6519 libavcodec/h264.c if(IS_8x8DCT(left_type[1])){ IS_8x8DCT 6524 libavcodec/h264.c if(IS_8x8DCT(mb_type)){ IS_8x8DCT 6568 libavcodec/h264.c ((!h->pps.cabac && IS_8x8DCT(s->current_picture.mb_type[mbn_xy])) ?