Searched refs:ys0 (Results 1 – 3 of 3) sorted by relevance
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | ReferenceResize.kt | 74 val ys0: Int = max(0, startY + 0) in bicubicU4() constant 79 val p00 = gIn[xs0, ys0].toFloatArray() in bicubicU4() 80 val p01 = gIn[xs1, ys0].toFloatArray() in bicubicU4() 81 val p02 = gIn[xs2, ys0].toFloatArray() in bicubicU4() 82 val p03 = gIn[xs3, ys0].toFloatArray() in bicubicU4()
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Resize.cpp | 367 int ys0 = std::max(0, starty + 0); in kernelU4() local 372 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0); in kernelU4() 438 int ys0 = std::max(0, starty + 0); in kernelU2() local 443 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); in kernelU2() 513 int ys0 = std::max(0, starty + 0); in kernelU1() local 518 const uchar *yp0 = pin + stride * ys0; in kernelU1() 594 int ys0 = std::max(0, starty + 0); in kernelF4() local 599 const float4 *yp0 = (const float4 *)(pin + stride * ys0); in kernelF4() 640 int ys0 = std::max(0, starty + 0); in kernelF2() local 645 const float2 *yp0 = (const float2 *)(pin + stride * ys0); in kernelF2() [all …]
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 287 int32_t ys0 = y < 0 ? -y : 0; in ComposeToInternal() local 296 if (ys0 >= ys1 || xs0 >= xs1) in ComposeToInternal() 302 int32_t h = ys1 - ys0; in ComposeToInternal() 312 GetLineUnsafe(rtSrc.top + ys0) + BitIndexToAlignedByte(xs0 + rtSrc.left); in ComposeToInternal()
|