Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_model.h42 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points);
Dnoise_model.c215 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points) { in aom_noise_strength_lut_init() function
377 if (!aom_noise_strength_lut_init(lut, solver->num_bins)) { in aom_noise_strength_solver_fit_piecewise()
/external/libaom/libaom/test/
Dnoise_model_test.cc217 ASSERT_TRUE(aom_noise_strength_lut_init(&lut, 1)); in TEST()
230 ASSERT_TRUE(aom_noise_strength_lut_init(&lut, 4)); in TEST()