Searched refs:tile_col_start (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9mvs.c | 146 if (col > td->tile_col_start) { in find_ref_mvs() 162 if (c >= td->tile_col_start && c < s->cols && in find_ref_mvs() 199 if (c >= td->tile_col_start && c < s->cols && r >= 0 && r < s->rows) { in find_ref_mvs()
|
D | vp9.c | 1266 int tile_row_start, tile_row_end, tile_col_start, tile_col_end; in decode_tiles() local 1312 set_tile_offset(&tile_col_start, &tile_col_end, in decode_tiles() 1314 td->tile_col_start = tile_col_start; in decode_tiles() 1330 for (col = tile_col_start; in decode_tiles() 1402 int tile_row_start, tile_row_end, tile_col_start, tile_col_end; in decode_tiles_mt() local 1410 set_tile_offset(&tile_col_start, &tile_col_end, in decode_tiles_mt() 1412 td->tile_col_start = tile_col_start; in decode_tiles_mt() 1413 uvoff = (64 * bytesperpixel >> s->ss_h)*(tile_col_start >> 3); in decode_tiles_mt() 1414 yoff = (64 * bytesperpixel)*(tile_col_start >> 3); in decode_tiles_mt() 1415 lflvl_ptr_base = s->lflvl+(tile_col_start >> 3); in decode_tiles_mt() [all …]
|
D | vp9dec.h | 174 unsigned tile_col_start; member
|
D | vp9recon.c | 42 int have_left = col > td->tile_col_start || x > 0; in check_intra_mode()
|
D | vp9block.c | 98 int have_a = row > 0, have_l = col > td->tile_col_start; in decode_mode()
|