Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/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/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/libvpx/libvpx/test/
Dtest-data.sha154 0f1233bd2bc33f56ce5e495dbd455d122339f384 vp80-05-sharpness-1428.ivf
55 51767fc136488a9535c2a4c38067c542ee2048df vp80-05-sharpness-1429.ivf
56 9805aa107672de25d6fb8c35e20d06deca5efe18 vp80-05-sharpness-1430.ivf
57 61db6b965f9c27aebe71b85bf2d5877e58e4bbdf vp80-05-sharpness-1431.ivf
58 10420d266290d2923555f84af38eeb96edbd3ae8 vp80-05-sharpness-1433.ivf
59 3ed24f9a80cddfdf75824ba95cdb4ff9286cb443 vp80-05-sharpness-1434.ivf
60 c87599cbecd72d4cd4f7ace3313b7a6bc6eb8163 vp80-05-sharpness-1438.ivf
61 aff51d865c2621b60510459244ea83e958e4baed vp80-05-sharpness-1439.ivf
62 da386e72b19b5485a6af199c5eb60ef25e510dd1 vp80-05-sharpness-1440.ivf
63 6759a095203d96ccd267ce09b1b050b8cc4c2f1f vp80-05-sharpness-1443.ivf
[all …]
Dtest.mk164 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1428.ivf
165 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1429.ivf
166 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1430.ivf
167 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1431.ivf
168 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1433.ivf
169 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1434.ivf
170 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1438.ivf
171 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1439.ivf
172 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1440.ivf
173 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1443.ivf
[all …]
/external/webp/src/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/chromium_org/third_party/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/webp/
DREADME162 -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp)
/external/libvpx/libvpx/
Dvpxenc.c529 static const arg_def_t sharpness = ARG_DEF(NULL, "sharpness", 1, variable
568 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
585 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
/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_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 "
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 "
Dlibexif-12.pot3808 "This tag indicates the direction of sharpness processing applied by the "
Dru.po3997 "This tag indicates the direction of sharpness processing applied by the "
Dja.po3826 "This tag indicates the direction of sharpness processing applied by the "
Dpt.po3812 "This tag indicates the direction of sharpness processing applied by the "
Dbe.po3812 "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 "
Dzh_CN.po3812 "This tag indicates the direction of sharpness processing applied by the "
Dtr.po3812 "This tag indicates the direction of sharpness processing applied by the "
Dsr.po4020 "This tag indicates the direction of sharpness processing applied by the "
Duk.po3811 "This tag indicates the direction of sharpness processing applied by the "
Dsq.po3812 "This tag indicates the direction of sharpness processing applied by the "

12