HomeSort by relevance Sort by last modified time
    Searched refs:VP9LfSync (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 40 } VP9LfSync;
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);
vp9_thread_common.c 36 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
56 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
91 int y_only, VP9LfSync *const lf_sync) {
143 static int loop_filter_row_worker(VP9LfSync *const lf_sync,
155 VP9LfSync *lf_sync) {
214 int num_workers, VP9LfSync *lf_sync) {
248 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, VP9_COMMON *cm, int rows,
285 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 70 VP9LfSync lf_row_sync;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 683 VP9LfSync lf_row_sync;

Completed in 335 milliseconds