/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_enc.h | 121 /*Cabac model number (0,1,2) for encoder.*/ 122 #define VEN_CABAC_MODEL_0 1/* CABAC Model 0. */ 123 #define VEN_CABAC_MODEL_1 2/* CABAC Model 1. */ 124 #define VEN_CABAC_MODEL_2 3/* CABAC Model 2. */
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_vidc_enc.h | 121 /*Cabac model number (0,1,2) for encoder.*/ 122 #define VEN_CABAC_MODEL_0 1/* CABAC Model 0. */ 123 #define VEN_CABAC_MODEL_1 2/* CABAC Model 1. */ 124 #define VEN_CABAC_MODEL_2 3/* CABAC Model 2. */
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_vidc_enc.h | 121 /*Cabac model number (0,1,2) for encoder.*/ 122 #define VEN_CABAC_MODEL_0 1/* CABAC Model 0. */ 123 #define VEN_CABAC_MODEL_1 2/* CABAC Model 1. */ 124 #define VEN_CABAC_MODEL_2 3/* CABAC Model 2. */
|
/external/libhevc/decoder/ |
ihevcd_structs.h | 97 * @brief Cabac context for decoder 103 /* CABAC ENGINE related fields */ 105 /** cabac interval range R */ 108 /** cabac interval offset O */ 112 /* CABAC context models */ 1103 /* Cabac context */ [all...] |
ihevcd_defs.h | 157 /** Max QP delta context increment that can be used for CABAC context */
|
ihevcd_parse_slice.c | [all...] |
/external/libavc/encoder/ |
ih264e_encode_header.c | 623 /* Entropy coding : 0-VLC; 1 - CABAC */ 624 PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VLC; 1 - CABAC"); [all...] |
ih264e_process.c | 284 /* cabac context */ 395 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) 458 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) 515 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) 524 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag 549 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag [all...] |
ive2.h | [all...] |
ih264e_api.c | [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
h264_bitstream_parser.cc | 226 // TODO(pbos): Implement CABAC support if spotted in the wild. 228 << "Don't know how to parse CABAC streams."; 518 // cabac not supported: entropy_coding_mode_flag == 0 asserted above.
|
/external/libavc/decoder/ |
ih264d_parse_pslice.c | 424 * This function parses CABAC syntax of a P MB. 779 /* Description : This function parses cabac syntax of a inter slice on */ [all...] |
ih264d_mb_utils.c | 392 /* Cabac Context Initialisations */ [all...] |
ih264d_parse_bslice.c | 559 /* Default for Cabac */ 623 * This function parses CABAC syntax of a B MB. [all...] |
ih264d_parse_cabac.c | 25 * This file contains cabac Residual decoding routines. [all...] |
ih264d_utils.c | [all...] |
ih264d_tables.c | 233 /*Inverse scan tables for individual 8x8 blocks of 8x8 transform coeffs of CABAC */ [all...] |
/external/libavc/common/ |
ih264_defs.h | 314 CABAC = 1,
|
ih264_common_tables.c | 366 /*Inverse scan tables for individual 8x8 blocks of 8x8 transform coeffs of CABAC */
|
ih264_structs.h | 1064 * Entropy coding : 0-VLC; 1 - CABAC [all...] |
/hardware/intel/img/psb_video/src/ |
tng_hostcode.h | 332 IMG_BOOL bCabacEnabled; //!< FLAG to enable Cabac mode
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV3.td | 264 // S2_cabacdecbin: Cabac decode bin.
|
/hardware/intel/common/libva/va/ |
va_enc_h264.h | 351 /** \brief Selects CAVLC (0) or CABAC (1) entropy coding mode. */
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_TI_Video.h | 2457 OMX_TI_VIDEO_H264VDEC_CabacContext cabac; member in union:OMX_TI_VIDEO_H264VDEC_MbInfo::__anon35732 [all...] |
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 103 static int h264_entropy_mode = 1; /* cabac */ 724 printf(" --entropy <0|1>, 1 means cabac, 0 cavlc\n"); [all...] |