Go to the documentation of this file.
27 #ifndef AVCODEC_CABAC_FUNCTIONS_H
28 #define AVCODEC_CABAC_FUNCTIONS_H
38 #ifndef UNCHECKED_BITSTREAM_READER
39 #define UNCHECKED_BITSTREAM_READER !CONFIG_SAFE_BITSTREAM_READER
63 #if !defined(get_cabac_bypass) || !defined(get_cabac_terminate)
66 c->low+= (
c->bytestream[0]<<9) + (
c->bytestream[1]<<1);
68 c->low+=
c->bytestream[0]<<1;
71 #if !UNCHECKED_BITSTREAM_READER
72 if (
c->bytestream <
c->bytestream_end)
78 #ifndef get_cabac_terminate
80 int shift= (uint32_t)(
c->range - 0x100)>>31;
88 #ifndef get_cabac_inline
93 x=
c->low ^ (
c->low-1);
102 x+= (
c->bytestream[0]<<9) + (
c->bytestream[1]<<1);
104 x+=
c->bytestream[0]<<1;
108 #if !UNCHECKED_BITSTREAM_READER
109 if (
c->bytestream <
c->bytestream_end)
115 #ifndef get_cabac_inline
121 c->range -= RangeLPS;
125 c->range += (RangeLPS -
c->range) & lps_mask;
132 c->range<<= lps_mask;
148 #ifndef get_cabac_bypass
166 #ifndef get_cabac_bypass_sign
186 #ifndef get_cabac_terminate
193 return c->bytestream -
c->bytestream_start;
204 const uint8_t *ptr =
c->bytestream;
212 if ((
int) (
c->bytestream_end - ptr) < n)
static void renorm_cabac_decoder_once(CABACContext *c)
static av_always_inline int get_cabac_inline(CABACContext *c, uint8_t *const state)
#define bit(string, value)
static int av_unused get_cabac(CABACContext *c, uint8_t *const state)
static const uint8_t *const ff_h264_last_coeff_flag_offset_8x8
static double val(void *priv, double ch)
const uint8_t ff_h264_cabac_tables[512+4 *2 *64+4 *64+63]
static const uint8_t *const ff_h264_norm_shift
static const uint16_t mask[17]
static void refill2(CABACContext *c)
static const uint8_t *const ff_h264_mlps_state
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
static int av_noinline av_unused get_cabac_noinline(CABACContext *c, uint8_t *const state)
static int shift(int a, int b)
#define H264_LPS_RANGE_OFFSET
static av_always_inline int get_cabac_bypass_sign(CABACContext *c, int val)
static int av_unused get_cabac_terminate(CABACContext *c)
static const uint8_t *const ff_h264_lps_range
int ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size)
#define i(width, name, range_min, range_max)
static int av_unused get_cabac_bypass(CABACContext *c)
#define H264_NORM_SHIFT_OFFSET
#define H264_LAST_COEFF_FLAG_OFFSET_8x8_OFFSET
static void refill(CABACContext *c)
static const av_unused uint8_t * skip_bytes(CABACContext *c, int n)
Skip n bytes and reset the decoder.
#define H264_MLPS_STATE_OFFSET