Searched refs:allocated_tile_cols (Results 1 – 6 of 6) sorted by relevance
25 multi_thread_ctxt->allocated_tile_cols = tile_cols; in av1_row_mt_mem_alloc()32 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in av1_row_mt_mem_alloc()35 &cpi->tile_data[tile_row * multi_thread_ctxt->allocated_tile_cols + in av1_row_mt_mem_alloc()58 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in av1_row_mt_mem_dealloc()61 &cpi->tile_data[tile_row * multi_thread_ctxt->allocated_tile_cols + in av1_row_mt_mem_dealloc()68 multi_thread_ctxt->allocated_tile_cols = 0; in av1_row_mt_mem_dealloc()
656 if (multi_thread_ctxt->allocated_tile_cols != tile_cols || in av1_encode_tiles_row_mt()
572 int allocated_tile_cols; member
83 multi_thread_ctxt->allocated_tile_cols = tile_cols; in vp9_row_mt_mem_alloc()141 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()149 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()158 for (tile_col = 0; tile_col < multi_thread_ctxt->allocated_tile_cols; in vp9_row_mt_mem_dealloc()161 &cpi->tile_data[tile_row * multi_thread_ctxt->allocated_tile_cols + in vp9_row_mt_mem_dealloc()
446 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_encode_fp_row_mt()532 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_temporal_filter_row_mt()605 if (multi_thread_ctxt->allocated_tile_cols < tile_cols || in vp9_encode_tiles_row_mt()
402 int allocated_tile_cols; member