Searched refs:CABAC (Results 1 – 11 of 11) sorted by relevance
94 #ifndef CABAC95 #define CABAC(h) (h)->ps.pps->cabac macro760 if (CABAC(h)) { in write_back_motion_list()801 if (sl->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) { in write_back_motion()
555 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; in fill_decode_caches()586 nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64; in fill_decode_caches()590 if (CABAC(h)) { in fill_decode_caches()699 if (CABAC(h)) { in fill_decode_caches()
28 #define CABAC(h) 0 macro
515 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
28 #define CABAC(h) 1 macro
2418 if (!CABAC(h) && h->ps.pps->transform_8x8_mode) { in fill_filter_caches()
43 - Change the default profile from baseline to high if user does not set it and CABAC is specified127 - Encoder support of CABAC of H.264142 - CABAC
1878 CABAC (set the @code{SEncParamExt.iEntropyCodingModeFlag} flag to 1).2289 4x4 adaptive spatial transform, adaptive B-frame placement, CAVLC/CABAC2401 Enable CABAC.2404 Enable CAVLC and disable CABAC. It generates the same effect as3183 encoder use CAVLC instead of CABAC.3306 Use CABAC.
244 constrained baseline profile and CABAC.) Using it is mostly useful for
107 CABAC:
1872 - H.264 CABAC support