Home
last modified time | relevance | path

Searched defs:lf_sync (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c36 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read()
56 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c, in sync_write()
91 int y_only, VP9LfSync *const lf_sync) { in thread_loop_filter_rows()
143 static int loop_filter_row_worker(VP9LfSync *const lf_sync, in loop_filter_row_worker()
155 VP9LfSync *lf_sync) { in loop_filter_rows_mt()
214 int num_workers, VP9LfSync *lf_sync) { in vp9_loop_filter_frame_mt()
248 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, VP9_COMMON *cm, int rows, in vp9_loop_filter_alloc()
285 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) { in vp9_loop_filter_dealloc()