IS_8x8DCT        1861 libavcodec/h264_cabac.c                 if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT        2309 libavcodec/h264_cabac.c     if (CHROMA444(h) && IS_8x8DCT(mb_type)){
IS_8x8DCT        2313 libavcodec/h264_cabac.c             if (h->left_type[LEFT(i)] && !IS_8x8DCT(h->left_type[LEFT(i)])){
IS_8x8DCT        2322 libavcodec/h264_cabac.c         if (h->top_type && !IS_8x8DCT(h->top_type)){
IS_8x8DCT         668 libavcodec/h264_cavlc.c                 if(IS_8x8DCT(mb_type)){
IS_8x8DCT         274 libavcodec/h264_loopfilter.c         if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         297 libavcodec/h264_loopfilter.c                 if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         360 libavcodec/h264_loopfilter.c         if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 && !chroma444 ) {
IS_8x8DCT         397 libavcodec/h264_loopfilter.c         } else if( IS_8x8DCT(mb_type) ) {
IS_8x8DCT         500 libavcodec/h264_loopfilter.c                     if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) {
IS_8x8DCT         617 libavcodec/h264_loopfilter.c         const int deblock_edge = !IS_8x8DCT(mb_type & (edge<<24)); // (edge&1) && IS_8x8DCT(mb_type)
IS_8x8DCT         753 libavcodec/h264_loopfilter.c                          ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
IS_8x8DCT         621 libavcodec/h264_mb.c         if (IS_8x8DCT(mb_type)) {
IS_8x8DCT         764 libavcodec/h264_mb.c                     const int di = IS_8x8DCT(mb_type) ? 4 : 1;
IS_8x8DCT         765 libavcodec/h264_mb.c                     idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear
IS_8x8DCT         773 libavcodec/h264_mb.c                     if (IS_8x8DCT(mb_type))
IS_8x8DCT         791 libavcodec/h264_mvpred.h     h->neighbor_transform_size = !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]);
IS_8x8DCT        2232 libavcodec/h264_slice.c         if (IS_8x8DCT(top_type)) {
IS_8x8DCT        2238 libavcodec/h264_slice.c         if (IS_8x8DCT(left_type[LTOP])) {
IS_8x8DCT        2242 libavcodec/h264_slice.c         if (IS_8x8DCT(left_type[LBOT])) {
IS_8x8DCT        2247 libavcodec/h264_slice.c         if (IS_8x8DCT(mb_type)) {