Searched refs:VP9LfSync (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.h | 40 } VP9LfSync; typedef 43 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, struct VP9Common *cm, int rows, 47 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync); 54 int num_workers, VP9LfSync *lf_sync);
|
D | vp9_thread_common.c | 36 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()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 70 VP9LfSync lf_row_sync;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 683 VP9LfSync lf_row_sync;
|