Home
last modified time | relevance | path

Searched refs:ph1 (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dcass.hpp120 T ph1; in inv() local
122 ph1 = pj_inv_mlfn(this->m_proj_parm.m0 + xy_y, par.es, this->m_proj_parm.en); in inv()
123 T tn = tan(ph1); T t = tn * tn; in inv()
124 T n = sin(ph1); in inv()
130 lp_lat = ph1 - (n * tn / r) * d2 * in inv()
133 (-C4 + (1. + 3. * t) * d2 * C5)) / cos(ph1); in inv()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp187 void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key, int len) in PMurHash32_Process() argument
189 uint32_t h1 = *ph1; in PMurHash32_Process()
273 *ph1 = h1; in PMurHash32_Process()
DPMurHash.h52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp187 void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key, int len) in PMurHash32_Process() argument
189 uint32_t h1 = *ph1; in PMurHash32_Process()
273 *ph1 = h1; in PMurHash32_Process()
DPMurHash.h52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
/third_party/libjpeg-turbo/
Dturbojpeg.c908 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() local
912 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3()
1101 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() local
1105 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV()
1559 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() local
1563 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjDecodeYUV()
1792 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); in tjDecompressToYUV2() local
1796 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjDecompressToYUV2()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c879 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() local
883 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3()
1072 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() local
1076 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV()
1527 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() local
1531 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjDecodeYUV()
1762 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); in tjDecompressToYUV2() local
1766 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjDecompressToYUV2()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c939 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() local
943 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3()
1134 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() local
1138 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV()
1601 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() local
1605 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjDecodeYUV()
1843 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); in tjDecompressToYUV2() local
1847 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjDecompressToYUV2()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c1537 gdouble ph1 = (gdouble) samp_phase / out_rate; in gst_audio_resampler_update() local
1543 if (fabs (ph1 - ph2) < max_error) in gst_audio_resampler_update()