Searched defs:VP9Context (Results 1 – 1 of 1) sorted by relevance
110 typedef struct VP9Context { struct111 BitReadCtx_t gb;112 VpxRangeCoder c;113 VpxRangeCoder *c_b;114 RK_U32 c_b_size;115 VP9Block *b_base, *b;116 RK_S32 pass;117 RK_S32 row, row7, col, col7;118 RK_U8 *dst[3];119 RK_S32 y_stride, uv_stride;[all …]