Home
last modified time | relevance | path

Searched refs:jL (Results 1 – 25 of 26) sorted by relevance

12

/external/neven/Embedded/common/src/b_APIEm/
DFunctions.c51 uint32 iL, jL, kL; in bpi_normalizeSimilarities() local
140 for( jL = 0; jL < 16; jL++ ) in bpi_normalizeSimilarities()
142 if( simL > maxSimArrL[ jL ] ) break; in bpi_normalizeSimilarities()
144 for( kL = 15; kL > jL; kL-- ) in bpi_normalizeSimilarities()
148 if( jL < 16 ) maxSimArrL[ jL ] = simL; in bpi_normalizeSimilarities()
153 for( jL = 0; jL < 16; jL++ ) in bpi_normalizeSimilarities()
155 if( maxSimArrL[ jL ] == -1 ) break; in bpi_normalizeSimilarities()
156 refSimL += maxSimArrL[ jL ]; in bpi_normalizeSimilarities()
159 if( jL > 0 ) in bpi_normalizeSimilarities()
161 refSimL /= jL; in bpi_normalizeSimilarities()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c241 int32 iL, jL, kL; in bts_Int32Mat_solve2() local
272 for( jL = 0; jL < sizeL; jL++ ) in bts_Int32Mat_solve2()
274 if( checkArrL[ jL ] == 0 ) in bts_Int32Mat_solve2()
276 int32 absElemL = rowL[ jL ]; in bts_Int32Mat_solve2()
282 jPivL = jL; in bts_Int32Mat_solve2()
285 else if( checkArrL[ jL ] > 1 ) in bts_Int32Mat_solve2()
306 for( jL = 0; jL < sizeL; jL++ ) in bts_Int32Mat_solve2()
365 for( jL = 0; jL < sizeL; jL++ ) in bts_Int32Mat_solve2()
367 pivRowL[ jL ] = ( pivRowL[ jL ] * factorL + ( 1 << 14 ) ) >> 15; in bts_Int32Mat_solve2()
396 for( jL = 0; jL < sizeL; jL++ ) in bts_Int32Mat_solve2()
[all …]
DIdCluster2D.c232 uint32 iL, jL; in bts_IdCluster2D_convertToEqivalentClusters() local
256 for( jL = 0; jL < size2L; jL++ ) in bts_IdCluster2D_convertToEqivalentClusters()
258 if( idL == idArr2L[ jL ] ) break; in bts_IdCluster2D_convertToEqivalentClusters()
261 if( jL < size2L ) in bts_IdCluster2D_convertToEqivalentClusters()
271 dstVecArr2E[ countL ] = srcVecArr2E[ jL ]; in bts_IdCluster2D_convertToEqivalentClusters()
DRBFMap2D.c163 uint32 iL, jL; in bts_RBFMap2D_compute() local
225 for( jL = 0; jL < iL; jL++ ) /* use symmetry */ in bts_RBFMap2D_compute()
228 struct bts_Int16Vec2D vecL = srcPtrA->vecArrE[ jL ]; in bts_RBFMap2D_compute()
251 uint32 jL; in bts_RBFMap2D_compute() local
252 for( jL = iL + 1; jL < sizeL; jL++ ) in bts_RBFMap2D_compute()
254 *( basePtrL + iL * sizeL + jL ) = *( basePtrL + jL * sizeL + iL ); in bts_RBFMap2D_compute()
/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c92 int16 iL, jL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
152 for ( jL = rectIxYMinL; jL < rectIxYMaxL; jL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
340 int16 iL, jL; in bim_ToneDownBGSupp_suppress() local
438 for ( jL = 0; jL < rOIReachYMinL; jL++ ) in bim_ToneDownBGSupp_suppress()
440 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
446 for ( jL = rOIReachYMaxL; jL < ( int16 ) imgA->heightE; jL++ ) in bim_ToneDownBGSupp_suppress()
448 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
454 for ( jL = rOIReachIxYMinL; jL < rOIReachIxYMaxL; jL++ ) in bim_ToneDownBGSupp_suppress()
456 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
469 for ( jL = rOIReachIxYMinL; jL < rectIxYMinL; jL++ ) in bim_ToneDownBGSupp_suppress()
[all …]
DFunctions.c53 uint32 iL, jL; in bim_downscaleBy2() local
54 for( jL = 0; jL < h1L; jL++ ) in bim_downscaleBy2()
295 int32 iL, jL; in bim_filterWarpInterpolation() local
296 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpInterpolation()
299 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation()
300 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()
324 int32 iL, jL; in bim_filterWarpInterpolation() local
325 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpInterpolation()
328 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation()
329 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c351 uint32 iL, jL; in bim_UInt16ByteImage_warp() local
447 for( jL = 0; jL < ptrA->heightE; jL++ ) in bim_UInt16ByteImage_warp()
449 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp()
450 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp()
651 uint32 iL, jL; in bim_UInt16ByteImage_warp8() local
746 for( jL = 0; jL < ptrA->heightE; jL++ ) in bim_UInt16ByteImage_warp8()
748 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp8()
749 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp8()
DUInt16BytePyrImage.c351 count_t iL, jL, layerL; in bim_UInt16BytePyrImage_recompute() local
362 for( jL = ( heightL >> 1 ); jL > 0; jL-- ) in bim_UInt16BytePyrImage_recompute()
DUInt8PyramidalImage.c351 uint32 iL, jL, layerL, widthL, heightL; in bim_UInt8PyramidalImage_recompute() local
361 for( jL = ( heightL >> 1 ); jL > 0; jL-- ) in bim_UInt8PyramidalImage_recompute()
DUInt8Image.c537 uint32 iL, jL; in bim_UInt8Image_warpOffs() local
639 for( jL = 0; jL < ptrA->heightE; jL++ ) in bim_UInt8Image_warpOffs()
641 xL = txL + mxyL * jL; in bim_UInt8Image_warpOffs()
642 yL = tyL + myyL * jL; in bim_UInt8Image_warpOffs()
/external/neven/Embedded/common/src/b_BasicEm/
DMath.c523 jL = sizeA - ( iL << 3 ); in bbs_dotProduct_EE() local
560 for( ; jL--; ) resultL += ( int32 ) *vec1A++ * *vec2A++; in bbs_dotProduct_EE()
1055 int16 iL,jL,kL; in bbs_matMultiplyFlt16() local
1061 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1064 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1079 int32 iL, jL, kL; in bbs_matMultiplyFlt16()
1084 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1087 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1107 int16 iL,jL,kL; in bbs_matMultiplyFlt16()
1113 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c83 int32 iL, jL; in bbf_LocalScanner_downscale0() local
91 for( jL = 0; jL < h1L; jL++ ) in bbf_LocalScanner_downscale0()
95 int32 idxL = jL * 2 * w0L + iL * 2; in bbf_LocalScanner_downscale0()
116 int32 iL, jL; in bbf_LocalScanner_downscale1() local
119 for( jL = 0; jL < h1L; jL++ ) in bbf_LocalScanner_downscale1()
123 int32 idxL = jL * 2 * w0L + iL * 2; in bbf_LocalScanner_downscale1()
152 uint32 iL, jL; in bbf_LocalScanner_createBitImage()
221 for( jL = 0; jL < hL + proL; jL++ ) in bbf_LocalScanner_createBitImage()
223 if( jL < hL ) /* rescale area */ in bbf_LocalScanner_createBitImage()
225 const uint8* arr0L = &ptrA->workImagePtrE[ jL * wL ]; in bbf_LocalScanner_createBitImage()
[all …]
DScanDetector.c375 uint32 jL; in bbf_ScanDetector_process() local
381 for( jL = 0; jL < scannerPtrL->intCountE; jL++ ) in bbf_ScanDetector_process()
384 bbf_Scanner_goToIndex( cpA, scannerPtrL, idxArrL[ jL ] ); in bbf_ScanDetector_process()
388 idxArrL[ kL ] = idxArrL[ jL ]; in bbf_ScanDetector_process()
389 actArrL[ kL ] = ( actArrL[ jL ] + actL ) >> 1; in bbf_ScanDetector_process()
396 bestIdxL = idxArrL[ jL ]; in bbf_ScanDetector_process()
DScanner.c106 uint32 iL, jL; in bbf_Scanner_downscale() local
108 for( jL = 0; jL < h1L; jL++ ) in bbf_Scanner_downscale()
113 uint32 idxL = jL * 2 * w20L + iL * 2; in bbf_Scanner_downscale()
124 uint32 idxL = jL * 2 * w20L + iL; in bbf_Scanner_downscale()
153 uint32 iL, jL; in bbf_Scanner_copyImage() local
160 for( jL = ptrA->workWidthE >> 1; jL > 0; jL-- ) in bbf_Scanner_copyImage()
172 uint32 iL, jL; in bbf_Scanner_copyImage() local
191 for( jL = ptrA->workWidthE >> 1; jL > 0; jL-- ) in bbf_Scanner_copyImage()
224 uint32 iL, jL; in bbf_Scanner_createBitImage() local
314 for( jL = 0; jL < hoL + proL; jL++ ) in bbf_Scanner_createBitImage()
[all …]
DI04Dns2x2Ftr.c236 uint32 jL; in bbf_I04Dns2x2Ftr_activity() local
245 for( jL = 0; jL < blocksL; jL++ ) in bbf_I04Dns2x2Ftr_activity()
DLocalScanDetector.c49 uint32 iL, jL; in bbf_LocalScanDetector_pcaMap() local
90 for( jL = 0; jL < tmpCl1PtrL->sizeE; jL++ ) in bbf_LocalScanDetector_pcaMap()
92 sumL += matPtrL[ 0 ] * ( vecArrL[ jL ].xE - avgPtrL[ 0 ] ); in bbf_LocalScanDetector_pcaMap()
93 sumL += matPtrL[ 1 ] * ( vecArrL[ jL ].yE - avgPtrL[ 1 ] ); in bbf_LocalScanDetector_pcaMap()
105 for( jL = 0; jL < tmpCl1PtrL->sizeE; jL++ ) in bbf_LocalScanDetector_pcaMap()
113 vecArrL[ jL ].xE = ( ( sumL + 128 ) >> 8 ) + avgPtrL[ 0 ]; in bbf_LocalScanDetector_pcaMap()
121 vecArrL[ jL ].yE = ( ( sumL + 128 ) >> 8 ) + avgPtrL[ 1 ]; in bbf_LocalScanDetector_pcaMap()
DI04Dns2x4Ftr.c271 uint32 jL; in bbf_I04Dns2x4Ftr_activity() local
272 for( jL = 0; jL < blocksL; jL++ ) in bbf_I04Dns2x4Ftr_activity()
DL06DnsNx4x4Ftr.c196 uint32 iL, jL; in bbf_L06DnsNx4x4Ftr_activity() local
203 for( jL = 0 ; jL < ptrL->layersE; jL++ ) in bbf_L06DnsNx4x4Ftr_activity()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_lfz.pkb39 �M�������?�����A�I�)"jL'�����%����������������A��6� ����G�g�…
Den-US_kdt_g2p.pkb436 …��'-�����a�2��n�KI�Ae��Y�kZ����ֶd�̱���u�$��V���Z��?����/���O2�jL�fP�B'-�]9�(^ɗO�4�䶯� �6 …
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb2428 …B�� �����]�~���4�����������"����C=?�~{H=W@zRa_f.>3E#4/%+31.TTO=jL��r�A5;=P:=;K#;5=/,<@…
3532 �(8&���� �װ��{"�Ծ�^+?�����Uh � �` ���]�i=Yb�ψ^T\G{��KbIc@jL.2d@09<E@_lhgy^k;C:ACVu�`AD…
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
Dh264-svc-99-640x360.rtpdump17 �/���]m�^�k�`��.��6���[�]�����mrP� ^�����jL��}S�0����x���=r���ʉ�p�Q�{y��i�aέ[�^1��:d<�…
851 �0Xg�Zhz�t��l��ל���.Ln�G66�>ז���jL�_��fW֏�r�a(�6��8cg��˜b�iL��-����`�����&���F�jLQ…
2015 �a��� �C�+�I%����(�m�T��j�M}�|6��E��6�d ��A�xŔ���?���Q�Fd�>���(�`���A6r9��а���^B�/�\��1jL��…
7681 ~�l��Q� ��jL��XxvYa�K)J[�$������[��m��,��*��ȥ�RJYJRޥ)k[����O@/B�@f�vn)�+���!��b|�tc��…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_mgc.pkb242 �!O ����|�7�z�����z�5��%�f������������r K��Ii3A=jL}h��QM\R12*=TaX
/external/chromium_org/media/test/data/
Dbear-1280x720.ts1030 ��)��,�"k�"8s��:�~�6����d�~����͆jL�G���՗-`�Ƥ��ޱ�'K)|&s��sއ���y޶J���H�E�W�b:,�١+e�=q�w)��9�٢…
3834 �e�;=����k ]�Ǻ<��d��)��73�8`_��JA�޻��j�p;U� n�v� ��.�ƒ�Cu��l�~jL �/�G3�G�fڼa^�QѷiD�͹�B…
Dbear-1280x720_ptswraparound.ts1029 ��)��,�"k�"8s��:�~�6����d�~����͆jL�G���՗-`�Ƥ��ޱ�'K)|&s��sއ���y޶J���H�E�W�b:,�١+e�=q�w)��9�٢…
3815 �e�;=����k ]�Ǻ<��d��)��73�8`_��JA�޻��j�p;U� n�v� ��.�ƒ�Cu��l�~jL �/�G3�G�fڼa^�QѷiD�͹�B…

12