Lines Matching refs:tile_col
51 int tile_col = t % tile_cols; in enc_worker_hook() local
53 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col); in enc_worker_hook()
399 int tile_row, tile_col; in first_pass_worker_hook() local
421 tile_col = proc_job->tile_col_id; in first_pass_worker_hook()
424 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in first_pass_worker_hook()
490 int tile_row, tile_col; in temporal_filter_worker_hook() local
510 tile_col = proc_job->tile_col_id; in temporal_filter_worker_hook()
512 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in temporal_filter_worker_hook()
569 int tile_row, tile_col; in enc_row_mt_worker_hook() local
587 tile_col = proc_job->tile_col_id; in enc_row_mt_worker_hook()
591 vp9_encode_sb_row(cpi, thread_data->td, tile_row, tile_col, mi_row); in enc_row_mt_worker_hook()