Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresenc_kostya.c231 typedef struct ProresContext { struct
232 AVClass *class;
233 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
234 DECLARE_ALIGNED(16, uint16_t, emu_buf)[16*16];
235 int16_t quants[MAX_STORED_Q][64];
236 int16_t quants_chroma[MAX_STORED_Q][64];
237 int16_t custom_q[64];
238 int16_t custom_chroma_q[64];
239 const uint8_t *quant_mat;
240 const uint8_t *quant_chroma_mat;
[all …]
Dproresdec.h56 } ProresContext; typedef
Dproresenc_anatoliy.c200 } ProresContext; typedef