Searched refs:yOut (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbcopy.c | 242 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in fbCopyArea() argument 245 widthSrc, heightSrc, xOut, yOut, fbCopyNtoN, 0, 0); in fbCopyArea() 255 int heightSrc, int xOut, int yOut, unsigned long bitplane) in fbCopyPlane() argument 260 xOut, yOut, fbCopyNto1, (Pixel) bitplane, 0); in fbCopyPlane() 263 widthSrc, heightSrc, xOut, yOut, fbCopy1toN, in fbCopyPlane() 268 widthSrc, heightSrc, xOut, yOut); in fbCopyPlane()
|
| H A D | fb.h | 806 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut); 816 int heightSrc, int xOut, int yOut, unsigned long bitplane);
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micopy.c | 138 int xOut, int yOut, miCopyProc copyProc, Pixel bitPlane, void *closure) in miDoCopy() argument 206 yOut += pDstDrawable->y; in miDoCopy() 214 dy = yIn - yOut; in miDoCopy() 306 yOut - pDstDrawable->y); in miDoCopy()
|
| H A D | mibitblt.c | 75 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in miCopyArea() argument 129 dsty = yOut; in miCopyArea() 243 widthSrc, heightSrc, xOut, yOut); in miCopyArea()
|
| H A D | mi.h | 161 int yOut, miCopyProc copyProc, Pixel bitplane, void *closure);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/ |
| H A D | rk_aiq_adehaze_algo_v10.cpp | 27 float yOut = 0; in LinearInterp() local 30 yOut = pY[XSize - 1]; in LinearInterp() 32 yOut = pY[0]; in LinearInterp() 39 yOut = ((pY[index + 1] - pY[index]) / (pX[index + 1] - pX[index]) * (posx - pX[index])) + in LinearInterp() 43 return yOut; in LinearInterp() 49 int yOut = 0; in LinearInterpEnable() local 63 yOut = out > 0.5 ? 1 : 0; in LinearInterpEnable() 65 return yOut; in LinearInterpEnable()
|