Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dscpr.h47 typedef struct SCPRContext { struct
48 int version;
49 AVFrame *last_frame;
50 AVFrame *current_frame;
51 GetByteContext gb;
52 RangeCoder rc;
53 PixelModel pixel_model[3][4096];
54 uint32_t op_model[6][7];
78 } SCPRContext; argument