Home
last modified time | relevance | path

Searched refs:wL (Results 1 – 25 of 181) sorted by relevance

12345678

/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c163 uint32 wL, hL; /* input image size */ in bbf_LocalScanner_createBitImage() local
184 wL = ptrA->workWidthE; in bbf_LocalScanner_createBitImage()
187 if( wL <= pwoL || hL <= pwoL ) in bbf_LocalScanner_createBitImage()
193 ptrA->currentWidthE = wL; in bbf_LocalScanner_createBitImage()
200 …bim_UInt32Image_size( cpA, &ptrA->bitImageE, wL, ( hL >> 5 ) + ( ( ( hL & 0x1F ) != 0 ) ? 1 : 0 ) … in bbf_LocalScanner_createBitImage()
207 wsL = wL + pwoL; in bbf_LocalScanner_createBitImage()
225 const uint8* arr0L = &ptrA->workImagePtrE[ jL * wL ]; in bbf_LocalScanner_createBitImage()
229 for( iL = 0; iL < wL; iL++ ) satL[ swi1L++ ] = ( hSumL += arr0L[ iL ] ) + satL[ swi2L++ ]; in bbf_LocalScanner_createBitImage()
262 for( iL = 0; iL < wL; iL++ ) in bbf_LocalScanner_createBitImage()
271 bitRowL += wL; in bbf_LocalScanner_createBitImage()
[all …]
DI04Dns2x2Ftr.c201 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_I04Dns2x2Ftr_activity() local
210 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x2Ftr_activity()
234 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x2Ftr_activity()
DL04Dns2x2Ftr.c193 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L04Dns2x2Ftr_activity() local
205 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns2x2Ftr_activity()
DL01Dns2x4Ftr.c186 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L01Dns2x4Ftr_activity() local
200 for( iL = 0; iL < wL; iL++ ) in bbf_L01Dns2x4Ftr_activity()
DL04Dns2x4Ftr.c186 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L04Dns2x4Ftr_activity() local
199 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns2x4Ftr_activity()
DL06Dns3x3Ftr.c186 uint32 wL = ptrL->baseE.patchWidthE - 2; in bbf_L06Dns3x3Ftr_activity() local
196 for( iL = 0; iL < wL; iL++ ) in bbf_L06Dns3x3Ftr_activity()
DL04Dns3x3Ftr.c186 uint32 wL = ptrL->baseE.patchWidthE - 2; in bbf_L04Dns3x3Ftr_activity() local
196 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns3x3Ftr_activity()
DI04Dns2x4Ftr.c193 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_I04Dns2x4Ftr_activity() local
209 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x4Ftr_activity()
DL06Dns4x4Ftr.c186 uint32 wL = ptrL->baseE.patchWidthE - 3; in bbf_L06Dns4x4Ftr_activity() local
196 for( iL = 0; iL < wL; iL++ ) in bbf_L06Dns4x4Ftr_activity()
DL06DnsNx4x4Ftr.c193 uint32 wL = ptrL->baseE.patchWidthE - 3; in bbf_L06DnsNx4x4Ftr_activity() local
205 for( iL = 0; iL < wL; iL++ ) in bbf_L06DnsNx4x4Ftr_activity()
DScanner.c575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE; in bbf_Scanner_positions() local
577 return ( wL >= 0 ? wL : 0 ) * ( hL >= 0 ? hL : 0 ); in bbf_Scanner_positions()
/external/tremolo/Tremolo/
Dmdct.c454 LOOKUP_T *wL,
461 LOOKUP_T *wL,
483 LOOKUP_T *wL=(W && lW ? w1 : w0 ); in mdct_unroll_lap() local
520 wL += off; in mdct_unroll_lap()
525 *out = CLIP_TO_15((MULT31(*--r,*--wR) + MULT31(*l,*wL++))>>9); in mdct_unroll_lap()
529 out = mdct_unroll_part2(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
536 wL += n; in mdct_unroll_lap()
547 wL += off; in mdct_unroll_lap()
550 *out = CLIP_TO_15((MULT31(*r++,*--wR) - MULT31(*l,*wL++))>>9); in mdct_unroll_lap()
555 out = mdct_unroll_part3(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
[all …]
DmdctARM.s185 @ <> = wL
190 @ r9 = wL
198 LDR r11,[r9],#4 @ r11= *wL++
203 SMULL r14,r11,r12,r11 @ (r14,r11) = *l * *wL++
224 @ <> = wL
229 @ r9 = wL
237 LDR r11,[r9],#4 @ r11= *wL++
242 SMULL r14,r11,r12,r11 @ (r14,r11) = *l * *wL++
DmdctLARM.s183 @ <> = wL
188 @ r9 = wL
198 LDRB r11,[r9],#1 @ r11= *wL++
202 MUL r11,r12,r11 @ r11 = *l * *wL++
223 @ <> = wL
228 @ r9 = wL
237 LDRB r11,[r9],#1 @ r11= *wL++
242 MUL r11,r12,r11 @ (r14,r11) = *l * *wL++
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1320 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces() local
1333 while (wL > start) { in handleGeneratedSpaces()
1334 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1357 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces()
1358 length = wL - start; in handleGeneratedSpaces()
1380 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces()
1381 while (wL < e) { in handleGeneratedSpaces()
1382 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1278 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces() local
1291 while (wL > start) { in handleGeneratedSpaces()
1292 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1315 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces()
1316 length = wL - start; in handleGeneratedSpaces()
1338 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces()
1339 while (wL < e) { in handleGeneratedSpaces()
1340 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D92647f34a9e6aff616f6dc7fb30036e9.00003f8d.honggfuzz.cov26 …W��)p�B;@��9����¦~�L5n�\��Q����8�#�p=�xK<��I)��2���Y�g؉�^`m3 �s�Ou:�^3wL�j^��ԁ���������������…
46 ȝH�s� �� �}%ۮ]߻*W�8�".�.u ����V���r�a���wL��B��VK����D�BX��W�N�3FKiFŸf&��0w޻�Or�ȫL{U5��FR�T…
Dbfb3a21fcec98fc6b1822eed7036db1b.000180c6.honggfuzz.cov57 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
71 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
85 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
175 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
189 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
203 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
273 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
287 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
301 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
390 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
[all …]
Da1177ba81969c0e5fcdf2629d2e1b255.000015a5.honggfuzz.cov34 9�DyfAU�Kgx`�HU�F��X��ƒY��§��G�N��؉$"ȱ�1?�d���G�?��%�v]s7rR��ge���wL`3�TO�����aQ��
D066eed1523feca869236c1459eb00fc9.0000634d.honggfuzz.cov108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
D16d46ff6e7637af38513987ede55e6b4.00003b4f.honggfuzz.cov10 …�>znT��!<���'Q#h�~��i ��^��g�N��0�y ՝��Hx�'��\�wᨌ�o�qSVDyt��w�/τ�팇�Njdfh7��8wL�P��"���[�h
/external/ImageMagick/PerlMagick/t/reference/filter/
DModulate.miff15wL��]ȇ`қu��������~���v��UtRBE+82$$/#,4)@*(J4*Z\=f|W_�[_�`g�nm�{z��|��j�rMaG;?7<@9BD=GH?KH?MKALK?LJ…
17 …s���������������������΍]�a!�k,�u/�j/�^4�Y3�V.�R/�Q,�O+O+zM(uL.rK/pI.qJ.tL/wL/wS-q\4��evyb+7-2=20=…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dbfb3a21fcec98fc6b1822eed7036db1b.000180c6.honggfuzz.cov57 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
71 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
85 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
175 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
189 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
203 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
273 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
287 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
301 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
390 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
[all …]
Df0eb8aacf703b53e5dba1ad9c0e9973e.0000634d.honggfuzz.cov108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
D066eed1523feca869236c1459eb00fc9.0000634d.honggfuzz.cov108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S� wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…

12345678