Home
last modified time | relevance | path

Searched refs:ind1 (Results 1 – 8 of 8) sorted by relevance

/external/libopus/silk/
DNLSF_encode.c48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; in silk_NLSF_encode() local
84 ind1 = tempIndices1[ s ]; in silk_NLSF_encode()
87 pCB_element = &psNLSF_CB->CB1_NLSF_Q8[ ind1 * psNLSF_CB->order ]; in silk_NLSF_encode()
108 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, ind1 ); in silk_NLSF_encode()
116 if( ind1 == 0 ) { in silk_NLSF_encode()
117 prob_Q8 = 256 - iCDF_ptr[ ind1 ]; in silk_NLSF_encode()
119 prob_Q8 = iCDF_ptr[ ind1 - 1 ] - iCDF_ptr[ ind1 ]; in silk_NLSF_encode()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c143 int ind1, ind2, peaks_ind, peak, max_ind; in WebRtcIsac_InitializePitch() local
205 ind1 = 0; in WebRtcIsac_InitializePitch()
209 corr = corrvec1[ind1++] + corrvec2[ind2++]; in WebRtcIsac_InitializePitch()
217 ind1 = 0; in WebRtcIsac_InitializePitch()
222 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); in WebRtcIsac_InitializePitch()
224 corr = adj * (corrvec1[ind1] + corrvec2[ind2]); in WebRtcIsac_InitializePitch()
230 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++]); in WebRtcIsac_InitializePitch()
238 ind1 = 0; in WebRtcIsac_InitializePitch()
243 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); in WebRtcIsac_InitializePitch()
245 corr = adj * (corrvec1[ind1] + corrvec2[ind2]); in WebRtcIsac_InitializePitch()
[all …]
/external/c-ares/
Dares_gethostbyname.c425 int i1, i2, ind1, ind2; in sort_addresses() local
435 ind1 = get_address_index(&a1, sortlist, nsort); in sort_addresses()
440 if (ind2 <= ind1) in sort_addresses()
481 int i1, i2, ind1, ind2; in sort6_addresses() local
491 ind1 = get6_address_index(&a1, sortlist, nsort); in sort6_addresses()
496 if (ind2 <= ind1) in sort6_addresses()
/external/opencv3/modules/imgproc/src/
Dclahe.cpp307 int ind1 = ind1_p[x] + srcVal; in operator ()() local
310 float res = (lutPlane1[ind1] * xa1_p[x] + lutPlane1[ind2] * xa_p[x]) * ya1 + in operator ()()
311 (lutPlane2[ind1] * xa1_p[x] + lutPlane2[ind2] * xa_p[x]) * ya; in operator ()()
/external/v8/test/unittests/compiler/
Dscheduler-unittest.cc930 Node* ind1 = graph()->NewNode( in TARGET_TEST_F() local
933 Node* add1 = graph()->NewNode(&kIntAdd, ind1, c); in TARGET_TEST_F()
939 ind1->ReplaceInput(1, ind1); // close inner induction variable. in TARGET_TEST_F()
943 common()->Phi(MachineRepresentation::kTagged, 2), c, ind1, m1); in TARGET_TEST_F()
/external/valgrind/perf/
Dtinycc.c5642 int ind1; in g() local
5643 ind1 = ind + 1; in g()
5644 if (ind1 > cur_text_section->data_allocated) in g()
5645 section_realloc(cur_text_section, ind1); in g()
5647 ind = ind1; in g()
5690 int ind1; in oad() local
5693 ind1 = ind + 4; in oad()
5694 if (ind1 > cur_text_section->data_allocated) in oad()
5695 section_realloc(cur_text_section, ind1); in oad()
5698 ind = ind1; in oad()
/external/llvm/test/CodeGen/X86/
Dmasked_gather_scatter.ll392 define <8 x i32> @test9(%struct.ST* %base, <8 x i64> %ind1, <8 x i32>%ind5) {
449 …%arrayidx = getelementptr %struct.ST, <8 x %struct.ST*> %broadcast.splat, <8 x i64> %ind1, <8 x i…
/external/llvm/docs/
DLangRef.rst7415 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1,
7421 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1,