/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_c.c | 28 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)++;
|
pitch_filter_armv6.S | 32 @ 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...] |
pitch_estimator.h | 49 int* index2);
|
/external/chromium/chrome/browser/ |
memory_details_win.cc | 100 for (unsigned int index2 = 0; index2 < process_data_.size(); index2++) { 101 if (_wcsicmp(process_data_[index2].process_name.c_str(), 104 if (index2 == IE_BROWSER && is_64bit_process) 121 if (index2 == CHROME_BROWSER || index2 == CHROME_NACL_PROCESS) { 146 if (index2 == CHROME_NACL_PROCESS) { 150 process_data_[index2].processes.push_back(info);
|
/external/webkit/Source/WebCore/platform/graphics/ |
GlyphBuffer.h | 93 void swap(int index1, int index2) 96 m_fontData[index1] = m_fontData[index2]; 97 m_fontData[index2] = f; 100 m_glyphs[index1] = m_glyphs[index2]; 101 m_glyphs[index2] = g; 104 m_advances[index1] = m_advances[index2]; 105 m_advances[index2] = s; 109 m_offsets[index1] = m_offsets[index2]; 110 m_offsets[index2] = offset;
|
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 108 int target, index2; local 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 += 12 [all...] |
/external/chromium/chrome/browser/autofill/crypto/ |
rc4_decryptor.h | 63 uint8 index2 = 0; local 74 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize; 75 SwapByte(&state[counter], &state[index2]);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogGroupBuilder.java | 146 int index2 = number2.indexOf('@'); local 149 if (index2 != -1) { 150 userinfo2 = number2.substring(0, index2); 151 rest2 = number2.substring(index2);
|
/external/icu4c/common/ |
utrie2_impl.h | 144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
|
utrie2_builder.cpp | 164 newTrie->index2[i]=j; 192 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET; 200 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1; 205 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET; 253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4); 469 block=trie->index2[i2]; 479 if(newTop>LENGTHOF(trie->index2)) { 488 uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGTH*4) [all...] |
/external/proguard/src/proguard/ |
InputReader.java | 157 for (int index2 = 0; index2 < outputClassPath.size(); index2++) 159 ClassPathEntry entry2 = outputClassPath.get(index2);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
runiSACLongtest.txt | 23 index2=0 36 let "index2=index2+1" 37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
|
runiSACNB.txt | 23 index2=0
|
/external/quake/quake/src/QW/client/ |
d_polyse.c | 186 finalvert_t *pfv, *index0, *index1, *index2; local 198 index2 = pfv + ptri[i].vertindex[2]; 201 (index0->v[0]-index2->v[0]) - 203 (index0->v[1]-index2->v[1])) >= 0) 212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v); 220 s2 = index2->v[2]; 226 if (index2->flags & ALIAS_ONSEAM) 227 index2->v[2] += r_affinetridesc.seamfixupX16; 229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v); 233 index2->v[2] = s2 247 finalvert_t *pfv, *index0, *index1, *index2; local [all...] |
/external/quake/quake/src/WinQuake/ |
d_polyse.cpp | 186 finalvert_t *pfv, *index0, *index1, *index2;
local 198 index2 = pfv + ptri[i].vertindex[2];
201 (index0->v[0]-index2->v[0]) -
203 (index0->v[1]-index2->v[1])) >= 0)
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
220 s2 = index2->v[2];
226 if (index2->flags & ALIAS_ONSEAM)
227 index2->v[2] += r_affinetridesc.seamfixupX16;
229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
233 index2->v[2] = s2; 247 finalvert_t *pfv, *index0, *index1, *index2; local [all...] |
/external/opencv/cvaux/src/ |
decomppoly.cpp | 150 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 = index3 [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 168 int index2 = data.indexOf(',', index + 1); local 169 int length = Integer.parseInt(data.substring(index + 1, index2)); 170 start = index2 + 1 + length; 171 property.value = data.substring(index2 + 1, index2 + 1 + length);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 74 int index2 = item2.type.getIndex(); local 76 if (index1 < index2) { 78 } else if (index1 > index2) {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 72 int index2 = item2.type.getIndex(); local 74 if (index1 < index2) { 76 } else if (index1 > index2) {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
AnnotationItem.java | 72 int index2 = item2.type.getIndex(); local 74 if (index1 < index2) { 76 } else if (index1 > index2) {
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOM2Helper.java | 237 int index2 = ((DOMOrder) node2).getUid(); local 239 return index1 <= index2;
|
/external/freetype/src/pshinter/ |
pshrec.c | 376 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_Int)table->num_masks 501 FT_Int index1, index2; local [all...] |
/external/v8/test/cctest/ |
test-liveedit.cc | 53 bool Equals(int index1, int index2) { 54 return s1_[index1] == s2_[index2];
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 105 index2 -- Word16 -- index for second pos in pos_index[] 167 Word16 index2, /* i : index for second pos in pos_index[] */ 179 pos_indx[index2] = ((MSBs-25*(MSBs/25))/5)*2 + (LSBs-4*(LSBs/4))/2; 242 pos_indx[index2] = ib + (ic >> 1);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Node.java | 399 * @param index2 The index of the second child to swap 401 public void swapChildren(int index1, int index2) { 402 Spatial c2 = children.get(index2); 405 children.remove(index2); 406 children.add(index2, c1);
|