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

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 101 uptr GetMemoryConsumption(uptr *nsync);
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 63 const int nsync = cpi->mt_sync_range; local
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
282 *current_mb_col = mb_col + nsync;
encodeframe.c 385 const int nsync = cpi->mt_sync_range; local
386 const int rightmost_col = cm->mb_cols + nsync;
466 if ((mb_col & (nsync - 1)) == 0)
468 while (mb_col > (*last_row_current_mb_col - nsync))
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 309 const int nsync = pbi->sync_range; local
310 const int first_row_no_sync_above = pc->mb_cols + nsync;
416 if ((mb_col & (nsync - 1)) == 0)
418 while (mb_col > (*last_row_current_mb_col - nsync))
611 *current_mb_col = mb_col + nsync;

Completed in 612 milliseconds