Home
last modified time | relevance | path

Searched defs:lr_sync (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dthread_common.c525 static inline void lr_sync_read(void *const lr_sync, int r, int c, int plane) { in lr_sync_read()
547 static inline void lr_sync_write(void *const lr_sync, int r, int c, in lr_sync_write()
587 void av1_loop_restoration_alloc(AV1LrSync *lr_sync, AV1_COMMON *cm, in av1_loop_restoration_alloc()
651 void av1_loop_restoration_dealloc(AV1LrSync *lr_sync) { in av1_loop_restoration_dealloc()
699 static void enqueue_lr_jobs(AV1LrSync *lr_sync, AV1LrStruct *lr_ctxt, in enqueue_lr_jobs()
774 static AV1LrMTInfo *get_lr_job_info(AV1LrSync *lr_sync) { in get_lr_job_info()
793 static void set_loop_restoration_done(AV1LrSync *const lr_sync, in set_loop_restoration_done()
815 AV1LrSync *const lr_sync = (AV1LrSync *)arg1; in loop_restoration_row_worker() local
922 AV1LrSync *lr_sync, AV1_COMMON *cm, in foreach_rest_unit_in_planes_mt()
983 AV1LrSync *lr_sync, void *lr_ctxt, in av1_loop_restoration_filter_frame_mt()
H A Drestoration.c1218 sync_write_fn_t on_sync_write, struct AV1LrSyncData *const lr_sync, in av1_foreach_rest_unit_in_row()
1261 void av1_lr_sync_read_dummy(void *const lr_sync, int r, int c, int plane) { in av1_lr_sync_read_dummy()
1268 void av1_lr_sync_write_dummy(void *const lr_sync, int r, int c, in av1_lr_sync_write_dummy()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c828 AV1LrSync *lr_sync = &cpi->mt_info.lr_row_sync; in av1_init_lr_mt_buffers() local
916 AV1LrSync *lr_sync = &mt_info->lr_row_sync; in av1_init_mt_sync() local