/external/libxcam/modules/ocl/ |
D | cv_edgetaper.cpp | 34 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()
|
D | cv_edgetaper.h | 39 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/ |
D | CODE_OF_CONDUCT.rst | 5 `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/>`__,
|
D | LICENSE | 18 https://www.python.org/psf/) was formed, a non-profit organization
|
D | NOTICE | 18 https://www.python.org/psf/) was formed, a non-profit organization
|
/external/clang/test/SemaCXX/ |
D | cstyle-cast.cpp | 227 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()
|
D | reinterpret-cast.cpp | 96 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()
|
D | functional-cast.cpp | 304 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/ |
D | picture_vc1.c | 45 context->desc.vc1.psf = vc1->sequence_fields.bits.psf; in vlVaHandlePictureParameterBufferVC1()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_bsp.c | 62 uint8_t psf; // 0a member 174 vc->psf = d->psf; in nouveau_vp3_fill_picparm_vc1_bsp()
|
/external/u-boot/cmd/ |
D | flash.c | 48 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/ |
D | general.rst | 39 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/ |
D | CONTRIBUTING.rst | 65 `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`_. Everyone is
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 39 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/ |
D | p_video_state.h | 249 uint8_t psf; member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 329 picture->psf = picture_info->psf; in vlVdpDecoderRenderVC1()
|
/external/python/dateutil/ |
D | README.rst | 133 conduct <https://www.python.org/psf/codeofconduct/>`_.
|
/external/v8/third_party/v8/builtins/ |
D | LICENSE | 18 https://www.python.org/psf/) was formed, a non-profit organization
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | LICENSE | 18 Foundation (PSF, see http://www.python.org/psf/) was formed, a
|
/external/python/cpython2/ |
D | LICENSE | 18 https://www.python.org/psf/) was formed, a non-profit organization
|
/external/python/cpython2/Misc/ |
D | developers.txt | 16 agreement from the committer. See http://www.python.org/psf/contrib/
|
/external/python/cpython2/Mac/BuildScript/resources/ |
D | License.rtf | 18 …). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non…
|
/external/python/cpython3/Mac/BuildScript/resources/ |
D | License.rtf | 18 …). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non…
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.c | 442 result.sps_info_flags |= pic->psf << 1; in get_vc1_msg()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 729 result.sps_info_flags |= pic->psf << 1; in get_vc1_msg()
|