Home
last modified time | relevance | path

Searched refs:sharpness (Results 1 – 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c100 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 …]
Dvdpau_private.h351 } sharpness; member
/external/opencv/cv/src/
Dcvdominants.cpp63 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/
Dfilter.c59 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()
Dvp8enci.h499 int VP8FilterStrengthFromDelta(int sharpness, int delta);
/external/libvpx/libvpx/test/
Dtest-data.sha182 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 …]
Dtest-data.mk129 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/
Dblenders.hpp98 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/
Dfilter.c196 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/
Dmeye.h40 unsigned char sharpness; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c157 : cpi->oxcf.sharpness; in vp9_pick_filter_level()
Dvp9_encoder.h133 int sharpness; // sharpening output: recommendation 0: member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c28 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/
Dblenders.cpp541 void createWeightMap(InputArray mask, float sharpness, InputOutputArray weight) in createWeightMap() argument
546 multiply(weight, sharpness, tmp); in createWeightMap()
/external/dng_sdk/source/
Ddng_negative.h1410 void SetBaselineSharpness (real64 sharpness) in SetBaselineSharpness() argument
1412 fBaselineSharpness.Set_real64 (sharpness, 100); in SetBaselineSharpness()
/external/libvpx/libvpx/
Dvpxenc.c329 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/
Dstitching_detailed.cpp812 LOGLN("Feather blender, sharpness: " << fb->sharpness()); in main()
/external/webp/
DREADME173 -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp)
/external/libexif/po/
Dsk.po1421 # 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
Den_AU.po4192 "This tag indicates the direction of sharpness processing applied by the "
4195 "This tag indicates the direction of sharpness processing applied by the "
Den_GB.po4192 "This tag indicates the direction of sharpness processing applied by the "
4195 "This tag indicates the direction of sharpness processing applied by the "
Dlibexif-12.pot3808 "This tag indicates the direction of sharpness processing applied by the "
Den_CA.po3862 "This tag indicates the direction of sharpness processing applied by the "
Dtr.po3812 "This tag indicates the direction of sharpness processing applied by the "
Dru.po3997 "This tag indicates the direction of sharpness processing applied by the "

12