Searched refs:ph1 (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 187 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()
|
D | PMurHash.h | 52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 187 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()
|
D | PMurHash.h | 52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 939 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/libjpeg-turbo/ |
D | turbojpeg.c | 950 int ph1 = tjPlaneHeight(1, height, subsamp); local 954 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; 1146 int ph1 = tjPlaneHeight(1, height, subsamp); local 1150 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; 1619 int ph1 = tjPlaneHeight(1, height, subsamp); local 1623 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; 1861 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); local 1865 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1;
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 879 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/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 1537 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()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 844 pub ph1: u64,
|