Searched defs:lr_sync (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 524 static INLINE void lr_sync_read(void *const lr_sync, int r, int c, int plane) { in lr_sync_read() 546 static INLINE void lr_sync_write(void *const lr_sync, int r, int c, 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() local 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()
|
D | restoration.c | 1195 struct AV1LrSyncData *const lr_sync) { in av1_foreach_rest_unit_in_row() 1228 void av1_lr_sync_read_dummy(void *const lr_sync, int r, int c, int plane) { in av1_lr_sync_read_dummy() 1235 void av1_lr_sync_write_dummy(void *const lr_sync, int r, int c, in av1_lr_sync_write_dummy()
|