Home
last modified time | relevance | path

Searched refs:CABAC (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264dec.h87 #ifndef CABAC
88 #define CABAC(h) (h)->ps.pps->cabac macro
592 * Decode a CABAC coded macroblock
719 if (CABAC(h)) { in write_back_motion_list()
760 if (sl->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) { in write_back_motion()
H A Dh264_mvpred.h553 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; in fill_decode_caches()
584 nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64; in fill_decode_caches()
588 if (CABAC(h)) { in fill_decode_caches()
697 if (CABAC(h)) { in fill_decode_caches()
H A Dh264_cavlc.c28 #define CABAC(h) 0 macro
H A Dh264_loopfilter.c512 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
H A Dh264_cabac.c28 #define CABAC(h) 1 macro
1816 /* Partially inline the CABAC residual decode: inline the coded block flag.
H A Dh264_slice.c2514 if (!CABAC(h) && h->ps.pps->transform_8x8_mode) { in fill_filter_caches()

Completed in 16 milliseconds