Home
last modified time | relevance | path

Searched refs:allocated_sb_rows (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c27 multi_thread_ctxt->allocated_sb_rows = max_sb_rows; in av1_row_mt_mem_alloc()
67 multi_thread_ctxt->allocated_sb_rows = 0; in av1_row_mt_mem_dealloc()
Dethread.c658 multi_thread_ctxt->allocated_sb_rows != max_sb_rows) { in av1_encode_tiles_row_mt()
Dencoder.h573 int allocated_sb_rows; member
/external/libaom/libaom/av1/decoder/
Ddecoder.h81 int allocated_sb_rows; member
Ddecodeframe.c2910 dec_row_mt_sync->allocated_sb_rows = rows; in dec_row_mt_alloc()
2946 for (i = 0; i < dec_row_mt_sync->allocated_sb_rows; ++i) { in av1_dec_row_mt_dealloc()
2952 for (i = 0; i < dec_row_mt_sync->allocated_sb_rows; ++i) { in av1_dec_row_mt_dealloc()