Home
last modified time | relevance | path

Searched refs:allocated_tile_cols (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c25 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()
Dethread.c656 if (multi_thread_ctxt->allocated_tile_cols != tile_cols || in av1_encode_tiles_row_mt()
Dencoder.h572 int allocated_tile_cols; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c83 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()
Dvp9_ethread.c446 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()
Dvp9_encoder.h402 int allocated_tile_cols; member