Home
last modified time | relevance | path

Searched refs:max_coeff (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc162 const int max_coeff = 32766 / 4; in TEST_P() local
171 int max_energy_leftover = max_coeff * max_coeff; in TEST_P()
Dvp10_inv_txfm_test.cc250 const int max_coeff = 32766 / 4; in TEST_P() local
259 int max_energy_leftover = max_coeff * max_coeff; in TEST_P()
/external/webp/src/dsp/
Denc_mips_dsp_r2.c1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram() local
1474 : [dist]"r"(distribution), [out]"r"(out), [max_coeff]"r"(max_coeff) in CollectHistogram()