Searched refs:ind1 (Results 1 – 11 of 11) sorted by relevance
/external/libopus/silk/ |
D | NLSF_encode.c | 48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; in silk_NLSF_encode() local 82 ind1 = tempIndices1[ s ]; in silk_NLSF_encode() 85 pCB_element = &psNLSF_CB->CB1_NLSF_Q8[ ind1 * psNLSF_CB->order ]; in silk_NLSF_encode() 86 pCB_Wght_Q9 = &psNLSF_CB->CB1_Wght_Q9[ ind1 * psNLSF_CB->order ]; in silk_NLSF_encode() 95 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, ind1 ); in silk_NLSF_encode() 103 if( ind1 == 0 ) { in silk_NLSF_encode() 104 prob_Q8 = 256 - iCDF_ptr[ ind1 ]; in silk_NLSF_encode() 106 prob_Q8 = iCDF_ptr[ ind1 - 1 ] - iCDF_ptr[ ind1 ]; in silk_NLSF_encode()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | pitch_estimator.c | 143 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/llvm/test/Analysis/LoopAccessAnalysis/ |
D | wrapping-pointer-versioning.ll | 77 %ind1 = phi i32 [ 0, %entry ], [ %inc1, %for.body ] 79 %mul = mul i32 %ind1, 2 93 %inc1 = add i32 %ind1, 1 173 %ind1 = phi i32 [ %TruncN, %entry ], [ %dec, %for.body ] 175 %mul = mul i32 %ind1, 2 189 %dec = sub i32 %ind1, 1 252 %ind1 = phi i32 [ 0, %entry ], [ %inc1, %for.body ] 254 %mul = mul i32 %ind1, 2 268 %inc1 = add i32 %ind1, 1 329 %ind1 = phi i32 [ %TruncN, %entry ], [ %dec, %for.body ] [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | cast-induction.ll | 11 ;CHECK: %vec.ind1 = phi <4 x i32>
|
D | induction_plus.ll | 11 ;CHECK: %vec.ind1 = phi <4 x i32> [ <i32 0, i32 1, i32 2, i32 3>, %vector.ph ], [ %step.add2, %vect…
|
D | gcc-examples.ll | 371 ;CHECK: %vec.ind1 = phi <4 x i32>
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | batch_sequences_with_states_test.py | 47 ind1 = np.array([ 54 array_ops.constant(ind1, dtypes.int64), 556 ind1 = np.array([[0], [2]]) 566 indices=array_ops.constant(ind1, dtypes.int64),
|
/external/tensorflow/tensorflow/python/eager/ |
D | backprop_test.py | 52 ind1 = constant_op.constant(np.array([0, 1])) 56 g1 = embedding_ops.embedding_lookup(x, ind1)
|
/external/valgrind/perf/ |
D | tinycc.c | 5642 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/ |
D | masked_gather_scatter.ll | 391 define <8 x i32> @test9(%struct.ST* %base, <8 x i64> %ind1, <8 x i32>%ind5) { 448 …%arrayidx = getelementptr %struct.ST, <8 x %struct.ST*> %broadcast.splat, <8 x i64> %ind1, <8 x i…
|
/external/llvm/docs/ |
D | LangRef.rst | 7588 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1, 7594 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1,
|