Searched refs:index2 (Results 1 - 25 of 97) sorted by relevance

1234

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_c.c28 int* index2) {
38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]);
66 tmpW32 = inputBuf[*index2] - WEBRTC_SPL_MUL_16_16(sign, tmpW16);
67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32);
68 tmpW32 = inputBuf[*index2] + outputBuf[*index2];
69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32);
71 (*index2)++;
19 WebRtcIsacfix_PitchFilterCore(int loopNumber, WebRtc_Word16 gain, int index, WebRtc_Word16 sign, WebRtc_Word16* inputState, WebRtc_Word16* outputBuf2, const WebRtc_Word16* coefficient, WebRtc_Word16* inputBuf, WebRtc_Word16* outputBuf, int* index2) argument
H A Dpitch_filter_armv6.S32 @ int* index2) {
42 ldr r6, [sp, #60] @ index2
43 ldr r7, [r6] @ *index2
48 str r4, [r6] @ Store return value to index2.
51 add r12, r10 @ &outputBuf[*index2]
52 add r8, r10 @ &inputBuf[*index2]
54 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE
55 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE]
57 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2
58 add r3, r4, lsl #1 @ &ubufQQpos2[*index2]
[all...]
H A Dpitch_estimator.h49 int* index2);
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java199 int index2 = 0;
205 while (index2 < length2 && field2[index2] == null) {
206 index2++;
209 boolean atEndOf2 = index2 >= length2;
216 } else if (!Arrays.equals(field1[index1], field2[index2])) {
221 index2++;
234 int index2 = 0;
240 while (index2 < length2 && field2[index2]
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java108 int target, index2;
156 index2 = (index & ~3) + 4;
157 target = index + ci.s32bitAt(index2);
160 int npairs = ci.s32bitAt(index2 + 4);
161 index2 += 12;
163 target = index + ci.s32bitAt(index2);
166 index2 += 8;
170 int low = ci.s32bitAt(index2 + 4);
171 int high = ci.s32bitAt(index2 + 8);
173 index2
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp109 int index2 = (int)subStream; local
110 if (index2 < 0 || subStream > Sizes.Size())
112 if (index2 < Sizes.Size())
114 *value = Sizes[index2];
H A D7zHandler.cpp193 bool CHandler::IsEncrypted(UInt32 index2) const
195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
214 UInt32 index2 = index; local
233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2];
236 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2)
248 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) prop = v; break; }
249 case kpidCTime: SetPropFromUInt64Def(_db.CTime, index2, prop); break;
250 case kpidATime: SetPropFromUInt64Def(_db.ATime, index2, prop); break;
251 case kpidMTime: SetPropFromUInt64Def(_db.MTime, index2, prop); break;
254 case kpidEncrypted: prop = IsEncrypted(index2); brea
[all...]
H A D7zHandler.h106 bool IsEncrypted(UInt32 index2) const;
/external/proguard/src/proguard/
H A DConfigurationChecker.java184 for (int index2 = 0; index2 < classPath2.size(); index2++)
186 if (classPath1 != classPath2 || index1 != index2)
188 ClassPathEntry entry2 = classPath2.get(index2);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java65 index2[i]=j;
95 index2[i]=UNEWTRIE2_DATA_NULL_OFFSET;
103 index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1;
108 index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET;
162 block=index2[i2];
171 if(newTop > index2.length) {
180 System.arraycopy(index2, index2NullOffset, index2, newBlock, UTRIE2_INDEX_2_BLOCK_LENGTH);
256 oldBlock=index2[i2];
260 index2[i
1187 private int[] index2 = new int[UNEWTRIE2_MAX_INDEX_2_LENGTH]; field in class:Trie2Writable
[all...]
/external/icu/icu4c/source/common/
H A Dutrie2_impl.h144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
H A Dutrie2_builder.cpp162 newTrie->index2[i]=j;
190 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET;
198 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1;
203 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET;
251 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
467 block=trie->index2[i2];
477 if(newTop>UPRV_LENGTHOF(trie->index2)) {
486 uprv_memcpy(trie->index2+newBlock, trie->index2
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt23 index2=0
36 let "index2=index2+1"
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
H A DruniSACNB.txt23 index2=0
/external/pdfium/third_party/freetype/src/type1/
H A Dt1afm.c92 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 );
93 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); local
96 if ( index1 > index2 )
98 else if ( index1 < index2 )
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
337 midi = KERN_INDEX( mid->index1, mid->index2 );
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp150 int index1, index2, index3;
183 index2 = 1;
187 x2 = contour[ index2 ].x;
188 y2 = contour[ index2 ].y;
243 pointExist[ index2 ] = 0;
244 index2 = index3;
266 index1 = index2;
269 index2 = index3;
295 index1 = index2;
298 index2
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationItem.java72 int index2 = item2.type.getIndex();
74 if (index1 < index2) {
76 } else if (index1 > index2) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java237 int index2 = ((DOMOrder) node2).getUid();
239 return index1 <= index2;
/external/freetype/src/pshinter/
H A Dpshrec.c373 FT_UInt index2 )
376 PS_Mask mask2 = table->masks + index2;
405 FT_UInt index2,
411 /* swap index1 and index2 so that index1 < index2 */
412 if ( index1 > index2 )
418 index1 = index2;
419 index2 = temp;
422 if ( index1 < index2 && index2 < tabl
403 ps_mask_table_merge( PS_Mask_Table table, FT_UInt index1, FT_UInt index2, FT_Memory memory ) argument
503 FT_Int index1, index2; local
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.c376 FT_Int index2 )
379 PS_Mask mask2 = table->masks + index2;
408 FT_Int index2,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
419 index1 = index2;
420 index2 = temp;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_In
406 ps_mask_table_merge( PS_Mask_Table table, FT_Int index1, FT_Int index2, FT_Memory memory ) argument
501 FT_Int index1, index2; local
[all...]
/external/skia/tests/
H A DPathOpsAngleTest.cpp435 for (int index2 = 0; index2 < dataSize - 2; ++index2) {
439 IntersectData& data = dataArray[index2 + index3];
457 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator);
459 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd, &allocator);
461 seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2
[all...]
/external/v8/test/cctest/
H A Dtest-liveedit.cc51 bool Equals(int index1, int index2) { argument
52 return s1_[index1] == s2_[index2];
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DNode.java399 * @param index2 The index of the second child to swap
401 public void swapChildren(int index1, int index2) { argument
402 Spatial c2 = children.get(index2);
405 children.remove(index2);
406 children.add(index2, c1);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java145 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3);
147 ct1.transliterate(rsource3, index2);
148 ct1.finishTransliteration(rsource3, index2);
150 expectAux(ct1.getID() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResult);
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp179 int index2 = codecs->FindFormatForExtension(s.Mid(pos + 1)); local
180 if (index2 >= 0 && s.CompareNoCase(L"rar") != 0)
182 formatIndices2.Add(index2);

Completed in 1003 milliseconds

1234