Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dscpr.h42 typedef struct SCPRContext { struct
43 int version;
44 AVFrame *last_frame;
45 AVFrame *current_frame;
46 GetByteContext gb;
47 RangeCoder rc;
48 PixelModel pixel_model[3][4096];
49 uint32_t op_model[6][7];
73 } SCPRContext; argument