Searched defs:filter_strength (Results  1 – 10 of 10) sorted by relevance
| /external/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/test/ | 
| D | temporal_filter_test.cc | 180     const int filter_strength = 5;  in RunTest()  local445     const int filter_strength = 5;  in RunTest()  local
 
 | 
| /external/libaom/av1/encoder/x86/ | 
| D | temporal_filter_sse2.c | 198     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/libaom/av1/encoder/ | 
| D | temporal_filter.c | 563     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/ | 
| D | temporal_filter_neon.c | 304     const int *subblock_mses, const int q_factor, const int filter_strength,  in av1_apply_temporal_filter_neon()
 | 
| /external/webp/src/webp/ | 
| D | encode.h | 112   int filter_strength;    // range: [0 = off .. 100 = strongest]  member
 | 
| /external/webp/examples/ | 
| D | webpinfo.c | 272       int filter_strength[4] = {0, 0, 0, 0};  in ParseLossySegmentHeader()  local
 |