Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dthread_common.c581 int num_workers, int num_rows_lr, in loop_restoration_alloc() argument
583 lr_sync->rows = num_rows_lr; in loop_restoration_alloc()
591 aom_malloc(sizeof(*(lr_sync->mutex_[j])) * num_rows_lr)); in loop_restoration_alloc()
593 for (i = 0; i < num_rows_lr; ++i) { in loop_restoration_alloc()
599 aom_malloc(sizeof(*(lr_sync->cond_[j])) * num_rows_lr)); in loop_restoration_alloc()
601 for (i = 0; i < num_rows_lr; ++i) { in loop_restoration_alloc()
635 aom_malloc(sizeof(*(lr_sync->cur_sb_col[j])) * num_rows_lr)); in loop_restoration_alloc()
639 aom_malloc(sizeof(*(lr_sync->job_queue)) * num_rows_lr * num_planes)); in loop_restoration_alloc()
853 int num_rows_lr = 0; in foreach_rest_unit_in_planes_mt() local
863 num_rows_lr = in foreach_rest_unit_in_planes_mt()
[all …]