Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9dec.h92 typedef struct VP9TileData VP9TileData; typedef
165 struct VP9TileData { struct
168 VP9Context *s;
169 VP56RangeCoder *c_b;
170 VP56RangeCoder *c;
171 int row, row7, col, col7;
172 uint8_t *dst[3];
173 ptrdiff_t y_stride, uv_stride;
174 VP9Block *b_base, *b;
175 unsigned tile_col_start;
[all …]