Lines Matching refs:tile_rows
1411 int tile_cols, int tile_rows, in get_tile_buffers() argument
1415 for (r = 0; r < tile_rows; ++r) { in get_tile_buffers()
1417 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); in get_tile_buffers()
1433 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles() local
1458 assert(tile_rows <= 4); in decode_tiles()
1471 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers); in decode_tiles()
1474 (tile_cols * tile_rows) != pbi->total_tiles) { in decode_tiles()
1479 vpx_memalign(32, tile_cols * tile_rows * (sizeof(*pbi->tile_data)))); in decode_tiles()
1480 pbi->total_tiles = tile_rows * tile_cols; in decode_tiles()
1484 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles()
1502 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles()
1563 tile_data = pbi->tile_data + tile_cols * tile_rows - 1; in decode_tiles()
1636 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_mt() local
1641 assert(tile_rows == 1); in decode_tiles_mt()
1642 (void)tile_rows; in decode_tiles_mt()
1689 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, in decode_tiles_mt()
2175 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_decode_frame() local
2235 if (pbi->max_threads > 1 && tile_rows == 1 && tile_cols > 1) { in vp9_decode_frame()