Home
last modified time | relevance | path

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

/external/libdav1d/src/arm/
Dipred.h93 const int filter_strength = enable_intra_edge_filter ? in ipred_z1_neon() local
169 const int filter_strength = enable_intra_edge_filter ? in ipred_z2_neon() local
191 const int filter_strength = enable_intra_edge_filter ? in ipred_z2_neon() local
260 const int filter_strength = enable_intra_edge_filter ? in ipred_z3_neon() local
/external/libvpx/test/
Dyuv_temporal_filter_test.cc326 int filter_strength, in CompareTestWithParam()
451 int filter_strength, in RunTestFilterWithParam()
523 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
559 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
587 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
625 for (int filter_strength = 0; filter_strength <= 6; in TEST_P() local
/external/libdav1d/src/
Dipred_tmpl.c431 const int filter_strength = enable_intra_edge_filter ? in ipred_z1_c() local
486 const int filter_strength = enable_intra_edge_filter ? in ipred_z2_c() local
502 const int filter_strength = enable_intra_edge_filter ? in ipred_z2_c() local
567 const int filter_strength = enable_intra_edge_filter ? in ipred_z3_c() local
/external/libdav1d/src/x86/
Dipred_avx2.asm1392 .filter_strength: ; w4/w8/w16 label
2187 .filter_strength: label
3074 .filter_strength: ; h4/h8/h16 label
Dipred16_avx2.asm1190 .filter_strength: ; w4/w8/w16 label
1913 .filter_strength: label
2774 .filter_strength: ; h4/h8/h16 label
Dipred_avx512.asm1979 .filter_strength: label
2712 .filter_strength: label
/external/libaom/test/
Dtemporal_filter_test.cc181 const int filter_strength = 5; in RunTest() local
567 const int filter_strength = 5; in RunTest() local
/external/libaom/av1/encoder/arm/
Dtemporal_filter_neon_dotprod.c221 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon_dotprod()
Dhighbd_temporal_filter_neon.c289 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_neon()
Dtemporal_filter_neon.c199 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon()
/external/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c227 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
Dhighbd_temporal_filter_sse2.c247 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
Dhighbd_temporal_filter_avx2.c372 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
Dtemporal_filter_avx2.c554 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
/external/libaom/av1/encoder/
Dtemporal_filter.c637 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c()
798 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c()
890 int filter_strength = cpi->oxcf.algo_cfg.arnr_strength; in av1_tf_do_filtering_row() local
/external/webp/src/webp/
Dencode.h112 int filter_strength; // range: [0 = off .. 100 = strongest] member
/external/webp/examples/
Dwebpinfo.c273 int filter_strength[4] = {0, 0, 0, 0}; in ParseLossySegmentHeader() local