Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c26 multi_thread_ctxt->allocated_tile_rows = tile_rows; in av1_row_mt_mem_alloc()
30 for (tile_row = 0; tile_row < multi_thread_ctxt->allocated_tile_rows; in av1_row_mt_mem_alloc()
56 for (tile_row = 0; tile_row < multi_thread_ctxt->allocated_tile_rows; in av1_row_mt_mem_dealloc()
69 multi_thread_ctxt->allocated_tile_rows = 0; in av1_row_mt_mem_dealloc()
Dethread.c657 multi_thread_ctxt->allocated_tile_rows != tile_rows || in av1_encode_tiles_row_mt()
Dencoder.h571 int allocated_tile_rows; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c84 multi_thread_ctxt->allocated_tile_rows = tile_rows; in vp9_row_mt_mem_alloc()
156 for (tile_row = 0; tile_row < multi_thread_ctxt->allocated_tile_rows; in vp9_row_mt_mem_dealloc()
Dvp9_ethread.c447 multi_thread_ctxt->allocated_tile_rows < tile_rows || in vp9_encode_fp_row_mt()
533 multi_thread_ctxt->allocated_tile_rows < tile_rows || in vp9_temporal_filter_row_mt()
606 multi_thread_ctxt->allocated_tile_rows < tile_rows || in vp9_encode_tiles_row_mt()
Dvp9_encoder.h401 int allocated_tile_rows; member