Home
last modified time | relevance | path

Searched refs:max_sb_rows (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c18 void av1_row_mt_mem_alloc(AV1_COMP *cpi, int max_sb_rows) { in av1_row_mt_mem_alloc() argument
27 multi_thread_ctxt->allocated_sb_rows = max_sb_rows; in av1_row_mt_mem_alloc()
37 av1_row_mt_sync_mem_alloc(&this_tile->row_mt_sync, cm, max_sb_rows); in av1_row_mt_mem_alloc()
Dethread.c628 int max_sb_rows = 0; in av1_encode_tiles_row_mt() local
646 max_sb_rows = AOMMAX(max_sb_rows, num_sb_rows_in_tile); in av1_encode_tiles_row_mt()
658 multi_thread_ctxt->allocated_sb_rows != max_sb_rows) { in av1_encode_tiles_row_mt()
660 av1_row_mt_mem_alloc(cpi, max_sb_rows); in av1_encode_tiles_row_mt()
673 sizeof(*this_tile->row_mt_sync.cur_col) * max_sb_rows); in av1_encode_tiles_row_mt()
Dav1_multi_thread.h17 void av1_row_mt_mem_alloc(AV1_COMP *cpi, int max_sb_rows);
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4012 int max_sb_rows) { in row_mt_frame_init() argument
4052 sizeof(*tile_data->dec_row_mt_sync.cur_sb_col) * max_sb_rows); in row_mt_frame_init()
4095 int max_sb_rows = 0; in decode_tiles_row_mt() local
4152 max_sb_rows = AOMMAX(max_sb_rows, in decode_tiles_row_mt()
4159 if (pbi->allocated_row_mt_sync_rows != max_sb_rows) { in decode_tiles_row_mt()
4163 dec_row_mt_alloc(&tile_data->dec_row_mt_sync, cm, max_sb_rows); in decode_tiles_row_mt()
4165 pbi->allocated_row_mt_sync_rows = max_sb_rows; in decode_tiles_row_mt()
4174 tile_cols_end, start_tile, end_tile, max_sb_rows); in decode_tiles_row_mt()