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

  /external/libvpx/vp8/encoder/
ethreading.c 61 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) && *last_row_current_mb_col != cm->mb_cols - 1)
encodeframe.c 484 const int nsync = cpi->mt_sync_range; local
541 if ((mb_col & (nsync - 1)) == 0)
543 while (mb_col > (*last_row_current_mb_col - nsync)
    [all...]
  /external/libvpx/vp8/decoder/
threading.c 242 int nsync = pbi->sync_range; local
278 if ((mb_col & (nsync-1)) == 0)
280 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
690 int nsync = pbi->sync_range; local
758 if ( mb_row > 0 && (mb_col & (nsync-1)) == 0){
759 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
    [all...]

Completed in 32 milliseconds