Searched defs:index2 (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/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, int16_t gain, int index, int16_t sign, int16_t* inputState, int16_t* outputBuf2, const int16_t* coefficient, int16_t* inputBuf, int16_t* outputBuf, int* index2) argument
H A Dpitch_filter_mips.c22 int* index2) {
23 int ind2t = *index2;
132 (*index2) += loopNumber;
13 WebRtcIsacfix_PitchFilterCore(int loopNumber, int16_t gain, int index, int16_t sign, int16_t* inputState, int16_t* outputBuf2, const int16_t* coefficient, int16_t* inputBuf, int16_t* outputBuf, int* index2) argument
/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
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc181 int index2 = model.GetIndexOfCommandId(command2); local
182 EXPECT_GT(index2, -1);
189 EXPECT_TRUE(model.IsEnabledAt(index2));
191 model.ActivatedAt(index2);
/external/chromium_org/components/autofill/core/browser/crypto/
H A Drc4_decryptor.h68 uint8 index2 = 0; local
79 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
80 SwapByte(&state[counter], &state[index2]);
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.c271 int index1, index2; member in struct:__anon23679::__anon23680
379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2)
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++);
381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) {
/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...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_layer.cc74 int index2 = ((3 * i) + 3) % 36; local
77 gfx::Point p2 = ring.points[index2] - offset;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_app_list_helper.cc79 size_t index2; local
81 &index2)) {
86 << " Has different verifier index: " << index2;
87 item2 = verifier->model()->top_level_item_list()->item_at(index2);
88 LOG(ERROR) << " Verifier Item(" << index2
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_test.cc60 size_t index1, index2; local
62 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2);
68 ASSERT_EQ(1u, index2);
74 size_t index1, index2, index3; local
80 StringPiece sp2 = buffer_->Write(bs, &index2);
88 ASSERT_EQ(2u, index2);
109 size_t index1, index2; local
112 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2);
118 ASSERT_EQ(0u, index2);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DWaveShaperDSPKernel.cpp117 unsigned index2 = index1 + 1; local
121 double value2 = curveData[index2];
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_impl.h144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
/external/chromium_org/v8/test/cctest/
H A Dtest-liveedit.cc51 bool Equals(int index1, int index2) { argument
52 return s1_[index1] == s2_[index2];
/external/icu/icu4c/source/common/
H A Dutrie2_impl.h144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc317 int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2")); local
321 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty());
325 GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name);
327 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
331 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
332 EXPECT_EQ(gaia_name, GetCache()->GetNameOfProfileAtIndex(index2));
336 GetCache()->SetNameOfProfileAtIndex(index2, custom_name);
337 GetCache()->SetProfileIsUsingDefaultNameAtIndex(index2, false);
340 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
342 EXPECT_EQ(custom_name, GetCache()->GetNameOfProfileAtIndex(index2));
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c87 uint file, uint index1, uint index2)
92 reg->indices[1] = index2;
86 fill_scan_register2d(scan_register *reg, uint file, uint index1, uint index2) argument
/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);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c87 uint file, uint index1, uint index2)
92 reg->indices[1] = index2;
86 fill_scan_register2d(scan_register *reg, uint file, uint index1, uint index2) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp406 unsigned index2 = chain2.size(); local
407 if (chain1[index1 - 1] != chain2[index2 - 1])
410 for (unsigned i = std::min(index1, index2); i; --i) {
412 const TreeScope* child2 = chain2[--index2];
429 return index1 < index2 ?
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_print.c350 GLboolean hasIndex2, GLboolean relAddr2, GLint index2)
364 sprintf(str+offset, "[%s%d]", addr2, index2);
348 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, GLboolean relAddr, const struct gl_program *prog, GLboolean hasIndex2, GLboolean relAddr2, GLint index2) argument
/external/mesa3d/src/mesa/program/
H A Dprog_print.c350 GLboolean hasIndex2, GLboolean relAddr2, GLint index2)
364 sprintf(str+offset, "[%s%d]", addr2, index2);
348 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, GLboolean relAddr, const struct gl_program *prog, GLboolean hasIndex2, GLboolean relAddr2, GLint index2) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java633 public java.util.List<HDR> subList(int index1, int index2) { argument
634 return this.hlist.subList(index1, index2);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java303 public void swapInstructions(int index1, int index2) { argument
304 if (index1 >= instructionList.size() - 1 || index2 >= instructionList.size() - 1) {
308 MethodLocation second = instructionList.get(index2);
323 if (index2 < index1) {
324 int tmp = index2;
325 index2 = index1;
330 for (int i=index1+1; i<=index2; i++) {

Completed in 5034 milliseconds

1234