Searched refs:max_coeff (Results 1 – 3 of 3) sorted by relevance
162 const int max_coeff = 32766 / 4; in TEST_P() local171 int max_energy_leftover = max_coeff * max_coeff; in TEST_P()
250 const int max_coeff = 32766 / 4; in TEST_P() local259 int max_energy_leftover = max_coeff * max_coeff; in TEST_P()
1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram() local1474 : [dist]"r"(distribution), [out]"r"(out), [max_coeff]"r"(max_coeff) in CollectHistogram()