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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "get_bits.h"
23
23
#include "mpegvideo.h"
 
24
#include "intrax8dsp.h"
24
25
 
25
 
typedef struct{
 
26
typedef struct IntraX8Context {
26
27
    VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
27
28
    VLC * j_orient_vlc;
28
29
    VLC * j_dc_vlc[3];
33
34
    ScanTable scantable[3];
34
35
//set by the caller codec
35
36
    MpegEncContext * s;
 
37
    IntraX8DSPContext dsp;
36
38
    int quant;
37
39
    int dquant;
38
40
    int qsum;