Searched refs:dct8x8_allowed (Results 1 – 2 of 2) sorted by relevance
702 int dct8x8_allowed = h->ps.pps->transform_8x8_mode; in ff_h264_decode_mb_cavlc() local805 if(dct8x8_allowed && get_bits1(&sl->gb)){ in ff_h264_decode_mb_cavlc()901 if(dct8x8_allowed) in ff_h264_decode_mb_cavlc()902 dct8x8_allowed = get_dct8x8_allowed(h, sl); in ff_h264_decode_mb_cavlc()949 dct8x8_allowed &= h->ps.sps->direct_8x8_inference_flag; in ff_h264_decode_mb_cavlc()1091 if(dct8x8_allowed && (cbp&15) && !IS_INTRA(mb_type)){ in ff_h264_decode_mb_cavlc()
1916 int dct8x8_allowed = h->ps.pps->transform_8x8_mode; in ff_h264_decode_mb_cabac() local2068 …if (dct8x8_allowed && get_cabac_noinline(&sl->cabac, &sl->cabac_state[399 + sl->neighbor_transform… in ff_h264_decode_mb_cabac()2152 if(dct8x8_allowed) in ff_h264_decode_mb_cabac()2153 dct8x8_allowed = get_dct8x8_allowed(h, sl); in ff_h264_decode_mb_cabac()2215 dct8x8_allowed &= sps->direct_8x8_inference_flag; in ff_h264_decode_mb_cabac()2338 if( dct8x8_allowed && (cbp&15) && !IS_INTRA( mb_type ) ) { in ff_h264_decode_mb_cabac()