/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 100 vmixer->sharpness.supported = true; in vlVdpVideoMixerCreate() 188 if (vmixer->sharpness.filter) { in vlVdpVideoMixerDestroy() 189 vl_matrix_filter_cleanup(vmixer->sharpness.filter); in vlVdpVideoMixerDestroy() 190 FREE(vmixer->sharpness.filter); in vlVdpVideoMixerDestroy() 312 if (!vmixer->noise_reduction.filter && !vmixer->sharpness.filter) in vlVdpVideoMixerRender() 324 if (vmixer->sharpness.filter) in vlVdpVideoMixerRender() 325 vl_matrix_filter_render(vmixer->sharpness.filter, in vlVdpVideoMixerRender() 364 if (vmixer->sharpness.filter) { in vlVdpVideoMixerUpdateSharpnessFilter() 365 vl_matrix_filter_cleanup(vmixer->sharpness.filter); in vlVdpVideoMixerUpdateSharpnessFilter() 366 FREE(vmixer->sharpness.filter); in vlVdpVideoMixerUpdateSharpnessFilter() [all …]
|
D | vdpau_private.h | 351 } sharpness; member
|
/external/opencv/cv/src/ |
D | cvdominants.cpp | 63 float *sharpness; in icvFindDominantPointsIPAN() local 89 sharpness = (float *) cvAlloc( n * sizeof( float )); in icvFindDominantPointsIPAN() 276 sharpness[i] = max_cos_alpha; in icvFindDominantPointsIPAN() 292 if( sharpness[i] == -1 ) in icvFindDominantPointsIPAN() 297 if( sharpness[i] < sharpness[(i + j) % n] ) in icvFindDominantPointsIPAN() 306 if( sharpness[i] < sharpness[ind] ) in icvFindDominantPointsIPAN() 316 cvFree( &sharpness ); in icvFindDominantPointsIPAN() 325 cvFree( &sharpness ); in icvFindDominantPointsIPAN()
|
/external/webp/src/enc/ |
D | filter.c | 59 int VP8FilterStrengthFromDelta(int sharpness, int delta) { in VP8FilterStrengthFromDelta() argument 61 assert(sharpness >= 0 && sharpness <= 7); in VP8FilterStrengthFromDelta() 62 return kLevelsFromDelta[sharpness][pos]; in VP8FilterStrengthFromDelta() 68 static int GetILevel(int sharpness, int level) { in GetILevel() argument 69 if (sharpness > 0) { in GetILevel() 70 if (sharpness > 4) { in GetILevel() 75 if (level > 9 - sharpness) { in GetILevel() 76 level = 9 - sharpness; in GetILevel()
|
D | vp8enci.h | 499 int VP8FilterStrengthFromDelta(int sharpness, int delta);
|
/external/libvpx/libvpx/test/ |
D | test-data.sha1 | 82 0f1233bd2bc33f56ce5e495dbd455d122339f384 *vp80-05-sharpness-1428.ivf 83 51767fc136488a9535c2a4c38067c542ee2048df *vp80-05-sharpness-1429.ivf 84 9805aa107672de25d6fb8c35e20d06deca5efe18 *vp80-05-sharpness-1430.ivf 85 61db6b965f9c27aebe71b85bf2d5877e58e4bbdf *vp80-05-sharpness-1431.ivf 86 10420d266290d2923555f84af38eeb96edbd3ae8 *vp80-05-sharpness-1433.ivf 87 3ed24f9a80cddfdf75824ba95cdb4ff9286cb443 *vp80-05-sharpness-1434.ivf 88 c87599cbecd72d4cd4f7ace3313b7a6bc6eb8163 *vp80-05-sharpness-1438.ivf 89 aff51d865c2621b60510459244ea83e958e4baed *vp80-05-sharpness-1439.ivf 90 da386e72b19b5485a6af199c5eb60ef25e510dd1 *vp80-05-sharpness-1440.ivf 91 6759a095203d96ccd267ce09b1b050b8cc4c2f1f *vp80-05-sharpness-1443.ivf [all …]
|
D | test-data.mk | 129 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1428.ivf 130 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1428.ivf.md5 131 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1429.ivf 132 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1429.ivf.md5 133 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1430.ivf 134 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1430.ivf.md5 135 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1431.ivf 136 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1431.ivf.md5 137 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1433.ivf 138 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1433.ivf.md5 [all …]
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | blenders.hpp | 98 FeatherBlender(float sharpness = 0.02f); 100 float sharpness() const { return sharpness_; } in sharpness() function in cv::detail::FeatherBlender 149 void CV_EXPORTS createWeightMap(InputArray mask, float sharpness, InputOutputArray weight);
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 196 static int GetILevel(int sharpness, int level) { in GetILevel() argument 197 if (sharpness > 0) { in GetILevel() 198 if (sharpness > 4) { in GetILevel() 203 if (level > 9 - sharpness) { in GetILevel() 204 level = 9 - sharpness; in GetILevel()
|
/external/kernel-headers/original/uapi/linux/ |
D | meye.h | 40 unsigned char sharpness; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 157 : cpi->oxcf.sharpness; in vp9_pick_filter_level()
|
D | vp9_encoder.h | 133 int sharpness; // sharpening output: recommendation 0: member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 28 unsigned int sharpness; member 248 RANGE_CHECK_HI(extra_cfg, sharpness, 7); in validate_config() 467 oxcf->sharpness = extra_cfg->sharpness; in set_encoder_config() 650 extra_cfg.sharpness = CAST(VP8E_SET_SHARPNESS, args); in ctrl_set_sharpness()
|
/external/opencv3/modules/stitching/src/ |
D | blenders.cpp | 541 void createWeightMap(InputArray mask, float sharpness, InputOutputArray weight) in createWeightMap() argument 546 multiply(weight, sharpness, tmp); in createWeightMap()
|
/external/dng_sdk/source/ |
D | dng_negative.h | 1410 void SetBaselineSharpness (real64 sharpness) in SetBaselineSharpness() argument 1412 fBaselineSharpness.Set_real64 (sharpness, 100); in SetBaselineSharpness()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 329 static const arg_def_t sharpness = ARG_DEF( variable 361 &cpu_used_vp8, &auto_altref, &noise_sens, &sharpness, &static_thresh, 450 &cpu_used_vp9, &auto_altref, &sharpness, &static_thresh, 476 &cpu_used_vp9, &auto_altref, &sharpness, &static_thresh,
|
/external/opencv3/samples/cpp/ |
D | stitching_detailed.cpp | 812 LOGLN("Feather blender, sharpness: " << fb->sharpness()); in main()
|
/external/webp/ |
D | README | 173 -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp)
|
/external/libexif/po/ |
D | sk.po | 1421 # exif-sharpness 1954 # exif-sharpness-1 1964 # exif-sharpness-2 4344 "This tag indicates the direction of sharpness processing applied by the " 4421 # FUZZY exif-sharpness-1 4426 # FUZZY exif-sharpness-2 5483 # FUZZY exif-sharpness
|
D | en_AU.po | 4192 "This tag indicates the direction of sharpness processing applied by the " 4195 "This tag indicates the direction of sharpness processing applied by the "
|
D | en_GB.po | 4192 "This tag indicates the direction of sharpness processing applied by the " 4195 "This tag indicates the direction of sharpness processing applied by the "
|
D | libexif-12.pot | 3808 "This tag indicates the direction of sharpness processing applied by the "
|
D | en_CA.po | 3862 "This tag indicates the direction of sharpness processing applied by the "
|
D | tr.po | 3812 "This tag indicates the direction of sharpness processing applied by the "
|
D | ru.po | 3997 "This tag indicates the direction of sharpness processing applied by the "
|