Searched refs:bestmult (Results 1 – 1 of 1) sorted by relevance
58 unsigned int i, bestmult = 0; in __bestmult() local62 bestmult = rate / orig_parent_rate; in __bestmult()65 if ((bestmult == 0) && in __bestmult()67 bestmult = 1; in __bestmult()70 if (bestmult > maxmult) in __bestmult()71 bestmult = maxmult; in __bestmult()73 return bestmult; in __bestmult()92 bestmult = i; in __bestmult()98 return bestmult; in __bestmult()