HomeSort by relevance Sort by last modified time
    Searched full:lf_sync (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 36 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
38 const int nsync = lf_sync->sync_range;
41 pthread_mutex_t *const mutex = &lf_sync->mutex_[r - 1];
44 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
45 pthread_cond_wait(&lf_sync->cond_[r - 1], mutex);
50 (void)lf_sync;
56 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
59 const int nsync = lf_sync->sync_range;
72 mutex_lock(&lf_sync->mutex_[r]);
74 lf_sync->cur_sb_col[r] = cur
144 VP9LfSync *const lf_sync = (VP9LfSync *)arg1; local
    [all...]
vp9_thread_common.h 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);
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_vpxdec.so 
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_vpxdec.so 
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vpxdec.so 
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vpxdec.so 
libstagefright_soft_vpxenc.so 

Completed in 188 milliseconds