Lines Matching refs:tile_cols
981 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles_mt() local
993 while (tile_col < tile_cols) { in encode_tiles_mt()
995 for (i = 0; i < num_workers && tile_col < tile_cols; ++i) { in encode_tiles_mt()
1011 data_ptr + total_size + (tile_col == tile_cols - 1 ? 0 : 4); in encode_tiles_mt()
1043 if (tile_col != tile_cols || j < i - 1) { in encode_tiles_mt()
1062 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
1072 tile_cols > 1) { in encode_tiles()
1077 for (tile_col = 0; tile_col < tile_cols; tile_col++) { in encode_tiles()
1078 int tile_idx = tile_row * tile_cols + tile_col; in encode_tiles()
1080 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) in encode_tiles()
1090 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) { in encode_tiles()