Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h110 typedef struct VP9Context { struct
111 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 …]