Searched defs:lr_sync (Results 1 – 3 of 3) sorted by relevance
| /external/libaom/av1/common/ |
| D | thread_common.c | 432 static INLINE void lr_sync_read(void *const lr_sync, int r, int c, int plane) { in lr_sync_read() 454 static INLINE void lr_sync_write(void *const lr_sync, int r, int c, in lr_sync_write() 488 void av1_loop_restoration_alloc(AV1LrSync *lr_sync, AV1_COMMON *cm, in av1_loop_restoration_alloc() 553 void av1_loop_restoration_dealloc(AV1LrSync *lr_sync, int num_workers) { in av1_loop_restoration_dealloc() 600 static void enqueue_lr_jobs(AV1LrSync *lr_sync, AV1LrStruct *lr_ctxt, in enqueue_lr_jobs() 678 static AV1LrMTInfo *get_lr_job_info(AV1LrSync *lr_sync) { in get_lr_job_info() 699 AV1LrSync *const lr_sync = (AV1LrSync *)arg1; in loop_restoration_row_worker() local 761 AV1LrSync *lr_sync, AV1_COMMON *cm, in foreach_rest_unit_in_planes_mt() 827 AV1LrSync *lr_sync, void *lr_ctxt, in av1_loop_restoration_filter_frame_mt()
|
| D | restoration.c | 1212 struct AV1LrSyncData *const lr_sync) { in av1_foreach_rest_unit_in_row() 1245 void av1_lr_sync_read_dummy(void *const lr_sync, int r, int c, int plane) { in av1_lr_sync_read_dummy() 1252 void av1_lr_sync_write_dummy(void *const lr_sync, int r, int c, in av1_lr_sync_write_dummy()
|
| /external/libaom/av1/encoder/ |
| D | ethread.c | 654 AV1LrSync *lr_sync = &cpi->mt_info.lr_row_sync; in av1_init_lr_mt_buffers() local 728 AV1LrSync *lr_sync = &mt_info->lr_row_sync; in av1_init_mt_sync() local
|