Searched defs:lf_sync (Results  1 – 7 of 7) sorted by relevance
| /external/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/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()
 196 static INLINE void sync_read(AV1LfSync *const lf_sync, int r, int c,  in sync_read()
 218 static INLINE void sync_write(AV1LfSync *const lf_sync, int r, int c,  in sync_write()
 254     int dir, int lpf_opt_level, AV1LfSync *const lf_sync,  in av1_thread_loop_filter_rows()
 325   AV1LfSync *const lf_sync = (AV1LfSync *)arg1;  in loop_filter_row_worker()  local
 342                                 int num_workers, AV1LfSync *lf_sync,  in loop_filter_rows_mt()
 402                               int num_workers, AV1LfSync *lf_sync,  in av1_loop_filter_frame_mt()
 
 | 
| D | thread_common.h | 214 static AOM_INLINE void enqueue_lf_jobs(AV1LfSync *lf_sync, int start, int stop,  in enqueue_lf_jobs()246     int num_workers, AV1LfSync *lf_sync, int lpf_opt_level,  in loop_filter_frame_mt_init()
 268 static AOM_INLINE AV1LfMTInfo *get_lf_job_info(AV1LfSync *lf_sync) {  in get_lf_job_info()
 
 | 
| /external/libaom/av1/encoder/ | 
| D | ethread.h | 26   AV1LfSync *lf_sync;  member
 | 
| D | ethread.c | 457   AV1LfSync *const lf_sync = (AV1LfSync *)thread_data->lf_sync;  in launch_loop_filter_rows()  local712     AV1LfSync *lf_sync = &mt_info->lf_row_sync;  in av1_init_mt_sync()  local
 
 | 
| /external/libvpx/vp9/decoder/ | 
| D | vp9_decoder.h | 39   VP9LfSync *lf_sync;  member54   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
 
 |