Searched refs:allocated_tile_cols (Results 1 – 3 of 3) sorted by relevance
66 multi_thread_ctxt->allocated_tile_cols = tile_cols; in vp9_row_mt_mem_alloc()127 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()135 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()144 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()147 &cpi->tile_data[tile_row * multi_thread_ctxt->allocated_tile_cols + in vp9_row_mt_mem_dealloc()
445 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_encode_fp_row_mt()530 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_temporal_filter_row_mt()602 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_encode_tiles_row_mt()
308 int allocated_tile_cols; member