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 
   91 #if !UNCHECKED_BITSTREAM_READER 
  102     c->
range -= RangeLPS;
 
  113     c->
range<<= lps_mask;
 
  129 #ifndef get_cabac_bypass 
  147 #ifndef get_cabac_bypass_sign 
  160     return (val^mask)-
mask;