Home
last modified time | relevance | path

Searched refs:VP9LfSync (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.h49 } VP9LfSync; typedef
52 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, struct VP9Common *cm, int rows,
56 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync);
63 int num_workers, VP9LfSync *lf_sync);
66 void vp9_lpf_mt_init(VP9LfSync *lf_sync, struct VP9Common *cm,
69 void vp9_loopfilter_rows(LFWorkerData *lf_data, VP9LfSync *lf_sync);
71 void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row,
Dvp9_thread_common.c38 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()
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()
341 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) { in vp9_loop_filter_dealloc()
385 static int get_next_row(VP9_COMMON *cm, VP9LfSync *lf_sync) { in get_next_row()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h45 VP9LfSync *lf_sync;
80 VP9LfSync lf_row_sync;
Dvp9_decodeframe.c1834 static void set_rows_after_error(VP9LfSync *lf_sync, int start_row, int mi_rows, in set_rows_after_error()
1866 VP9LfSync *lf_sync = tile_data->lf_sync; in tile_worker_hook()
1959 VP9LfSync *lf_row_sync = &pbi->lf_row_sync; in decode_tiles_mt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h810 VP9LfSync lf_row_sync;