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

  /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);
  /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);
Converters.h 250 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const
252 *pY = Y; *pU = U; *pV = V;
  /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];
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 29 bool EntryCompare(const Entry& pX, const Entry& pY) {
30 return (pX.first < pY.first);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 51 unsigned char *pY, unsigned char *pUV,
73 nB = *(pY + i * width + j);
83 nY = *(pY + i * width + j);
  /external/webp/src/dsp/
lossless_mips32.c 143 // const uint32_t* pY = &Y[4];
146 // const uint32_t xy0 = *pX + *pY;
147 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
152 // pY += 2;
159 const uint32_t* pY = &Y[4];
168 "lw %[temp1], 0(%[pY]) \n\t"
170 "lw %[temp3], 4(%[pY]) \n\t"
175 "addiu %[pY], %[pY], 8 \n\t"
184 [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 );
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 83 bool dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const;
MipsGOT.cpp 128 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const {
130 SymbolOrderMapType::const_iterator itY = m_SymbolOrderMap.find(pY);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 411 const unsigned char *pY, const unsigned char *pUV,
431 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
466 pY += 4;
473 const unsigned char *pY, const unsigned char *pUV,
493 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
528 pY += 4;
535 const unsigned char *pY, const unsigned char *pU,
555 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
589 pY += 4;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 149 double ConstantTerm, signed char *pY, signed char *pU,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcntl.h 264 virtual HRESULT WINAPI get_ExtentHeight(__LONG32 *pY) = 0;
324 HRESULT (WINAPI *get_ExtentHeight)(IMSIMContactView *This,__LONG32 *pY);
386 #define IMSIMContactView_get_ExtentHeight(This,pY) (This)->lpVtbl->get_ExtentHeight(This,pY)
438 HRESULT WINAPI IMSIMContactView_get_ExtentHeight_Proxy(IMSIMContactView *This,__LONG32 *pY);
    [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 703 milliseconds