git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
intrax8: move functions from dsputil to own context
[ffmpeg.git]
/
libavcodec
/
intrax8.h
diff --git
a/libavcodec/intrax8.h
b/libavcodec/intrax8.h
index
3a58938
..
be984f8
100644
(file)
--- a/
libavcodec/intrax8.h
+++ b/
libavcodec/intrax8.h
@@
-21,6
+21,7
@@
#include "get_bits.h"
#include "mpegvideo.h"
#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
typedef struct{
VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
@@
-33,6
+34,7
@@
typedef struct{
ScanTable scantable[3];
//set by the caller codec
MpegEncContext * s;
ScanTable scantable[3];
//set by the caller codec
MpegEncContext * s;
+ IntraX8DSPContext dsp;
int quant;
int dquant;
int qsum;
int quant;
int dquant;
int qsum;