Lines Matching refs:tile_col
5543 int tile_col, tile_row; in vp9_init_tile_data() local
5557 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in vp9_init_tile_data()
5559 &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data()
5577 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in vp9_init_tile_data()
5578 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data()
5583 vp9_tile_init(tile_info, cm, tile_row, tile_col); in vp9_init_tile_data()
5585 cpi->tile_tok[tile_row][tile_col] = pre_tok + tile_tok; in vp9_init_tile_data()
5586 pre_tok = cpi->tile_tok[tile_row][tile_col]; in vp9_init_tile_data()
5589 cpi->tplist[tile_row][tile_col] = tplist + tplist_count; in vp9_init_tile_data()
5590 tplist = cpi->tplist[tile_row][tile_col]; in vp9_init_tile_data()
5597 int tile_col, int mi_row) { in vp9_encode_sb_row() argument
5600 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_sb_row()
5608 get_start_tok(cpi, tile_row, tile_col, mi_row, &tok); in vp9_encode_sb_row()
5609 cpi->tplist[tile_row][tile_col][tile_sb_row].start = tok; in vp9_encode_sb_row()
5616 cpi->tplist[tile_row][tile_col][tile_sb_row].stop = tok; in vp9_encode_sb_row()
5617 cpi->tplist[tile_row][tile_col][tile_sb_row].count = in vp9_encode_sb_row()
5618 (unsigned int)(cpi->tplist[tile_row][tile_col][tile_sb_row].stop - in vp9_encode_sb_row()
5619 cpi->tplist[tile_row][tile_col][tile_sb_row].start); in vp9_encode_sb_row()
5620 assert(tok - cpi->tplist[tile_row][tile_col][tile_sb_row].start <= in vp9_encode_sb_row()
5627 int tile_col) { in vp9_encode_tile() argument
5630 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile()
5637 vp9_encode_sb_row(cpi, td, tile_row, tile_col, mi_row); in vp9_encode_tile()
5644 int tile_col, tile_row; in encode_tiles() local
5649 for (tile_col = 0; tile_col < tile_cols; ++tile_col) in encode_tiles()
5650 vp9_encode_tile(cpi, &cpi->td, tile_row, tile_col); in encode_tiles()
5850 int tile_col, tile_row; in restore_encode_params() local
5864 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in restore_encode_params()
5866 &cpi->tile_data[tile_row * tile_cols + tile_col]; in restore_encode_params()