Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_model.h39 } aom_noise_strength_lut_t; typedef
42 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points);
45 void aom_noise_strength_lut_free(aom_noise_strength_lut_t *lut);
52 double aom_noise_strength_lut_eval(const aom_noise_strength_lut_t *lut,
118 aom_noise_strength_lut_t *lut);
Dnoise_model.c215 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points) { in aom_noise_strength_lut_init()
225 void aom_noise_strength_lut_free(aom_noise_strength_lut_t *lut) { in aom_noise_strength_lut_free()
231 double aom_noise_strength_lut_eval(const aom_noise_strength_lut_t *lut, in aom_noise_strength_lut_eval()
348 const aom_noise_strength_lut_t *lut, double *residual, int start, int end) { in update_piecewise_linear_residual()
374 aom_noise_strength_lut_t *lut) { in aom_noise_strength_solver_fit_piecewise()
1154 aom_noise_strength_lut_t scaling_points[3]; in aom_noise_model_get_grain_parameters()
/external/libaom/libaom/test/
Dnoise_model_test.cc164 aom_noise_strength_lut_t lut; in TEST()
190 aom_noise_strength_lut_t lut; in TEST()
216 aom_noise_strength_lut_t lut; in TEST()
229 aom_noise_strength_lut_t lut; in TEST()
648 aom_noise_strength_lut_t lut; in TYPED_TEST_P()
725 aom_noise_strength_lut_t lut; in TYPED_TEST_P()