Home
last modified time | relevance | path

Searched refs:yBuffer (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmapColorUtils.cpp758 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV444P() local
767 yBuffer += 1; in RGB24ToYUV444P()
782 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV422P() local
800 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV420P() local
814 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV420P() local
832 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV12() local
846 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV12() local
864 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV21() local
905 yBuffer += 1; in BGR24ToYUV444P()
1047 yBuffer += 1; in RGBA32ToYUV444P()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmapColorUtils.cpp920 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV444P() local
929 yBuffer += 1; in RGB24ToYUV444P()
948 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV422P() local
970 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV420P() local
982 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToYUV420P() local
1003 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV12() local
1015 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV12() local
1036 uint8_t* yBuffer = aYBuffer + aYStride * i; in RGB24ToNV21() local
1079 yBuffer += 1; in BGR24ToYUV444P()
1232 yBuffer += 1; in RGBA32ToYUV444P()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/
H A DBigIntegerCalculator.GcdInv.cs191 ref BitsBuffer yBuffer, in ExtractDigits() argument
195 Debug.Assert(yBuffer.GetLength() >= 3); in ExtractDigits()
196 Debug.Assert(xBuffer.GetLength() >= yBuffer.GetLength()); in ExtractDigits()
204 uint[] yBits = yBuffer.GetBits(); in ExtractDigits()
205 int yLength = yBuffer.GetLength(); in ExtractDigits()
251 ref BitsBuffer yBuffer, in LehmerCore() argument
256 Debug.Assert(yBuffer.GetLength() >= 1); in LehmerCore()
257 Debug.Assert(xBuffer.GetLength() >= yBuffer.GetLength()); in LehmerCore()
264 uint[] y = yBuffer.GetBits(); in LehmerCore()
266 int length = yBuffer.GetLength(); in LehmerCore()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level2/
H A DSyr2.hpp98 const T* yBuffer = y_MC_STAR.LockedBuffer(); in Syr2() local
112 ACol[iLoc] += gamma*xBuffer[iLoc] + delta*yBuffer[iLoc]; in Syr2()
149 const T* yBuffer = y_STAR_MC.LockedBuffer(); in Syr2() local
165 delta*yBuffer[iLoc*incy]; in Syr2()
182 delta*yBuffer[iLoc*incy]; in Syr2()
203 const T* yBuffer = y_MC_STAR.LockedBuffer(); in Syr2() local
219 delta*yBuffer[iLoc]; in Syr2()
236 delta*yBuffer[iLoc]; in Syr2()
255 const T* yBuffer = y_STAR_MC.LockedBuffer(); in Syr2() local
272 delta*yBuffer[iLoc*incy]; in Syr2()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DIIRFilter.cpp74 double* yBuffer = m_yBuffer.Elements(); in process() local
85 yn -= feedback[k] * yBuffer[n]; in process()
93 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
149 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
158 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DIIRFilter.cpp80 double* yBuffer = m_yBuffer.Elements(); in process() local
91 yn -= feedback[k] * yBuffer[n]; in process()
99 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
161 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
170 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DIIRFilter.cpp80 double* yBuffer = m_yBuffer.Elements(); in process() local
91 yn -= feedback[k] * yBuffer[n]; in process()
99 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
161 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
170 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DIIRFilter.cpp80 double* yBuffer = m_yBuffer.Elements(); in process() local
91 yn -= feedback[k] * yBuffer[n]; in process()
99 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
161 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
170 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DIIRFilter.cpp79 double* yBuffer = m_yBuffer.Elements(); in process() local
90 yn -= feedback[k] * yBuffer[n]; in process()
98 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
159 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
168 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DIIRFilter.cpp79 double* yBuffer = m_yBuffer.Elements(); in process() local
90 yn -= feedback[k] * yBuffer[n]; in process()
98 yn -= feedback[k] * yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]; in process()
159 double* yBuffer = m_yBuffer.Elements(); in buffersAreZero() local
168 if (fabs(yBuffer[(m_bufferIndex - k) & (kBufferLength - 1)]) >= FLT_MIN) { in buffersAreZero()
/dports/multimedia/chilitags/chilitags-2.0.0-169-g0d9854f/platforms/jni/samples/android-estimate3d-gui/src/ch/epfl/chili/chilitags/samples/estimate3d_gui/
H A DCameraPreviewRenderer.java26 private ByteBuffer yBuffer; field in CameraPreviewRenderer
94yBuffer = ByteBuffer.allocateDirect(camController.cameraWidth*camController.cameraHeight).order(By… in CameraPreviewRenderer()
264 yBuffer.put(image, 0, camController.cameraWidth*camController.cameraHeight); in renderBackground()
265 yBuffer.position(0); in renderBackground()
296 0, GLES20.GL_LUMINANCE, GLES20.GL_UNSIGNED_BYTE, yBuffer); in renderBackground()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/wrappers/android/app/src/main/java/com/example/zxingcppdemo/
H A DMainActivity.kt126 val yBuffer = image.planes[0].buffer // Y in <lambda>() constant
127 val data = ByteArray(yBuffer.remaining()) in <lambda>()
128 yBuffer.get(data, 0, data.size) in <lambda>()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCapture.java250 ByteBuffer yBuffer, int yStride, ByteBuffer uBuffer, ByteBuffer vBuffer, in onI420FrameAvailable() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCapture.java250 ByteBuffer yBuffer, int yStride, ByteBuffer uBuffer, ByteBuffer vBuffer, in onI420FrameAvailable() argument
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsfillsymbollayer.cpp2816 int yBuffer = height * bufferMulti; in applyPattern() local
2820 height += 2 * yBuffer; in applyPattern()
2834 p1 = QPointF( 0, yBuffer ); in applyPattern()
2835 p2 = QPointF( width, yBuffer ); in applyPattern()
2836 p3 = QPointF( 0, yBuffer + innerHeight ); in applyPattern()
2837 p4 = QPointF( width, yBuffer + innerHeight ); in applyPattern()
2925yBuffer ) << QPoint( width - xBuffer - 1, yBuffer ) << QPoint( width - xBuffer - 1, height - yBuff… in applyPattern()
2963 …Image = patternImage.copy( xBuffer, yBuffer, patternImage.width() - 2 * xBuffer, patternImage.heig… in applyPattern()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsfillsymbollayer.cpp2757 int yBuffer = height * bufferMulti; in applyPattern() local
2761 height += 2 * yBuffer; in applyPattern()
2775 p1 = QPointF( 0, yBuffer ); in applyPattern()
2776 p2 = QPointF( width, yBuffer ); in applyPattern()
2777 p3 = QPointF( 0, yBuffer + innerHeight ); in applyPattern()
2778 p4 = QPointF( width, yBuffer + innerHeight ); in applyPattern()
2866yBuffer ) << QPoint( width - xBuffer - 1, yBuffer ) << QPoint( width - xBuffer - 1, height - yBuff… in applyPattern()
2903 …Image = patternImage.copy( xBuffer, yBuffer, patternImage.width() - 2 * xBuffer, patternImage.heig… in applyPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/content/android/java/src/org/chromium/media/
H A DScreenCapture.java443 ByteBuffer yBuffer, int yStride, ByteBuffer uBuffer, ByteBuffer vBuffer, in onI420FrameAvailable() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/content/android/java/src/org/chromium/media/
H A DScreenCapture.java448 ByteBuffer yBuffer, int yStride, ByteBuffer uBuffer, ByteBuffer vBuffer, in onI420FrameAvailable() argument
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipwavelet.cc1091 float yBuffer[rowWidth] ALIGNED64; in ip_wavelet() local
1113 STVF(yBuffer[col], yv); in ip_wavelet()
1124 yBuffer[col] = (Chprov1 == 0.f) ? 1.f : a / Chprov1; in ip_wavelet()
1140 sincosv.y = yBuffer[j1]; in ip_wavelet()
/dports/net-im/nextcloud-talk/spreed/js/
H A Dtalk-public-share-sidebar.js.map1yBuffer","bufferIndex","bufferLength","testPromiseSupport","uint32Array","decodeAudioData","assign…
H A Dtalk-files-sidebar.js.map1yBuffer","bufferIndex","bufferLength","testPromiseSupport","uint32Array","decodeAudioData","assign…
H A Dtalk-public-share-auth-sidebar.js.map1yBuffer","bufferIndex","bufferLength","testPromiseSupport","uint32Array","decodeAudioData","assign…
H A Dtalk-main.js.map1yBuffer","bufferIndex","bufferLength","testPromiseSupport","uint32Array","decodeAudioData","assign…