CABAC             514 libavcodec/h264_loopfilter.c                     if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) {
CABAC             554 libavcodec/h264_mvpred.h             uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040;
CABAC             585 libavcodec/h264_mvpred.h                 nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64;
CABAC             589 libavcodec/h264_mvpred.h         if (CABAC(h)) {
CABAC             698 libavcodec/h264_mvpred.h                 if (CABAC(h)) {
CABAC            2403 libavcodec/h264_slice.c     if (!CABAC(h) && h->ps.pps->transform_8x8_mode) {
CABAC              93 libavcodec/h264dec.h #ifndef CABAC
CABAC             759 libavcodec/h264dec.h     if (CABAC(h)) {
CABAC             800 libavcodec/h264dec.h     if (sl->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) {