Home
last modified time | relevance | path

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

12

/external/webp/src/enc/
Dfilter_enc.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()
Dvp8i_enc.h483 int VP8FilterStrengthFromDelta(int sharpness, int delta);
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c108 vmixer->sharpness.supported = true; in vlVdpVideoMixerCreate()
210 if (vmixer->sharpness.filter) { in vlVdpVideoMixerDestroy()
211 vl_matrix_filter_cleanup(vmixer->sharpness.filter); in vlVdpVideoMixerDestroy()
212 FREE(vmixer->sharpness.filter); in vlVdpVideoMixerDestroy()
346 if (vmixer->bicubic.filter || vmixer->sharpness.filter || vmixer->noise_reduction.filter) { in vlVdpVideoMixerRender()
406 if (!vmixer->sharpness.filter && !vmixer->bicubic.filter) { in vlVdpVideoMixerRender()
426 if (vmixer->sharpness.filter) { in vlVdpVideoMixerRender()
428 vl_matrix_filter_render(vmixer->sharpness.filter, in vlVdpVideoMixerRender()
436 vl_matrix_filter_render(vmixer->sharpness.filter, in vlVdpVideoMixerRender()
518 if (vmixer->sharpness.filter) { in vlVdpVideoMixerUpdateSharpnessFilter()
[all …]
Dvdpau_private.h386 } sharpness; member
/external/libvpx/libvpx/test/
Dtest-data.sha183 0f1233bd2bc33f56ce5e495dbd455d122339f384 *vp80-05-sharpness-1428.ivf
84 51767fc136488a9535c2a4c38067c542ee2048df *vp80-05-sharpness-1429.ivf
85 9805aa107672de25d6fb8c35e20d06deca5efe18 *vp80-05-sharpness-1430.ivf
86 61db6b965f9c27aebe71b85bf2d5877e58e4bbdf *vp80-05-sharpness-1431.ivf
87 10420d266290d2923555f84af38eeb96edbd3ae8 *vp80-05-sharpness-1433.ivf
88 3ed24f9a80cddfdf75824ba95cdb4ff9286cb443 *vp80-05-sharpness-1434.ivf
89 c87599cbecd72d4cd4f7ace3313b7a6bc6eb8163 *vp80-05-sharpness-1438.ivf
90 aff51d865c2621b60510459244ea83e958e4baed *vp80-05-sharpness-1439.ivf
91 da386e72b19b5485a6af199c5eb60ef25e510dd1 *vp80-05-sharpness-1440.ivf
92 6759a095203d96ccd267ce09b1b050b8cc4c2f1f *vp80-05-sharpness-1443.ivf
[all …]
Dtest-data.mk131 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1428.ivf
132 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1428.ivf.md5
133 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1429.ivf
134 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1429.ivf.md5
135 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1430.ivf
136 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1430.ivf.md5
137 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1431.ivf
138 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1431.ivf.md5
139 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1433.ivf
140 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-05-sharpness-1433.ivf.md5
[all …]
/external/kernel-headers/original/uapi/linux/
Dmeye.h40 unsigned char sharpness; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c153 lf->sharpness_level = cm->frame_type == KEY_FRAME ? 0 : cpi->oxcf.sharpness; in vp9_pick_filter_level()
Dvp9_encoder.h153 int sharpness; // sharpening output: recommendation 0: member
/external/v4l2_codec2/vda/
Dvp9_parser.h111 uint8_t sharpness; member
Dvp9_uncompressed_header_parser.cc776 loop_filter.sharpness = reader_.ReadLiteral(3); in ReadLoopFilterParams()
Dv4l2-controls.h1243 __u8 sharpness; member
Dv4l2_slice_video_decode_accelerator.cc2586 v4l2_lf_params->sharpness = vp9_lf_params.sharpness; in FillV4L2VP9LoopFilterParams()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c29 unsigned int sharpness; member
259 RANGE_CHECK_HI(extra_cfg, sharpness, 7); in validate_config()
516 oxcf->sharpness = extra_cfg->sharpness; in set_encoder_config()
714 extra_cfg.sharpness = CAST(VP8E_SET_SHARPNESS, args); in ctrl_set_sharpness()
/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.c338 static const arg_def_t sharpness = variable
371 &sharpness,
482 &sharpness,
/external/webp/
DREADME241 -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp), default=0
/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 "
Den_CA.po3862 "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 "
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c17973 unsigned short sharpness; in Qt_VDSetSharpness() local
17981 &sharpness); in Qt_VDSetSharpness()
17984 sharpness); in Qt_VDSetSharpness()
18053 unsigned short sharpness; in Qt_VDGetSharpness() local
18061 &sharpness); in Qt_VDGetSharpness()
18064 sharpness); in Qt_VDGetSharpness()
18700 unsigned short sharpness; in Qt_VDGetVideoDefaults() local
18714 &sharpness); in Qt_VDGetVideoDefaults()
18723 sharpness); in Qt_VDGetVideoDefaults()

12