Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c66 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()
Dvp9_ethread.c445 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()
Dvp9_encoder.h308 int allocated_tile_cols; member