CABAC 93 libavcodec/h264.h #ifndef CABAC CABAC 1042 libavcodec/h264.h if (CABAC(h)) { CABAC 1081 libavcodec/h264.h if (h->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) { CABAC 2323 libavcodec/h264_cabac.c uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; CABAC 500 libavcodec/h264_loopfilter.c if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { CABAC 548 libavcodec/h264_mvpred.h uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; CABAC 579 libavcodec/h264_mvpred.h nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64; CABAC 583 libavcodec/h264_mvpred.h if (CABAC(h)) { CABAC 692 libavcodec/h264_mvpred.h if (CABAC(h)) { CABAC 2231 libavcodec/h264_slice.c if (!CABAC(h) && h->pps.transform_8x8_mode) {