Lines Matching refs:try
647 uint32_t score, try;648 try = rates4x[i] * 2 / rate4x;649 try = (try / 2) + (try & 1);650 if (try < 2)652 if (try > 255)653 try = 255;654 score = abs((int)rate4x - rates4x[i] / try);658 div = try;