HomeSort by relevance Sort by last modified time
    Searched refs:aom_noise_strength_lut_init (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/aom_dsp/
noise_model.h 42 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points);
noise_model.c 215 int aom_noise_strength_lut_init(aom_noise_strength_lut_t *lut, int num_points) { function
377 if (!aom_noise_strength_lut_init(lut, solver->num_bins)) {
    [all...]
  /external/libaom/libaom/test/
noise_model_test.cc 217 ASSERT_TRUE(aom_noise_strength_lut_init(&lut, 1));
230 ASSERT_TRUE(aom_noise_strength_lut_init(&lut, 4));
    [all...]

Completed in 4805 milliseconds