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

  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
40 const int nsync = lf_sync->sync_range;
43 mutex_lock(&lf_sync->mutex_[r - 1]);
45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
46 pthread_cond_wait(&lf_sync->cond_[r - 1],
47 &lf_sync->mutex_[r - 1]);
49 pthread_mutex_unlock(&lf_sync->mutex_[r - 1]);
52 (void)lf_sync;
58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
61 const int nsync = lf_sync->sync_range
149 VP9LfSync *const lf_sync = &pbi->lf_row_sync; local
    [all...]
vp9_dthread.h 46 void vp9_loop_filter_alloc(struct VP9Common *cm, struct VP9LfSyncData *lf_sync,
50 void vp9_loop_filter_dealloc(struct VP9LfSyncData *lf_sync, int rows);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
40 const int nsync = lf_sync->sync_range;
43 mutex_lock(&lf_sync->mutex_[r - 1]);
45 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
46 pthread_cond_wait(&lf_sync->cond_[r - 1],
47 &lf_sync->mutex_[r - 1]);
49 pthread_mutex_unlock(&lf_sync->mutex_[r - 1]);
52 (void)lf_sync;
58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
61 const int nsync = lf_sync->sync_range
150 VP9LfSync *const lf_sync = &pbi->lf_row_sync; local
    [all...]
vp9_dthread.h 46 void vp9_loop_filter_alloc(struct VP9Common *cm, struct VP9LfSyncData *lf_sync,
50 void vp9_loop_filter_dealloc(struct VP9LfSyncData *lf_sync, int rows);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_dthread.c 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
40 const int nsync = lf_sync->sync_range;
43 pthread_mutex_t *const mutex = &lf_sync->mutex_[r - 1];
46 while (c > lf_sync->cur_sb_col[r - 1] - nsync) {
47 pthread_cond_wait(&lf_sync->cond_[r - 1], mutex);
52 (void)lf_sync;
58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
61 const int nsync = lf_sync->sync_range;
75 mutex_lock(&lf_sync->mutex_[r]);
77 lf_sync->cur_sb_col[r] = cur
140 VP9LfSync *const lf_sync = &pbi->lf_row_sync; local
    [all...]
vp9_dthread.h 44 void vp9_loop_filter_alloc(struct VP9Common *cm, VP9LfSync *lf_sync,
48 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync, int rows);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.h 128 struct VP9LfSyncData *lf_sync; member in struct:LoopFilterWorkerData
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 127 struct VP9LfSyncData *lf_sync; member in struct:LoopFilterWorkerData
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 127 struct VP9LfSyncData *lf_sync; member in struct:LoopFilterWorkerData

Completed in 850 milliseconds