HomeSort by relevance Sort by last modified time
    Searched defs:pY (Results 1 - 10 of 10) sorted by null

  /device/generic/goldfish/camera/
JpegStub.cpp 39 void* pY = const_cast<void*>(image);
48 if (encoder->encode(stream, pY, width, height, offsets, quality)) {
EmulatedFakeCameraDevice.cpp 365 uint8_t* pY = mCurrentFrame;
366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) {
386 memset(pY, changeExposure(color->Y), mFrameWidth);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 404 final double[] pY = {1, y, y2, y3};
406 return apply(pX, pY, a);
413 * @param pY Powers of the y-coordinate.
417 private double apply(double[] pX, double[] pY, double[][] coeff) {
421 result += coeff[i][j] * pX[i] * pY[j];
507 final double[] pY = {1, y, y2, y3};
509 return apply(pX, pY, aX);
519 final double[] pY = {0, 1, y, y2};
521 return apply(pX, pY, aY);
530 final double[] pY = {1, y, y2, y3}
    [all...]
TricubicSplineInterpolatingFunction.java 466 final double[] pY = { 1, y, y2, y3 };
476 result += a[i][j][k] * pX[i] * pY[j] * pZ[k];
  /external/webp/src/dsp/
lossless_enc_mips32.c 139 // const uint32_t* pY = &Y[4];
142 // const uint32_t xy0 = *pX + *pY;
143 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
148 // pY += 2;
155 const uint32_t* pY = &Y[4];
164 "lw %[temp1], 0(%[pY]) \n\t"
166 "lw %[temp3], 4(%[pY]) \n\t"
171 "addiu %[pY], %[pY], 8 \n\t"
180 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 104 CvSepFilter pX, pY;
147 pY.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 0, 1, 3 );
309 pY.process( &_src1, &_dy );
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1410 milliseconds