Searched refs:ys1 (Results 1 – 5 of 5) sorted by relevance
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | ReferenceResize.kt | 75 val ys1: Int = max(0, startY + 1) in bicubicU4() constant 85 val p10 = gIn[xs0, ys1].toFloatArray() in bicubicU4() 86 val p11 = gIn[xs1, ys1].toFloatArray() in bicubicU4() 87 val p12 = gIn[xs2, ys1].toFloatArray() in bicubicU4() 88 val p13 = gIn[xs3, ys1].toFloatArray() in bicubicU4()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ |
D | minus.pass.cpp | 55 years ys1 = y - year{i}; in main() 57 assert(ys1.count() == 1223 - i); in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/ |
D | minus.pass.cpp | 58 years ys1 = y - year{i}; in main() 60 assert(ys1.count() == 1223 - i); in main()
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Resize.cpp | 368 int ys1 = std::max(0, starty + 1); in kernelU4() local 373 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() 439 int ys1 = std::max(0, starty + 1); in kernelU2() local 444 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() 514 int ys1 = std::min(maxy, std::max(0, starty + 1)); in kernelU1() local 519 const uchar *yp1 = pin + stride * ys1; in kernelU1() 595 int ys1 = std::max(0, starty + 1); in kernelF4() local 600 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() 641 int ys1 = std::max(0, starty + 1); in kernelF2() local 646 const float2 *yp1 = (const float2 *)(pin + stride * ys1); in kernelF2() [all …]
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 288 int32_t ys1; in ComposeToInternal() local 292 ys1 = iChecked.ValueOrDie(); in ComposeToInternal() 294 ys1 = sh; in ComposeToInternal() 296 if (ys0 >= ys1 || xs0 >= xs1) in ComposeToInternal() 302 int32_t h = ys1 - ys0; in ComposeToInternal()
|