HomeSort by relevance Sort by last modified time
    Searched refs:pY (Results 1 - 25 of 38) sorted by null

1 2

  /external/tensorflow/tensorflow/examples/android/jni/
yuv2rgb.cc 70 const uint8_t* pY = yData + y_row_stride * y;
78 *out++ = YUV2RGB(pY[x], pU[uv_offset], pV[uv_offset]);
91 const uint8_t* pY = yData;
97 int nY = *pY++;
116 const uint8_t* pY = input;
125 int nY = (pY[0] + pY[1] + pY[stride] + pY[stride + 1]) >> 2;
126 pY += 2
    [all...]
rgb2yuv.cc 22 uint8_t* const pY, uint8_t* const pUV) {
24 *pY = ((66 * r8 + 129 * g8 + 25 * b8 + 128) >> 8) + 16;
55 uint8_t* pY = output;
71 WriteYUV(x, y, width, nR, nG, nB, pY++, pUV);
78 uint8_t* pY = output;
96 WriteYUV(x, y, width, r8, g8, b8, pY++, pUV);
yuv2rgb.h 38 void ConvertYUV420SPToARGB8888(const uint8_t* const pY,
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 57 const mcld::sys::fs::RealPath& pY) const {
58 if (pX.native().size() < pY.native().size())
60 return (pX.native() < pY.native());
Path.h 162 const mcld::sys::fs::Path& pY) const {
163 if (pX.generic_string().size() < pY.generic_string().size())
165 return (pX.generic_string() < pY.generic_string());
  /frameworks/av/media/libstagefright/filters/
ColorConvert.h 29 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
33 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
ColorConvert.cpp 49 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
55 int32_t y = *(pY + i * width + j);
71 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
77 int32_t y = *(pY + i * width + j);
  /external/pdfium/core/fpdfdoc/
cpdf_dest.h 39 float* pY,
cpdf_dest.cpp 93 float* pY,
122 *pY = numY->GetNumber();
  /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...]
  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 338 UINT_32* pY ///< [out] y coordinate
364 *pY = Bits2Number(2, y4, y3);
372 *pY = Bits2Number(2, y4, y3);
380 *pY = Bits2Number(2, y4, y3);
389 *pY = Bits2Number(2, y4, y3);
401 *pY = Bits2Number(2, y4, y3);
408 *pY = Bits2Number(2, y4, y3);
419 *pY = Bits2Number(2, y4, y3);
429 *pY = Bits2Number(2, y4, y3);
442 *pY = Bits2Number(2, y4, y3)
    [all...]
siaddrlib.h 107 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const;
195 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice,
233 UINT_32 x, UINT_32 y, UINT_32* pX, UINT_32* pY) const;
egbaddrlib.h 146 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
194 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice,
360 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const;
381 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
390 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
egbaddrlib.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 29 bool EntryCompare(const Entry& pX, const Entry& pY) {
30 return (pX.first < pY.first);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCameraDevice.cpp 356 uint8_t* pY = mCurrentFrame;
357 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) {
377 memset(pY, changeExposure(color->Y), mFrameWidth);
Converters.h 255 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const {
256 *pY = Y;
  /external/webp/src/dsp/
lossless_enc_mips32.c 140 // const uint32_t* pY = &Y[4];
143 // const uint32_t xy0 = *pX + *pY;
144 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
149 // pY += 2;
156 const uint32_t* pY = &Y[4];
165 "lw %[temp1], 0(%[pY]) \n\t"
167 "lw %[temp3], 4(%[pY]) \n\t"
172 "addiu %[pY], %[pY], 8 \n\t"
181 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
ImageUtils.java 185 int pY = yRowStride * j;
192 0xff & yData[pY + i],
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 403 uint8_t* pY = mCurrentFrame;
404 for (int y = 0; y < mFrameHeight; y++, pY += mYStride) {
424 memset(pY, changeExposure(color->Y), mFrameWidth);
Converters.h 250 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const
252 *pY = Y; *pU = U; *pV = V;
  /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/mesa3d/src/amd/addrlib/core/
addrlib.h 456 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const;
502 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const;
508 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
519 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 672 const float pY = row + 0.5f;
675 const SkPoint pointLeft = SkPoint::Make((SkScalar)startColumn, pY);
676 const SkPoint pointRight = SkPoint::Make((SkScalar)endColumn, pY);
678 if (between_closed_open(pY, segment.fBoundingBox.top(),
687 const SkPoint point = SkPoint::Make(pX, pY);
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 672 const float pY = row + 0.5f;
675 const SkPoint pointLeft = SkPoint::Make((SkScalar)startColumn, pY);
676 const SkPoint pointRight = SkPoint::Make((SkScalar)endColumn, pY);
678 if (between_closed_open(pY, segment.fBoundingBox.top(),
687 const SkPoint point = SkPoint::Make(pX, pY);

Completed in 785 milliseconds

1 2