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

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 32 // The optimal sync_range for different resolution and platform should be
34 int sync_range; member in struct:VP9LfSyncData
vp9_thread_common.c 38 const int nsync = lf_sync->sync_range;
59 const int nsync = lf_sync->sync_range;
165 if (!lf_sync->sync_range || sb_rows != lf_sync->rows ||
281 lf_sync->sync_range = get_sync_range(width);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.h 41 int sync_range; member in struct:VP9RowMTSyncData
vp9_ethread.c 285 row_mt_sync->sync_range = 1;
317 const int nsync = row_mt_sync->sync_range;
345 const int nsync = row_mt_sync->sync_range;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 78 int sync_range; member in struct:VP8D_COMP
threading.c 255 const int nsync = pbi->sync_range;
734 pbi->sync_range = 1;
736 pbi->sync_range = 8;
738 pbi->sync_range = 16;
740 pbi->sync_range = 32;

Completed in 99 milliseconds