Searched defs:VP9Context (Results 1 – 1 of 1) sorted by relevance
94 typedef struct VP9Context { struct95 VP9SharedContext s;96 VP9TileData *td;98 VP9DSPContext dsp;99 VideoDSPContext vdsp;100 GetBitContext gb;101 VP56RangeCoder c;102 int pass, active_tile_cols;105 pthread_mutex_t progress_mutex;106 pthread_cond_t progress_cond;[all …]