Searched defs:ProresContext (Results 1 – 3 of 3) sorted by relevance
231 typedef struct ProresContext { struct232 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 …]
56 } ProresContext; typedef
200 } ProresContext; typedef