/external/chromium_org/third_party/mesa/src/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/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/libvpx/libvpx/test/ |
D | test-data.sha1 | 54 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 …]
|
D | test.mk | 164 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/ |
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/chromium_org/third_party/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/webp/ |
D | README | 162 -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp)
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 529 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/ |
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_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 | 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 | libexif-12.pot | 3808 "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 "
|
D | ja.po | 3826 "This tag indicates the direction of sharpness processing applied by the "
|
D | pt.po | 3812 "This tag indicates the direction of sharpness processing applied by the "
|
D | be.po | 3812 "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 | zh_CN.po | 3812 "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 | sr.po | 4020 "This tag indicates the direction of sharpness processing applied by the "
|
D | uk.po | 3811 "This tag indicates the direction of sharpness processing applied by the "
|
D | sq.po | 3812 "This tag indicates the direction of sharpness processing applied by the "
|