Home
last modified time | relevance | path

Searched refs:min_coeff (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dnoise_model.c1200 double max_coeff = 1e-4, min_coeff = -1e-4; in aom_noise_model_get_grain_parameters() local
1207 min_coeff = AOMMIN(min_coeff, eqns->x[i]); in aom_noise_model_get_grain_parameters()
1233 min_coeff = AOMMIN(min_coeff, y_corr[c - 1]); in aom_noise_model_get_grain_parameters()
1239 clamp(7 - (int)AOMMAX(1 + floor(log2(max_coeff)), ceil(log2(-min_coeff))), in aom_noise_model_get_grain_parameters()
/external/libvpx/libvpx/test/
Dpartial_idct_test.cc277 const int16_t min_coeff = std::numeric_limits<int16_t>::min(); in TEST_P() local
282 const int coeff = j ? min_coeff : max_coeff; in TEST_P()