Home
last modified time | relevance | path

Searched defs:IntraX8Context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dintrax8.h29 typedef struct IntraX8Context { struct
30 VLC *j_ac_vlc[4]; // they point to the static j_mb_vlc
31 VLC *j_orient_vlc;
32 VLC *j_dc_vlc[3];
34 int use_quant_matrix;
37 uint8_t *prediction_table; // 2 * (mb_w * 2)
38 ScanTable scantable[3];
39 WMV2DSPContext wdsp;
40 uint8_t idct_permutation[64];
41 AVCodecContext *avctx;
[all …]