Searched refs:AV1LrSync (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | thread_common.h | 98 } AV1LrSync; typedef 114 int num_workers, AV1LrSync *lr_sync, 116 void av1_loop_restoration_dealloc(AV1LrSync *lr_sync, int num_workers);
|
D | thread_common.c | 526 AV1LrSync *const loop_res_sync = (AV1LrSync *)lr_sync; in lr_sync_read() 549 AV1LrSync *const loop_res_sync = (AV1LrSync *)lr_sync; in lr_sync_write() 580 static void loop_restoration_alloc(AV1LrSync *lr_sync, AV1_COMMON *cm, in loop_restoration_alloc() 645 void av1_loop_restoration_dealloc(AV1LrSync *lr_sync, int num_workers) { in av1_loop_restoration_dealloc() 692 static void enqueue_lr_jobs(AV1LrSync *lr_sync, AV1LrStruct *lr_ctxt, in enqueue_lr_jobs() 770 static AV1LrMTInfo *get_lr_job_info(AV1LrSync *lr_sync) { in get_lr_job_info() 791 AV1LrSync *const lr_sync = (AV1LrSync *)arg1; in loop_restoration_row_worker() 847 AV1LrSync *lr_sync, AV1_COMMON *cm) { in foreach_rest_unit_in_planes_mt() 911 AV1LrSync *lr_sync, void *lr_ctxt) { in av1_loop_restoration_filter_frame_mt()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 166 AV1LrSync lr_row_sync;
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 962 AV1LrSync lr_row_sync;
|