#include "get_bits.h"
#include "mpegvideo.h"
+#include "intrax8dsp.h"
typedef struct{
VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
ScanTable scantable[3];
//set by the caller codec
MpegEncContext * s;
+ IntraX8DSPContext dsp;
int quant;
int dquant;
int qsum;