Lines Matching refs:tile_col
671 int tile_row, tile_col;
694 for (tile_col = 1; tile_col < tile_cols; tile_col++) {
695 const int size = read_be32(data_ptr2[tile_row][tile_col - 1]);
696 data_ptr2[tile_row][tile_col - 1] += 4;
697 data_ptr2[tile_row][tile_col] =
698 data_ptr2[tile_row][tile_col - 1] + size;
704 for (tile_col = tile_cols - 1; tile_col >= 0; tile_col--) {
705 vp9_get_tile_col_offsets(cm, tile_col);
706 setup_token_decoder(pbi, data_ptr2[tile_row][tile_col],
707 data_end - data_ptr2[tile_row][tile_col],
710 if (tile_row == tile_rows - 1 && tile_col == tile_cols - 1)
720 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
723 vp9_get_tile_col_offsets(cm, tile_col);
725 has_more = tile_col < tile_cols - 1 || tile_row < tile_rows - 1;