Home
last modified time | relevance | path

Searched refs:tile_col_start (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9mvs.c146 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 Dvp9.c1265 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 Dvp9dec.h175 unsigned tile_col_start; member
H A Dvp9recon.c41 int have_left = col > td->tile_col_start || x > 0; in check_intra_mode()
H A Dvp9block.c96 int have_a = row > 0, have_l = col > td->tile_col_start; in decode_mode()

Completed in 9 milliseconds