Searched refs:eqns (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 94 static void equation_system_clear(aom_equation_system_t *eqns) { in equation_system_clear() argument 95 const int n = eqns->n; in equation_system_clear() 96 memset(eqns->A, 0, sizeof(*eqns->A) * n * n); in equation_system_clear() 97 memset(eqns->x, 0, sizeof(*eqns->x) * n); in equation_system_clear() 98 memset(eqns->b, 0, sizeof(*eqns->b) * n); in equation_system_clear() 109 static int equation_system_init(aom_equation_system_t *eqns, int n) { in equation_system_init() argument 110 eqns->A = (double *)aom_malloc(sizeof(*eqns->A) * n * n); in equation_system_init() 111 eqns->b = (double *)aom_malloc(sizeof(*eqns->b) * n); in equation_system_init() 112 eqns->x = (double *)aom_malloc(sizeof(*eqns->x) * n); in equation_system_init() 113 eqns->n = n; in equation_system_init() [all …]
|
D | noise_model.h | 73 aom_equation_system_t eqns; member 184 aom_equation_system_t eqns; member
|
/external/libaom/libaom/test/ |
D | noise_model_test.cc | 161 EXPECT_NEAR(i, solver.eqns.x[i], 0.1); in TEST() 621 EXPECT_NEAR(0, model.latest_state[c].eqns.x[i], kCoeffEps); in TYPED_TEST_P() 622 EXPECT_NEAR(0, model.combined_state[c].eqns.x[i], kCoeffEps); in TYPED_TEST_P() 626 ASSERT_EQ(n + 1, model.latest_state[c].eqns.n); in TYPED_TEST_P() 627 ASSERT_EQ(n + 1, model.combined_state[c].eqns.n); in TYPED_TEST_P() 629 EXPECT_NEAR(1, model.latest_state[c].eqns.x[n], kCoeffEps); in TYPED_TEST_P() 630 EXPECT_NEAR(1, model.combined_state[c].eqns.x[n], kCoeffEps); in TYPED_TEST_P() 639 for (int i = 0; i < model.latest_state[0].strength_solver.eqns.n; ++i) { in TYPED_TEST_P() 641 model.latest_state[0].strength_solver.eqns.x[i] / normalize, in TYPED_TEST_P() 644 model.combined_state[0].strength_solver.eqns.x[i] / normalize, in TYPED_TEST_P() [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 269 const aom_equation_system_t *eqns = in print_debug_info() local 270 &noise_model->combined_state[c].strength_solver.eqns; in print_debug_info() 271 for (int k = 0; k < eqns->n; ++k) { in print_debug_info() 272 fprintf(debug_file, "%lf ", eqns->x[k]); in print_debug_info()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 64555 eqns %13450 64556 eqns. %9198
|