Home
last modified time | relevance | path

Searched refs:CABAC (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.h94 #ifndef CABAC
95 #define CABAC(h) (h)->ps.pps->cabac macro
760 if (CABAC(h)) { in write_back_motion_list()
801 if (sl->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) { in write_back_motion()
Dh264_mvpred.h555 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()
Dh264_cavlc.c28 #define CABAC(h) 0 macro
Dh264_loopfilter.c515 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
Dh264_cabac.c28 #define CABAC(h) 1 macro
Dh264_slice.c2418 if (!CABAC(h) && h->ps.pps->transform_8x8_mode) { in fill_filter_caches()
/third_party/openh264/
DRELEASES43 - Change the default profile from baseline to high if user does not set it and CABAC is specified
127 - Encoder support of CABAC of H.264
142 - CABAC
/third_party/ffmpeg/doc/
Dencoders.texi1878 CABAC (set the @code{SEncParamExt.iEntropyCodingModeFlag} flag to 1).
2289 4x4 adaptive spatial transform, adaptive B-frame placement, CAVLC/CABAC
2401 Enable CABAC.
2404 Enable CAVLC and disable CABAC. It generates the same effect as
3183 encoder use CAVLC instead of CABAC.
3306 Use CABAC.
Dgeneral_contents.texi244 constrained baseline profile and CABAC.) Using it is mostly useful for
/third_party/ffmpeg/
DMAINTAINERS107 CABAC:
DChangelog1872 - H.264 CABAC support