Searched refs:Y (Results 1 – 25 of 29) sorted by relevance
12
259 memset(imgMos->Y.ptr[0], 255, (imgMos->Y.width * imgMos->Y.height)); in runBlend()293 imageMosaicYVU = imgMos->Y.ptr[0]; in runBlend()454 for(int y = 0; y < imgMos.Y.height; y++) in DoMergeAndBlend()460 for(int x = tw; x < imgMos.Y.width - tw; ) in DoMergeAndBlend()463 if (imgMos.Y.ptr[y][x] != imgMos.Y.ptr[y][x+1] && in DoMergeAndBlend()464 imgMos.Y.ptr[y][x] != 255 && in DoMergeAndBlend()465 imgMos.Y.ptr[y][x+1] != 255) in DoMergeAndBlend()468 unsigned char idx1 = imgMos.Y.ptr[y][x]; in DoMergeAndBlend()469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; in DoMergeAndBlend()507 for(int x = 0; x < imgMos.Y.width; x++) in DoMergeAndBlend()[all …]
279 d = sa[(i>=0)?sp[i]:sp1].Y() - sa[(j>=0)?sp[j]:sp1].Y(); in xcmpsp()291 double d = sa[(i>=0)?sp[i]:sp1].Y() - sa[(j>=0)?sp[j]:sp1].Y(); in ycmpsp()477 dy = sa[d].Y(); in incircle()479 ady = sa[a].Y() - dy; in incircle()481 bdy = sa[b].Y() - dy; in incircle()483 cdy = sa[c].Y() - dy; in incircle()500 double ay = sa[a].Y(); in ccw()501 double by = sa[b].Y(); in ccw()502 double cy = sa[c].Y(); in ccw()
372 yuv->Y.width = yuv->Y.pitch = width; in allocateImage()373 yuv->Y.height = height; in allocateImage()374 yuv->Y.border = yuv->U.border = yuv->V.border = (unsigned short) 0; in allocateImage()386 yuv->Y.ptr = y; in allocateImage()400 for (i = 0; i < img->Y.height; i++, position += img->Y.width) in mapYUVInfoToImage()401 img->Y.ptr[i] = position; in mapYUVInfoToImage()
55 inline double Y() { return voronoiCenter.y; } in Y() function
160 BimageInfo Y; variable
10 …o����0(���b���XWOw�����r�z�?���(D��Ox��Z��O���U��5�T ��L|��{�I��Y�S;�T�A��ZY}����<c�u…19 …č%��&g��S���0��WaLB9�[%_��֦I��V2XOH�.�T_��v9��n�U4k�2���s�DmD�D��|/#�Y�T��J\�r4�=������…27 A�4�P]X߸͒x�6w#<[���Kט&gn|o��� ��ºϺ�4����Y����J@��B0-n�M�b˄�vu���>E�㖳a�p�}���oE���c…30 …��opiR�����գ�wCp�>��E��e���x���F�V\ B�B�K ����4�,�]��, �:r������a�Y����t[.���~a�����Z,…34 [�o�R(_V�'.��ߋ��Y�M�Gߪ��(j����B���� f�%�|��?�4��o f֘4����#C�,��NP1ip��4�2:��>vǝ�Ù@����Q�…45 ,�|��-�j��%b ���G��Z0�s��,�g4�Y��7�?�P�\������%�h贵��$��"�r�t���)�u�9��r�Y���n��&@�ܜ��…46 ���`n�-���Y��Eo�cf��}:)�U�����Ǵ��ni����"]�����3v���3\�^m�pk�f#%,����_F?O�&����c�h*Q�…58 +��!��G4h�8a���Y��4�{#���E���w��,����� %eg�K+��?��>����ή*��x�</8w� ����??m���I���:�?H&…66 …HPϻ�z�ױӞ�O���]�HJ�m�֭ T�Q��P�Y�W�dP�*�>;z}�>aȕuu-|��-?X�F���#����Ne�+��,8sb����_V����Gv�…67 �5���52Y�?MK|o_����R~y��X|u��-�����ks�j[all …]
19 public class Preloader<T, Y> implements AbsListView.OnScrollListener {40 public interface ItemLoader<T, Y> {46 public List<Y> preloadItems(List<T> items); in preloadItems()51 public void cancelItems(List<Y> loadTokens); in cancelItems()66 private ItemLoader<T, Y> mItemLoader;67 private Queue<List<Y>> mItemLoadTokens = new LinkedBlockingQueue<List<Y>>();72 public Preloader(int loadAheadItems, ItemSource<T> itemSource, ItemLoader<T, Y> itemLoader) { in Preloader()115 private void registerLoadTokens(List<Y> loadTokens) { in registerLoadTokens()127 final List<Y> loadTokensToCancel = mItemLoadTokens.poll(); in registerLoadTokens()133 for (List<Y> loadTokens : mItemLoadTokens) { in cancelAllLoads()
128 Y = [s.foregroundWrittenBytes for s in self.snapshots]129 if any([y > 0 for y in Y]):130 plt.plot(X, Y, 'b-')131 minY = min(minY, min(Y))132 maxY = max(maxY, max(Y))134 Y = [s.backgroundWrittenBytes for s in self.snapshots]135 if any([y > 0 for y in Y]):136 plt.plot(X, Y, 'g-')137 minY = min(minY, min(Y))138 maxY = max(maxY, max(Y))[all …]
359 #define RAPIDJSON_JOIN(X, Y) RAPIDJSON_DO_JOIN(X, Y)360 #define RAPIDJSON_DO_JOIN(X, Y) RAPIDJSON_DO_JOIN2(X, Y)361 #define RAPIDJSON_DO_JOIN2(X, Y) X##Y
31 static const unsigned Y = 1; variable75 android::vec3 eye = android::vec3(cam.position[X], cam.position[Y], cam.position[Z]); in cameraLookMatrix()314 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane()315 topRight[X], topRight[Y], topRight[Z], in renderCameraOntoGroundPlane()316 botLeft[X], botLeft[Y], botLeft[Z], in renderCameraOntoGroundPlane()317 botRight[X], botRight[Y], botRight[Z], in renderCameraOntoGroundPlane()
39 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument46 float Rf = Y + 1.140f*V; in yuvToRgbx()47 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()48 float Bf = Y + 2.032f*U; in yuvToRgbx()
7 // X is right, Y is forward, Z is up (right handed coordinate system).
47 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument54 float Rf = Y + 1.140f*V; in yuvToRgbx()55 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()56 float Bf = Y + 2.032f*U; in yuvToRgbx()
47 public static final int Y = 1; field in SwipeHelper310 || (velocity == 0 && animView.getTranslationX() == 0 && mSwipeDirection == Y)) { in determinePos()
99 date_string := $(shell date +%Y-%m-%d)
24 DUa+q7y8BnyFMiCzk1CzgykApMoBEkFQCGIRASeqZzD/Y+PA+KWu1WMnHJpz+nfe
530 public static final short Y = 1; field
533 public static final short Y = 1; field
6167 carrier_name: "SoftBank・Y!mobile"7653 carrier_name: "Y!mobile"
7839 carrier_name: "Y!mobile"
1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...