Searched defs:filter_strength (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 325 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/libaom/test/ |
D | temporal_filter_test.cc | 178 const int filter_strength = 5; in RunTest() local 433 const int filter_strength = 5; in RunTest() local
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 544 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c() 688 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c() 787 const int filter_strength = cpi->oxcf.algo_cfg.arnr_strength; in av1_tf_do_filtering_row() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 199 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
|
D | highbd_temporal_filter_sse2.c | 212 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
|
D | temporal_filter_avx2.c | 222 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
|
D | highbd_temporal_filter_avx2.c | 337 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
|
/external/webp/include/webp/ |
D | encode.h | 112 int filter_strength; // range: [0 = off .. 100 = strongest] member
|
/external/webp/src/webp/ |
D | encode.h | 112 int filter_strength; // range: [0 = off .. 100 = strongest] member
|