~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/cabac.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include "put_bits.h"
33
33
 
 
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
 
38
 
34
39
#define CABAC_BITS 16
35
40
#define CABAC_MASK ((1<<CABAC_BITS)-1)
36
41