Home
last modified time | relevance | path

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/
DReferenceResize.kt75 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/
Dminus.pass.cpp55 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/
Dminus.pass.cpp58 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/
DResize.cpp368 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/
DJBig2_Image.cpp288 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()