Lines Matching full:tile_rows
670 const int tile_rows = 1 << cm->log2_tile_rows;
687 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
702 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
710 if (tile_row == tile_rows - 1 && tile_col == tile_cols - 1)
718 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
725 has_more = tile_col < tile_cols - 1 || tile_row < tile_rows - 1;