Home
last modified time | relevance | path

Searched defs:filter_strength (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/test/
Dyuv_temporal_filter_test.cc325 int filter_strength, in CompareTestWithParam()
450 int filter_strength, in RunTestFilterWithParam()
522 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
558 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
586 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
624 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
/external/libaom/test/
Dtemporal_filter_test.cc180 const int filter_strength = 5; in RunTest() local
445 const int filter_strength = 5; in RunTest() local
/external/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c198 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
Dhighbd_temporal_filter_sse2.c212 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
Dtemporal_filter_avx2.c222 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
Dhighbd_temporal_filter_avx2.c337 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
/external/libaom/av1/encoder/
Dtemporal_filter.c563 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c()
716 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c()
815 const int filter_strength = cpi->oxcf.algo_cfg.arnr_strength; in av1_tf_do_filtering_row() local
/external/libaom/av1/encoder/arm/neon/
Dtemporal_filter_neon.c304 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon()
/external/webp/src/webp/
Dencode.h112 int filter_strength; // range: [0 = off .. 100 = strongest] member
/external/webp/examples/
Dwebpinfo.c272 int filter_strength[4] = {0, 0, 0, 0}; in ParseLossySegmentHeader() local