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
164 struct VP9TileData { struct
167 VP9Context *s;
168 VP56RangeCoder *c_b;
169 VP56RangeCoder *c;
170 int row, row7, col, col7;
171 uint8_t *dst[3];
172 ptrdiff_t y_stride, uv_stride;
173 VP9Block *b_base, *b;
174 unsigned tile_col_start;
[all …]