Searched refs:yL (Results 1 - 24 of 24) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.c274 uint32 yL = ( yA > 0 ) ? yA : -yA; local
277 if( xL == 0 && yL == 0 ) return 0;
279 if( xL == yL )
283 else if( xL > yL )
285 if( yL >= 65536 ) /* avoid overflow (1 << 16) */
287 uint32 shiftL = bbs_intLog2( yL ) - 15;
289 yL >>= shiftL;
291 phaseL = bbs_atan16( ( yL << 16 ) / xL );
299 yL >>= shiftL;
301 phaseL = bbs_M_PI_2_16 - bbs_atan16( ( xL << 16 ) / yL );
[all...]
/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c176 int32 xL, yL; local
178 yL = tyL;
180 yMinL = yL < yMinL ? yL : yMinL;
182 yMaxL = yL > yMaxL ? yL : yMaxL;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
186 yMinL = yL < yMinL ? yL : yMinL;
188 yMaxL = yL > yMax
272 int32 xL, yL; local
300 int32 yL = tyL + myyL * jL; local
329 int32 yL = tyL + myyL * jL; local
508 int32 xL, yL; local
604 int32 xL, yL; local
632 int32 yL = tyL + myyL * jL; local
649 int32 yL = tyL + myyL * jL; local
[all...]
H A DHistoEq.c69 uint32 xL, yL; local
101 for( yL = 0; yL < sectHeightL; yL++ )
H A DHistoEq16.c70 uint32 xL, yL; local
104 for( yL = 0; yL < sectHeightL; yL++ )
H A DUInt16ByteImage.c367 int32 yL; local
450 yL = tyL + myyL * jL;
475 lL = yL >> bbpL;
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
489 yL += myxL;
667 int32 yL; local
749 yL = tyL + myyL * jL;
771 lL = yL >> bbpL;
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
782 yL
[all...]
H A DUInt8Image.c553 int32 yL; local
642 yL = tyL + myyL * jL;
664 lL = yL >> bbpL;
668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
675 yL += myxL;
/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec3D.c84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; local
87 if( ptrA->yE != yL ) return FALSE;
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; local
98 if( yL != srcPtrA->yE ) return FALSE;
240 int32 yL = ( ( int32 ) ptrA->yE << 16 ) / normL; local
242 *ptrA = bts_Flt16Vec3D_create32( xL, yL, zL, 16 );
258 int32 xL, yL, zL, bbpL; local
264 yL = vec1A.yE + ( ( int32 ) vec2A.yE << shiftL );
271 yL = ( ( int32 ) vec1A.yE << -shiftL ) + vec2A.yE;
276 return bts_Flt16Vec3D_create32( xL, yL, z
283 int32 xL, yL, zL, bbpL; local
309 int32 yL = ( int32 ) vecA.yE * factorA; local
[all...]
H A DFlt16Vec2D.c90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; local
92 if( ptrA->yE != yL ) return FALSE;
95 if( srcPtrA->yE != ( yL >> bbpDiffL ) ) return FALSE;
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; local
104 if( yL != srcPtrA->yE ) return FALSE;
107 if( ptrA->yE != ( yL >> -bbpDiffL ) ) return FALSE;
227 int32 yL = ( ( int32 ) ptrA->yE << 16 ) / normL; local
228 *ptrA = bts_Flt16Vec2D_create32( xL, yL, 16 );
253 int32 yL = ( int32 ) vec1PtrA->yE * vec2PtrA->xE - ( int32 ) vec1PtrA->xE * vec2PtrA->yE; local
254 return bbs_phase16( xL, yL );
261 int32 xL, yL, bbpL; local
284 int32 xL, yL, bbpL; local
308 int32 yL = ( int32 ) vecA.yE * factorA; local
[all...]
H A DInt16Vec2D.c155 int32 yL = ( ( int32 ) ptrA->yE << 16 ) / normL; local
157 ptrA->yE = yL >> ( 16 - bbpA );
182 int32 yL = ( int32 ) vec1PtrA->yE * vec2PtrA->xE - ( int32 ) vec1PtrA->xE * vec2PtrA->yE; local
183 return bbs_phase16( xL, yL );
H A DInt16Vec3D.c140 int32 yL = ( ( int32 )ptrA->yE << 16 ) / normL; local
143 ptrA->yE = yL >> ( 16 - bbpA );
H A DCluster3D.c134 int32 yL = 0; local
142 yL += vecPtrL->yE;
148 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE );
357 int32 yL = vecPtrL->yE; local
359 vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.bbpE;
360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE;
361 vecPtrL->zE = ( z0L + xL * altA.matE.zxE + yL * altA.matE.zyE + zL * altA.matE.zzE ) >> altA.matE.bbpE;
H A DFlt16Mat2D.c302 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE; local
308 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1;
314 vecL.yE = yL << -matPtrA->bbpE;
326 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE; local
328 return bts_Flt16Vec2D_create32( xL, yL, bbpL );
H A DFlt16Mat3D.c266 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE + ( int32 ) matPtrA->yzE * vecPtrA->zE; local
273 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1;
280 vecL.yE = yL << -matPtrA->bbpE;
297 int32 yL = ( ( ( ( int32 ) matPtrA->yxE * vecPtrA->xE + 1 ) >> 1 ) + local
306 return bts_Flt16Vec3D_create32( xL, yL, zL, vecPtrA->bbpE + matPtrA->bbpE - 1 );
H A DCluster2D.c176 int32 yL = 0; local
183 yL += vecPtrL->yE;
188 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
190 return bts_Flt16Vec2D_create16( ( int16 )xL, ( int16 )yL, ( int16 )ptrA->bbpE );
291 int32 yL = ptrA->vecArrE[ indexA ].yE; local
294 yL <<= shiftL;
298 yL = ( ( yL >> ( -shiftL - 1 ) ) + 1 ) >> 1;
301 return yL;
[all...]
H A DRBFMap2D.c483 int32 yL = vecA.yE; local
488 yL <<= shiftL;
493 yL = ( ( yL >> ( -shiftL - 1 ) ) + 1 ) >> 1;
503 vecL.yE -= yL;
/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c243 int32 yL = 0; /* 16.16 */ local
261 yL = outArrL[ 1 ]; /* 16.16 */
268 offsPtrA->yE = yL >> 16;
270 yL -= ( ( int32 )offsPtrA->yE << 16 );
274 altL.vecE = bts_Flt16Vec2D_create32( xL, yL, 16 );
316 int32 yL = 0; /* 16.16 */ local
337 yL = ptrA->faceDataBufferE[ indexA * 4 + 1 ]; /* 16.16 */
342 offsPtrA->yE = yL >> 16;
345 yL -= ( ( int32 )offsPtrA->yE << 16 );
349 altL.vecE = bts_Flt16Vec2D_create32( xL, yL, 1
[all...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanDetector.c406 int32 xL, yL; local
415 bbf_Scanner_idxPos( scannerPtrL, bestIdxL, &xL, &yL, &scaleL );
421 bestGlobalYL = yL;
432 int32 xL, yL; local
438 bbf_Scanner_idxPos( scannerPtrL, idxArrL[ iL ], &xL, &yL, &scaleL );
441 bbf_Scanner_addOutPos( cpA, scannerPtrL, xL, yL, scaleL, actL );
H A DScanner.c607 int32 yL = scanIndexA / ptrA->currentWidthE; local
608 int32 xL = scanIndexA - ( yL * ptrA->currentWidthE );
614 *yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 );
979 int32 yL = scanIndexA / ptrA->currentWidthE; local
980 int32 xL = scanIndexA - yL * ptrA->currentWidthE;
981 bbf_Scanner_goToXY( cpA, ptrA, xL, yL );
990 int32 yL = ( yA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderHeightE; local
998 bbf_Scanner_goToXY( cpA, ptrA, xL, yL );
H A DLocalScanDetector.c619 int32 xL, yL; /* 16.16 */ local
620 bbf_LocalScanner_idxPos( scnPtrL, bestIdxL, &xL, &yL );
622 yL += ph1L << 15;
626 dstVecArrL[ iL ].yE = ( ( yL >> ( 15 - vecBbpL ) ) + 1 ) >> 1;
H A DLocalScanner.c471 int32 yL = ( scanIndexA / wL ) + ptrA->workScanRegionE.y1E; local
473 *yPtrA = ( ( yL << ptrA->scaleExpE ) + ptrA->yOffE ) << 16;
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp220 SkScalar yL = SkScalarMul(v.fY, rect.fLeft - edgeBegin->fX); local
224 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {
/external/skia/src/core/
H A DSkPath.cpp220 SkScalar yL = SkScalarMul(v.fY, rect.fLeft - edgeBegin->fX); local
224 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump2921 � �(�o7��N���n��km�0�A�Bi����Wh{g9�3�<�d���2����F�<�21n:�� 1�8��{�m3�@�'��o�߮�׊�:mA�6]A����5��.�W/�u���q�`B����VL�.WY�'�w�'`G�[��������?+E���� ����'?n���`W�������,=�qH�vlA�R�-_��A��s�B�8��o䃰�`�O����Jp�Fdk��Z�;���^p.�u4�Q�,���O������xPX[?`6_���j��x�F�x�XH�t� ȋ=4�y�ة��� �Ģ��3�$��}��m��Eȳ7��z�ũK� T��EM}ݑ�m��O�F����O�ٮ���759ݢ���$<���HNk��-� �Я����,������:?���\j�/��#`�� �1z_�ۧv[���C��o�.�;Lg��q�(^����b+HlO29����y{�ԭ@��:"��8�bl��^�+��]�����~CZݙ�f��n��\\�G|3��yL���/x�ՖHh��)}���C�'IO���vP ,t���|5b�5"�h��&#ۢ`�U��L�2�=�#Nq��������w�|ұ���6)z�[��p�x[��1��\��kU�ݻk]k0C� i{���S�DΨ�'d�{��v��a��9��5j���x�YC:��G9�Bu�����w�AF�rc���J�"���QNQ�"V��P��64n�}�RΡ�Y����̂+h�e �PQ��Ӻ�un��־X������Ǘ�h� ɫW":����~\���K��Ü��� EiNK確y`@+|_�JrwW�k�z��� �c&`�NQ��f��få��r8>�G���4�GH�� �ya�)"�<��P�Ҏ����~;*6XA�鯧��3�ÍR��| /7�ė�ˏΗ��E��ׄys-��\���k��
4952 BہB��:v ��cr� y���W�zߙ�&����2�5�;��wAe<�]�͊1�/S菵�w�����2jF:��K�1̍��,P���zI[u�������N��g~���h��?�ss��݉�uA�[���{����)}�-<�t�$��hO�����<�'��nݻ���3������U�i�A�-��x!i-�����-h�C���@��"O�gXb��=��4��Э����e���.~���x�P3"A}`�z�a/̖#����\_�bo ��AE�_��� B/�M���e����wO��ɫ��5�����/��s>���;c��N{^�s����w߻���������i�.L�������W�U$A z�����3(ɜ9�5Z/:8����X~�]���>���Nj�Z�=��`���yL��&mu&xRKI&��
6158 �I��3������r�M~���R)�ՙV�yL� �h� ��i�Gz�}�Cv"��O�� � [��5B�; ��i�Q�@��>᳡2p�Tt�����I�R<<�L���K�umv�m�c��a�Xi}Lo_~�����Pm�]��[���8��ُ���zl'��k�3��g%n2�'`��xD��R���l����l�G@6 `60�k����S%8����Z���C�^i� �eV�Q>�H�p�H^`�A3@D�h"��]!\���+�l�6�Yr/�NJ am��^��5����6�b랛�{u�o �4�L|h>���T��'��Ky���o�X{�>�\�r��S���Ȼb������ ��\bL9�ݝ{z|������E��~ m�pO���U�#�"h8��p&�;^O���$CֿO�x����=lbR�(��| ��ubc_ظ�ʤ܆� RS���| �4��0�Nߔ� ��.ۺ�a� �l  3�M�>�����~��v X�R�>.DZ�^�K �#Y([�g�;Q{Y�p��gA�~ց����w�{��bj49�X���j�־�]��[�o�A �:'�=�y�=��>��Tw������Ka�`��BկRԤ�4P�4xmj-�
9716 ��*�;D�����€]��T_Z�5b@A[�;�&h<M��ϯ�������*�W�y���3�HP��g�ȼ��6���߁�A�>ɜ0���o�����o�H�� ��}�"Q��,?�uwUw�KQ��w�w�aY)�c(��w���f��f�k��rZ8>���A�.�� )!��w$���ጰ�_��!�Om��w�1�yL�Z�������)�c(��w���f��f�k�_r[8>��A��4�A7ܒ��"AB�,?h��;�g]�Ӣ���~�7w��j��_�e�o��Z��7�[�
10485 �/C�b0z܈�i"����ʒF� P0�.�iD����1jU��D��(q������#�����`G�+N*�pݫ$҆\���f���0 �,�.U�_hh�RI��K�'j�a�l2��>��+�:L0�H~���|���|�ӹk��tǏ��f�!�:w\7�m H�pdLJ�a�Yd� ���Ӫܨ5�D(�����T�����Y�3�\;vA;��۔`�Bhk� G�>��xح�^�aqK �ޖ�yL)V=�*��b�lh���1�z�УT{p�6$��2�f���U���C�}�\�� ��2aV�
11376 X���ׄii;��י�T���B����|#��yL�ύ�������g奠׾�oV zL��,�³���,�%r�+y_Io�ĖB���S��U�k�> C�bd1>>����^�W��K�O��p�?��^�L��?�
13831 \2ъ�V֯��c�2��X<��Ƅ�-���<-c�"hh��/�CЩ���v �����,� Y.8F�գA v����w��G�p��?���#�X ��|���_���9wa�6��/O����7�c*�FY��f��fS��+4r�8>��Z��4�X�i�$��6C����ؖƾ�� ���Q�y�����_!��3 �M@��B�*�b5�8$O�'�����a����K�~���D/+���?��O�İk1 K���:�sa�e#��ëZYJ�6M����U���m�}x)�KG�߷ ����xd�� ��� ��Q!y(����j@ɥt���Ǯ�� �a&��hA���^��^n�ܓ�X$6�������.4u4[6mr��w�'��N}�{g��yL�vge j팻���}������v'��e��=���o��k�nŭ}��@�0�Ӿ� �8X���Cl�V�ۄ}|G��z� 4�4��C����d�S<7���( �޻ _�����M�̭����,Yz=���[E�N1��X�����5��6�"q�Ec@l~GA�>�����*qf�\� a��A�5_�f���H'r�v2`kv��9��n�|�C`��
14121 2�"���қ��k�pξ;E���j��*><��ֵ�������s���/�8o����W`�B#n�:��x;\0�B���Ϫ_<*=��b��af�2���c�g�T׶�:���x1�%��_�JE{�_�y֫g=2Z�� �n]p*����f۸oB�vy�T�l*@�yL��e��\�\�pa��5GD��z]r���ߔᴲ�#�b�� S�=�< ��� V�����4�lƂN��@����^*�c�n̽�v�9��S�ʷO�<6�~�61\g�7 ܓ@��Hպ9K7�S� �XD�b�>���E^1jw�xm���ZA�[g��ѝt OEb�|z_���5�i��{C�@'��� 2#L6 K�6�i���/l ���m'+.=#�ʹV����m4����a>��5����|�
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 403 milliseconds