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

  /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 302 const int nsync = pbi->sync_range; local
303 const int first_row_no_sync_above = pc->mb_cols + nsync;
409 if ((mb_col & (nsync - 1)) == 0)
411 while (mb_col > (*last_row_current_mb_col - nsync))
604 *current_mb_col = mb_col + nsync;

Completed in 303 milliseconds