Searched refs:bestmult (Results 1 – 1 of 1) sorted by relevance
72 unsigned int i, bestmult = 0; in __bestmult() local 76 bestmult = rate / orig_parent_rate; in __bestmult() 79 if ((bestmult == 0) && in __bestmult() 81 bestmult = 1; in __bestmult() 84 if (bestmult > maxmult) in __bestmult() 85 bestmult = maxmult; in __bestmult() 87 return bestmult; in __bestmult() 106 bestmult = i; in __bestmult() 112 return bestmult; in __bestmult()