Go to the documentation of this file.
27 #ifndef AVCODEC_CABAC_FUNCTIONS_H
28 #define AVCODEC_CABAC_FUNCTIONS_H
35 #ifndef UNCHECKED_BITSTREAM_READER
36 #define UNCHECKED_BITSTREAM_READER !CONFIG_SAFE_BITSTREAM_READER
61 #if !UNCHECKED_BITSTREAM_READER
75 #ifndef get_cabac_inline
92 #if !UNCHECKED_BITSTREAM_READER
103 c->
range -= RangeLPS;
114 c->
range<<= lps_mask;
130 #ifndef get_cabac_bypass
148 #ifndef get_cabac_bypass_sign
161 return (val^mask)-
mask;