Searched defs:lf_sync (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read() 58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c, in sync_write() 93 int y_only, VP9LfSync *const lf_sync) { in thread_loop_filter_rows() 149 VP9LfSync *const lf_sync = (VP9LfSync *)arg1; in loop_filter_row_worker() local 161 VP9LfSync *lf_sync) { in loop_filter_rows_mt() 223 int num_workers, VP9LfSync *lf_sync) { in vp9_loop_filter_frame_mt() 242 void vp9_lpf_mt_init(VP9LfSync *lf_sync, VP9_COMMON *cm, int frame_filter_level, in vp9_lpf_mt_init() 279 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, VP9_COMMON *cm, int rows, in vp9_loop_filter_alloc() 344 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) { in vp9_loop_filter_dealloc() 391 static int get_next_row(VP9_COMMON *cm, VP9LfSync *lf_sync) { in get_next_row() [all …]
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 57 void av1_loop_filter_alloc(AV1LfSync *lf_sync, AV1_COMMON *cm, int rows, in av1_loop_filter_alloc() 105 void av1_loop_filter_dealloc(AV1LfSync *lf_sync) { in av1_loop_filter_dealloc() 210 static INLINE void sync_read(AV1LfSync *const lf_sync, int r, int c, in sync_read() 232 static INLINE void sync_write(AV1LfSync *const lf_sync, int r, int c, in sync_write() 264 static void enqueue_lf_jobs(AV1LfSync *lf_sync, int start, int stop, in enqueue_lf_jobs() 289 static AV1LfMTInfo *get_lf_job_info(AV1LfSync *lf_sync) { in get_lf_job_info() 312 int dir, int is_realtime, AV1LfSync *const lf_sync) { in thread_loop_filter_rows() 375 AV1LfSync *const lf_sync = (AV1LfSync *)arg1; in loop_filter_row_worker() local 391 int num_workers, AV1LfSync *lf_sync, in loop_filter_rows_mt() 460 int num_workers, AV1LfSync *lf_sync, in av1_loop_filter_frame_mt()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 39 VP9LfSync *lf_sync; member 54 VP9LfSync *lf_sync; member
|
D | vp9_decodeframe.c | 1731 static int lpf_map_write_check(VP9LfSync *lf_sync, int row, int num_tile_cols) { in lpf_map_write_check() 1787 int mi_row, int is_last_row, VP9LfSync *lf_sync, in recon_tile_row() 1905 VP9LfSync *lf_sync = thread_data->lf_sync; in row_decode_worker_hook() local 2159 static void set_rows_after_error(VP9LfSync *lf_sync, int start_row, int mi_rows, in set_rows_after_error() 2191 VP9LfSync *lf_sync = tile_data->lf_sync; in tile_worker_hook() local
|
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 626 AV1LfSync *lf_sync = &mt_info->lf_row_sync; in av1_init_mt_sync() local
|