Searched defs:lf_sync (Results 1 – 4 of 4) 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 | 55 static void loop_filter_alloc(AV1LfSync *lf_sync, AV1_COMMON *cm, int rows, in loop_filter_alloc() 103 void av1_loop_filter_dealloc(AV1LfSync *lf_sync) { in av1_loop_filter_dealloc() 153 static INLINE void sync_read(AV1LfSync *const lf_sync, int r, int c, in sync_read() 175 static INLINE void sync_write(AV1LfSync *const lf_sync, int r, int c, in sync_write() 207 static void enqueue_lf_jobs(AV1LfSync *lf_sync, AV1_COMMON *cm, int start, in enqueue_lf_jobs() 246 static AV1LfMTInfo *get_lf_job_info(AV1LfSync *lf_sync) { in get_lf_job_info() 269 AV1LfSync *const lf_sync) { in thread_loop_filter_rows() 324 AV1LfSync *const lf_sync = (AV1LfSync *)arg1; in loop_filter_row_worker() local 335 AV1LfSync *const lf_sync) { in thread_loop_filter_bitmask_rows() 391 AV1LfSync *const lf_sync = (AV1LfSync *)arg1; in loop_filter_bitmask_row_worker() local [all …]
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 39 VP9LfSync *lf_sync; member 54 VP9LfSync *lf_sync; member
|
D | vp9_decodeframe.c | 1732 static int lpf_map_write_check(VP9LfSync *lf_sync, int row, int num_tile_cols) { in lpf_map_write_check() 1788 int mi_row, int is_last_row, VP9LfSync *lf_sync, in recon_tile_row() 1906 VP9LfSync *lf_sync = thread_data->lf_sync; in row_decode_worker_hook() local 2160 static void set_rows_after_error(VP9LfSync *lf_sync, int start_row, int mi_rows, in set_rows_after_error() 2192 VP9LfSync *lf_sync = tile_data->lf_sync; in tile_worker_hook() local
|