Searched defs:lf_sync (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_dthread.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() 95 VP9LfSync *const lf_sync, int num_lf_workers) { in loop_filter_rows_mt() 140 VP9LfSync *const lf_sync = &pbi->lf_row_sync; in vp9_loop_filter_frame_mt() local 228 void vp9_loop_filter_alloc(VP9_COMMON *cm, VP9LfSync *lf_sync, int rows, in vp9_loop_filter_alloc() 254 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync, int rows) { in vp9_loop_filter_dealloc()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.h | 128 struct VP9LfSyncData *lf_sync; member
|