Searched defs:lf_sync (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_thread_common.c | 39 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read() 59 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c, in sync_write() 94 int y_only, VP9LfSync *const lf_sync) { in thread_loop_filter_rows() 150 VP9LfSync *const lf_sync = (VP9LfSync *)arg1; in loop_filter_row_worker() local 162 VP9LfSync *lf_sync) { in loop_filter_rows_mt() 224 int num_workers, VP9LfSync *lf_sync) { in vp9_loop_filter_frame_mt() 243 void vp9_lpf_mt_init(VP9LfSync *lf_sync, VP9_COMMON *cm, int frame_filter_level, in vp9_lpf_mt_init() 280 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, VP9_COMMON *cm, int rows, in vp9_loop_filter_alloc() 343 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) { in vp9_loop_filter_dealloc() 390 static int get_next_row(VP9_COMMON *cm, VP9LfSync *lf_sync) { in get_next_row() [all …]
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | thread_common.c | 66 void av1_loop_filter_alloc(AV1LfSync *lf_sync, AV1_COMMON *cm, int rows, in av1_loop_filter_alloc() 114 void av1_loop_filter_dealloc(AV1LfSync *lf_sync) { in av1_loop_filter_dealloc() 205 static inline void sync_read(AV1LfSync *const lf_sync, int r, int c, in sync_read() 227 static inline void sync_write(AV1LfSync *const lf_sync, int r, int c, in sync_write() 268 int dir, int lpf_opt_level, AV1LfSync *const lf_sync, in av1_thread_loop_filter_rows() 351 void av1_set_vert_loop_filter_done(AV1_COMMON *cm, AV1LfSync *lf_sync, in av1_set_vert_loop_filter_done() 394 AV1LfSync *const lf_sync = (AV1LfSync *)arg1; in loop_filter_row_worker() local 435 AV1LfSync *lf_sync, int lpf_opt_level) { in loop_filter_rows_mt() 494 int num_workers, AV1LfSync *lf_sync, in av1_loop_filter_frame_mt()
|
H A D | thread_common.h | 235 static inline void enqueue_lf_jobs(AV1LfSync *lf_sync, int start, int stop, in enqueue_lf_jobs() 267 const int planes_to_lf[MAX_MB_PLANE], int num_workers, AV1LfSync *lf_sync, in loop_filter_frame_mt_init() 290 static inline AV1LfMTInfo *get_lf_job_info(AV1LfSync *lf_sync) { in get_lf_job_info()
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decoder.h | 40 VP9LfSync *lf_sync; member 55 VP9LfSync *lf_sync; member
|
H A D | vp9_decodeframe.c | 1733 static int lpf_map_write_check(VP9LfSync *lf_sync, int row, int num_tile_cols) { in lpf_map_write_check() 1790 int mi_row, int is_last_row, VP9LfSync *lf_sync, in recon_tile_row() 1908 VP9LfSync *lf_sync = thread_data->lf_sync; in row_decode_worker_hook() local 2162 static void set_rows_after_error(VP9LfSync *lf_sync, int start_row, int mi_rows, in set_rows_after_error() 2194 VP9LfSync *lf_sync = tile_data->lf_sync; in tile_worker_hook() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | ethread.h | 27 AV1LfSync *lf_sync; member
|
H A D | ethread.c | 518 AV1LfSync *const lf_sync = (AV1LfSync *)thread_data->lf_sync; in launch_loop_filter_rows() local 599 AV1LfSync *const lf_sync = thread_data->lf_sync; in enc_row_mt_worker_hook() local 892 AV1LfSync *lf_sync = &mt_info->lf_row_sync; in av1_init_mt_sync() local
|