Home
last modified time | relevance | path

Searched refs:psf (Results 1 – 25 of 28) sorted by relevance

12

/external/libxcam/modules/ocl/
Dcv_edgetaper.cpp34 CVEdgetaper::create_weights (const cv::Mat &image, const cv::Mat &psf, cv::Mat &coefficients) in create_weights() argument
40 cv::reduce (psf, rows_proj, 1, CV_REDUCE_SUM, -1); in create_weights()
41 cv::reduce (psf, cols_proj, 0, CV_REDUCE_SUM, -1); in create_weights()
43 …cv::copyMakeBorder (rows_proj, rows_proj_border, (psf.rows - 1) / 2, (psf.rows - 1) / 2, 0, 0, cv:… in create_weights()
44 …cv::copyMakeBorder (cols_proj, cols_proj_border, 0, 0, (psf.cols - 1) / 2, (psf.cols - 1) / 2, cv… in create_weights()
60 int nc = image.cols / psf.cols + 1; in create_weights()
61 int nr = image.rows / psf.rows + 1; in create_weights()
69 CVEdgetaper::edgetaper (const cv::Mat &img, const cv::Mat &psf, cv::Mat &output) in edgetaper() argument
74 cv::flip (psf, psf_flipped, -1); in edgetaper()
77 create_weights (img, psf, coefficients); in edgetaper()
Dcv_edgetaper.h39 void edgetaper (const cv::Mat &image, const cv::Mat &psf, cv::Mat &output);
42 void create_weights (const cv::Mat &image, const cv::Mat &psf, cv::Mat &coefficients);
/external/python/cpython3/
DCODE_OF_CONDUCT.rst5 `Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
7 <https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties…
8 by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
DNOTICE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/clang/test/SemaCXX/
Dcstyle-cast.cpp227 void (structure::*psf)() = 0; in memptrs() local
228 (void)(int (structure::*)())(psf); in memptrs()
231 …(void)(int structure::*)(psf); // expected-error-re {{C-style cast from 'void (structure::*)(){{( … in memptrs()
Dreinterpret-cast.cpp96 void (structure::*psf)() = 0; in memptrs() local
97 (void)reinterpret_cast<int (structure::*)()>(psf); in memptrs()
100 …(void)reinterpret_cast<int structure::*>(psf); // expected-error-re {{reinterpret_cast from 'void … in memptrs()
Dfunctional-cast.cpp304 void (structure::*psf)() = 0; in memptrs() local
306 (void)structureimfp(psf); in memptrs()
310 …(void)structureimp(psf); // expected-error-re {{functional-style cast from 'void (structure::*)(){… in memptrs()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_vc1.c45 context->desc.vc1.psf = vc1->sequence_fields.bits.psf; in vlVaHandlePictureParameterBufferVC1()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c62 uint8_t psf; // 0a member
174 vc->psf = d->psf; in nouveau_vp3_fill_picparm_vc1_bsp()
/external/u-boot/cmd/
Dflash.c48 abbrev_spec (char *str, flash_info_t ** pinfo, int *psf, int *psl) in abbrev_spec() argument
82 *psf = first; in abbrev_spec()
/external/python/cpython3/Doc/faq/
Dgeneral.rst39 https://www.python.org/psf/.
43 <https://www.python.org/psf/donations/>`_.
56 See `the PSF license page <https://www.python.org/psf/license/>`_ to find further
61 <https://www.python.org/psf/trademarks/>`__ for more information.
272 by the Python Infrastructure Team. Details `here <http://infra.psf.io>`__.
/external/python/cpython3/.github/
DCONTRIBUTING.rst65 `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`_. Everyone is
/external/python/cpython2/Doc/faq/
Dgeneral.rst39 https://www.python.org/psf/.
43 <https://www.python.org/psf/donations/>`_.
56 See `the PSF license page <https://www.python.org/psf/license/>`_ to find further
61 <https://www.python.org/psf/trademarks/>`__ for more information.
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h249 uint8_t psf; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c329 picture->psf = picture_info->psf; in vlVdpDecoderRenderVC1()
/external/python/dateutil/
DREADME.rst133 conduct <https://www.python.org/psf/codeofconduct/>`_.
/external/v8/third_party/v8/builtins/
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/chromium-trace/catapult/third_party/zipfile/
DLICENSE18 Foundation (PSF, see http://www.python.org/psf/) was formed, a
/external/python/cpython2/
DLICENSE18 https://www.python.org/psf/) was formed, a non-profit organization
/external/python/cpython2/Misc/
Ddevelopers.txt16 agreement from the committer. See http://www.python.org/psf/contrib/
/external/python/cpython2/Mac/BuildScript/resources/
DLicense.rtf18 …). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non…
/external/python/cpython3/Mac/BuildScript/resources/
DLicense.rtf18 …). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non…
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c442 result.sps_info_flags |= pic->psf << 1; in get_vc1_msg()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c729 result.sps_info_flags |= pic->psf << 1; in get_vc1_msg()

12