IS_8x8DCT        1889 libavcodec/h264_cabac.c                 if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT        2344 libavcodec/h264_cabac.c     if (CHROMA444(h) && IS_8x8DCT(mb_type)){
IS_8x8DCT        2349 libavcodec/h264_cabac.c                 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) {
IS_8x8DCT        2358 libavcodec/h264_cabac.c             if (sl->top_type && !IS_8x8DCT(sl->top_type)){
IS_8x8DCT        2366 libavcodec/h264_cabac.c                 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) {
IS_8x8DCT        2375 libavcodec/h264_cabac.c             if (sl->top_type && !IS_8x8DCT(sl->top_type)){
IS_8x8DCT         671 libavcodec/h264_cavlc.c                 if(IS_8x8DCT(mb_type)){
IS_8x8DCT         276 libavcodec/h264_loopfilter.c         if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         299 libavcodec/h264_loopfilter.c                 if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         362 libavcodec/h264_loopfilter.c         if( IS_8x8DCT(mb_type) && (sl->cbp&7) == 7 && !chroma444 ) {
IS_8x8DCT         399 libavcodec/h264_loopfilter.c         } else if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         514 libavcodec/h264_loopfilter.c                     if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) {
IS_8x8DCT         631 libavcodec/h264_loopfilter.c         const int deblock_edge = !IS_8x8DCT(mb_type & (edge<<24)); // (edge&1) && IS_8x8DCT(mb_type)
IS_8x8DCT         771 libavcodec/h264_loopfilter.c                          ((!h->ps.pps->cabac && IS_8x8DCT(mbn_type)) ?
IS_8x8DCT         628 libavcodec/h264_mb.c         if (IS_8x8DCT(mb_type)) {
IS_8x8DCT         763 libavcodec/h264_mb.c                 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
IS_8x8DCT         764 libavcodec/h264_mb.c                 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear
IS_8x8DCT         772 libavcodec/h264_mb.c                 if (IS_8x8DCT(mb_type))
IS_8x8DCT         797 libavcodec/h264_mvpred.h     sl->neighbor_transform_size = !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]);
IS_8x8DCT        2404 libavcodec/h264_slice.c         if (IS_8x8DCT(top_type)) {
IS_8x8DCT        2410 libavcodec/h264_slice.c         if (IS_8x8DCT(left_type[LTOP])) {
IS_8x8DCT        2414 libavcodec/h264_slice.c         if (IS_8x8DCT(left_type[LBOT])) {
IS_8x8DCT        2419 libavcodec/h264_slice.c         if (IS_8x8DCT(mb_type)) {