Searched refs:tile_col_start (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | vp9.c | 1265 int tile_row_start, tile_row_end, tile_col_start, tile_col_end; in decode_tiles() local 1311 set_tile_offset(&tile_col_start, &tile_col_end, in decode_tiles() 1313 td->tile_col_start = tile_col_start; in decode_tiles() 1329 for (col = tile_col_start; in decode_tiles() 1401 int tile_row_start, tile_row_end, tile_col_start, tile_col_end; in decode_tiles_mt() local 1409 set_tile_offset(&tile_col_start, &tile_col_end, in decode_tiles_mt() 1411 td->tile_col_start = tile_col_start; in decode_tiles_mt() 1412 uvoff = (64 * bytesperpixel >> s->ss_h)*(tile_col_start >> in decode_tiles_mt() [all...] |
H A D | vp9dec.h | 175 unsigned tile_col_start; member
|
H A D | vp9recon.c | 41 int have_left = col > td->tile_col_start || x > 0; in check_intra_mode()
|
H A D | vp9block.c | 96 int have_a = row > 0, have_l = col > td->tile_col_start; in decode_mode()
|
Completed in 9 milliseconds