Go to the documentation of this file.
27 #ifndef AVCODEC_CABAC_H
28 #define AVCODEC_CABAC_H
34 #define H264_NORM_SHIFT_OFFSET 0
35 #define H264_LPS_RANGE_OFFSET 512
36 #define H264_MLPS_STATE_OFFSET 1024
37 #define H264_LAST_COEFF_FLAG_OFFSET_8x8_OFFSET 1280
40 #define CABAC_MASK ((1<<CABAC_BITS)-1)