Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dnoise_model_test.cc350 aom_flat_block_finder_t flat_block_finder; in TYPED_TEST_P() local
351 ASSERT_EQ(1, aom_flat_block_finder_init(&flat_block_finder, kBlockSize, in TYPED_TEST_P()
353 const double normalization = flat_block_finder.normalization; in TYPED_TEST_P()
376 aom_flat_block_finder_extract_block(&flat_block_finder, in TYPED_TEST_P()
388 aom_flat_block_finder_extract_block(&flat_block_finder, in TYPED_TEST_P()
400 aom_flat_block_finder_free(&flat_block_finder); in TYPED_TEST_P()
405 aom_flat_block_finder_t flat_block_finder; in TYPED_TEST_P() local
406 ASSERT_EQ(1, aom_flat_block_finder_init(&flat_block_finder, kBlockSize, in TYPED_TEST_P()
454 EXPECT_EQ(4, aom_flat_block_finder_run(&flat_block_finder, in TYPED_TEST_P()
482 EXPECT_EQ(1, aom_flat_block_finder_run(&flat_block_finder, in TYPED_TEST_P()
[all …]
/external/libaom/libaom/aom_dsp/
Dnoise_model.c1488 aom_flat_block_finder_t flat_block_finder; member
1529 aom_flat_block_finder_free(&ctx->flat_block_finder); in aom_denoise_and_model_free()
1564 aom_flat_block_finder_free(&ctx->flat_block_finder); in denoise_and_model_realloc_if_necessary()
1565 if (!aom_flat_block_finder_init(&ctx->flat_block_finder, ctx->block_size, in denoise_and_model_realloc_if_necessary()
1611 aom_flat_block_finder_run(&ctx->flat_block_finder, data[0], sd->y_width, in aom_denoise_and_model_run()