/external/libdav1d/src/arm/ |
D | ipred.h | 93 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/ |
D | yuv_temporal_filter_test.cc | 326 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/ |
D | ipred_tmpl.c | 431 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/ |
D | ipred_avx2.asm | 1392 .filter_strength: ; w4/w8/w16 label 2187 .filter_strength: label 3074 .filter_strength: ; h4/h8/h16 label
|
D | ipred16_avx2.asm | 1190 .filter_strength: ; w4/w8/w16 label 1913 .filter_strength: label 2774 .filter_strength: ; h4/h8/h16 label
|
D | ipred_avx512.asm | 1979 .filter_strength: label 2712 .filter_strength: label
|
/external/libaom/test/ |
D | temporal_filter_test.cc | 181 const int filter_strength = 5; in RunTest() local 567 const int filter_strength = 5; in RunTest() local
|
/external/libaom/av1/encoder/arm/ |
D | temporal_filter_neon_dotprod.c | 221 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon_dotprod()
|
D | highbd_temporal_filter_neon.c | 289 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_neon()
|
D | temporal_filter_neon.c | 199 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon()
|
/external/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 227 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
|
D | highbd_temporal_filter_sse2.c | 247 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
|
D | highbd_temporal_filter_avx2.c | 372 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
|
D | temporal_filter_avx2.c | 554 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
|
/external/libaom/av1/encoder/ |
D | temporal_filter.c | 637 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/ |
D | encode.h | 112 int filter_strength; // range: [0 = off .. 100 = strongest] member
|
/external/webp/examples/ |
D | webpinfo.c | 273 int filter_strength[4] = {0, 0, 0, 0}; in ParseLossySegmentHeader() local
|