Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 25 of 137) sorted by relevance

123456

/external/libopus/silk/
Dgain_quant.c40 …opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices … in silk_gains_quant()
51 ind[ k ] = silk_SMULWB( SCALE_Q16, silk_lin2log( gain_Q16[ k ] ) - OFFSET ); in silk_gains_quant()
54 if( ind[ k ] < *prev_ind ) { in silk_gains_quant()
55 ind[ k ]++; in silk_gains_quant()
57 ind[ k ] = silk_LIMIT_int( ind[ k ], 0, N_LEVELS_QGAIN - 1 ); in silk_gains_quant()
62ind[ k ] = silk_LIMIT_int( ind[ k ], *prev_ind + MIN_DELTA_GAIN_QUANT, N_LEVELS_QGAIN - 1 ); in silk_gains_quant()
63 *prev_ind = ind[ k ]; in silk_gains_quant()
66 ind[ k ] = ind[ k ] - *prev_ind; in silk_gains_quant()
70 if( ind[ k ] > double_step_size_threshold ) { in silk_gains_quant()
71ind[ k ] = double_step_size_threshold + silk_RSHIFT( ind[ k ] - double_step_size_threshold + 1, 1 … in silk_gains_quant()
[all …]
DLP_variable_cutoff.c44 const opus_int ind, in silk_LP_interpolate_filter_taps() argument
50 if( ind < TRANSITION_INT_NUM - 1 ) { in silk_LP_interpolate_filter_taps()
56 silk_Transition_LP_B_Q28[ ind ][ nb ], in silk_LP_interpolate_filter_taps()
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] - in silk_LP_interpolate_filter_taps()
58 silk_Transition_LP_B_Q28[ ind ][ nb ], in silk_LP_interpolate_filter_taps()
63 silk_Transition_LP_A_Q28[ ind ][ na ], in silk_LP_interpolate_filter_taps()
64 silk_Transition_LP_A_Q28[ ind + 1 ][ na ] - in silk_LP_interpolate_filter_taps()
65 silk_Transition_LP_A_Q28[ ind ][ na ], in silk_LP_interpolate_filter_taps()
73 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ], in silk_LP_interpolate_filter_taps()
74 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] - in silk_LP_interpolate_filter_taps()
[all …]
Dsigm_Q15.c53 opus_int ind; in silk_sigm_Q15() local
62 ind = silk_RSHIFT( in_Q5, 5 ); in silk_sigm_Q15()
63 … return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) ); in silk_sigm_Q15()
71 ind = silk_RSHIFT( in_Q5, 5 ); in silk_sigm_Q15()
72 … return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) ); in silk_sigm_Q15()
DNLSF_del_dec_quant.c52 opus_int8 ind[ NLSF_QUANT_DEL_DEC_STATES ][ MAX_LPC_ORDER ]; in silk_NLSF_del_dec_quant() local
73 ind[ j ][ i ] = (opus_int8)ind_tmp; in silk_NLSF_del_dec_quant()
127 ind[ j + nStates ][ i ] = ind[ j ][ i ] + 1; in silk_NLSF_del_dec_quant()
131 ind[ j ][ i ] = ind[ j - nStates ][ i ]; in silk_NLSF_del_dec_quant()
178 … silk_memcpy( ind[ ind_max_min ], ind[ ind_min_max ], MAX_LPC_ORDER * sizeof( opus_int8 ) ); in silk_NLSF_del_dec_quant()
182 ind[ j ][ i ] += silk_RSHIFT( ind_sort[ j ], NLSF_QUANT_DEL_DEC_STATES_LOG2 ); in silk_NLSF_del_dec_quant()
199 indices[ j ] = ind[ ind_tmp & ( NLSF_QUANT_DEL_DEC_STATES - 1 ) ][ j ]; in silk_NLSF_del_dec_quant()
/external/opencv/cv/src/
Dcvdominants.cpp145 int ind; in icvFindDominantPointsIPAN() local
157 ind = (i + i_plus) % n; in icvFindDominantPointsIPAN()
158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x); in icvFindDominantPointsIPAN()
159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y); in icvFindDominantPointsIPAN()
166 int ind; in icvFindDominantPointsIPAN() local
180 ind = (i + i_plus) % n; in icvFindDominantPointsIPAN()
182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x); in icvFindDominantPointsIPAN()
183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y); in icvFindDominantPointsIPAN()
192 int ind; in icvFindDominantPointsIPAN() local
204 ind = i + i_minus; in icvFindDominantPointsIPAN()
[all …]
/external/llvm/test/CodeGen/X86/
Davx512-gather-scatter-intrin.ll19 define void @gather_mask_dps(<16 x i32> %ind, <16 x float> %src, i16 %mask, i8* %base, i8* %stbuf) …
20 …t> @llvm.x86.avx512.gather.dps.512 (<16 x float> %src, i8* %base, <16 x i32>%ind, i16 %mask, i32 4)
21 …%ind2 = add <16 x i32> %ind, <i32 0, i32 1, i32 2, i32 3, i32 0, i32 1, i32 2, i32 3, i32 0, i32 1…
32 define void @gather_mask_dpd(<8 x i32> %ind, <8 x double> %src, i8 %mask, i8* %base, i8* %stbuf) {
33 …ble> @llvm.x86.avx512.gather.dpd.512 (<8 x double> %src, i8* %base, <8 x i32>%ind, i8 %mask, i32 4)
34 %ind2 = add <8 x i32> %ind, <i32 0, i32 1, i32 2, i32 3, i32 0, i32 1, i32 2, i32 3>
45 define void @gather_mask_qps(<8 x i64> %ind, <8 x float> %src, i8 %mask, i8* %base, i8* %stbuf) {
46 …%x = call <8 x float> @llvm.x86.avx512.gather.qps.512 (<8 x float> %src, i8* %base, <8 x i64>%ind,…
47 %ind2 = add <8 x i64> %ind, <i64 0, i64 1, i64 2, i64 3, i64 0, i64 1, i64 2, i64 3>
58 define void @gather_mask_qpd(<8 x i64> %ind, <8 x double> %src, i8 %mask, i8* %base, i8* %stbuf) {
[all …]
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherInputStreamTest.java104 int ind = 0; // index into the data array (to check the got data) in testRead2() local
107 for (int j = 0; j < got - ind; j++) { in testRead2()
108 if (result[j] != data[ind + j]) { in testRead2()
118 ind = got; in testRead2()
143 int ind = skip; // index into the data array (to check the got data) in testRead3() local
148 for (int j = 0; j < got - ind; j++) { in testRead3()
150 + "returned incorrect data.", result[j], data[ind + j]); in testRead3()
159 ind = got; in testRead3()
180 int ind = skipped; in testSkip() local
183 for (int j = 0; j < got - ind; j++) { in testSkip()
[all …]
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp211 virtual std::ostream &dump(std::ostream &out, int ind) { in dump() argument
224 std::ostream &dump(std::ostream &out, int ind) override { in dump() argument
225 return ExprAST::dump(out << Val, ind); in dump()
238 std::ostream &dump(std::ostream &out, int ind) override { in dump() argument
239 return ExprAST::dump(out << Name, ind); in dump()
252 std::ostream &dump(std::ostream &out, int ind) override { in dump() argument
253 ExprAST::dump(out << "unary" << Opcode, ind); in dump()
254 Operand->dump(out, ind + 1); in dump()
268 std::ostream &dump(std::ostream &out, int ind) override { in dump() argument
269 ExprAST::dump(out << "binary" << Op, ind); in dump()
[all …]
/external/iproute2/tc/
Dm_pedit.c164 int ind = 0, stride = 0; in pack_key16() local
168 ind = tkey->off + 1; in pack_key16()
169 if (0 > ind) in pack_key16()
170 ind = -1*ind; in pack_key16()
172 ind = tkey->off; in pack_key16()
180 ind = tkey->off & 3; in pack_key16()
182 if (0 > ind || 2 < ind) { in pack_key16()
183 fprintf(stderr, "pack_key16 bad index value %d\n",ind); in pack_key16()
187 stride = 8 * ind; in pack_key16()
194 tkey->mask = retain|m[ind]; in pack_key16()
[all …]
Dq_dsmark.c33 __u16 ind; in dsmark_parse_opt() local
37 ind = set_tc_index = 0; in dsmark_parse_opt()
42 ind = strtoul(*argv,&end,0); in dsmark_parse_opt()
67 if (!ind) { in dsmark_parse_opt()
73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind)); in dsmark_parse_opt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java362 private byte ind; // assumed undefined field in BigDecimal
544 ind = ispos; // assume positive in BigDecimal()
549 ind = isneg; in BigDecimal()
711 ind = iszero; // force to show zero in BigDecimal()
782 ind = iszero; in BigDecimal()
785 ind = ispos; in BigDecimal()
788 ind = isneg; in BigDecimal()
794 ind = ispos; in BigDecimal()
797 ind = isneg; in BigDecimal()
808 ind = ispos; in BigDecimal()
[all …]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DFluidSimHeightMap.java164 int ind; in load() local
180 ind = x + y * size; in load()
185 neighborsValue += newBuffer[ind - 1]; in load()
189 neighborsValue += newBuffer[ind + 1]; in load()
193 neighborsValue += newBuffer[ind - size]; in load()
197 neighborsValue += newBuffer[ind + size]; in load()
203 oldBuffer[ind] = coefA * newBuffer[ind] + coefB in load()
204 * oldBuffer[ind] + coefC * (neighborsValue); in load()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp82 PHINode *ind = loop.CreatePHI(indType, 0); in convertTransferToLoop() local
84 ind->addIncoming(ConstantInt::get(indType, 0), origBB); in convertTransferToLoop()
87 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind), in convertTransferToLoop()
90 loop.CreateStore(val, loop.CreateGEP(loop.getInt8Ty(), dstAddr, ind), in convertTransferToLoop()
94 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1)); in convertTransferToLoop()
95 ind->addIncoming(newind, loopBB); in convertTransferToLoop()
118 PHINode *ind = loop.CreatePHI(len->getType(), 0); in convertMemSetToLoop() local
119 ind->addIncoming(ConstantInt::get(len->getType(), 0), origBB); in convertMemSetToLoop()
121 loop.CreateStore(val, loop.CreateGEP(val->getType(), dstAddr, ind), false); in convertMemSetToLoop()
123 Value *newind = loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1)); in convertMemSetToLoop()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c79 int k, ind, cnt; in WebRtcIsacfix_PitchFilter() local
119 ind = 0; in WebRtcIsacfix_PitchFilter()
156 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind); in WebRtcIsacfix_PitchFilter()
170 ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind); in WebRtcIsacfix_PitchFilter()
179 int k, n, m, ind, pos, pos3QQ; in WebRtcIsacfix_PitchFilterGains() local
198 ind = 0; in WebRtcIsacfix_PitchFilterGains()
199 pos = ind + PITCH_BUFFSIZE; in WebRtcIsacfix_PitchFilterGains()
240 ubufQQ[pos] = indatQ0[ind]; in WebRtcIsacfix_PitchFilterGains()
242 tmp2W32 = WEBRTC_SPL_MUL_16_32_RSFT14(indatQ0[ind], tmpW32); in WebRtcIsacfix_PitchFilterGains()
258 ind++; in WebRtcIsacfix_PitchFilterGains()
Darith_routines_logist.c68 WebRtc_Word32 ind; in WebRtcIsacfix_Piecewise() local
74 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]); in WebRtcIsacfix_Piecewise()
75 ind = WEBRTC_SPL_RSHIFT_W32(ind, 16); in WebRtcIsacfix_Piecewise()
78 qtmp1 = qtmp1 - kHistEdges[ind]; in WebRtcIsacfix_Piecewise()
80 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15); in WebRtcIsacfix_Piecewise()
81 return (kCdfLogistic[ind] + qtmp2); in WebRtcIsacfix_Piecewise()
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c274 Int ind = 0; in myvprintf_int64() local
289 buf[ind++] = '0'; in myvprintf_int64()
293 0 == (ind-nc) % 3 && 0 != ind) in myvprintf_int64()
295 buf[ind++] = ','; in myvprintf_int64()
298 buf[ind++] = digits[p % base]; in myvprintf_int64()
304 buf[ind++] = '-'; in myvprintf_int64()
307 for(; ind < width; ind++) { in myvprintf_int64()
309 if (ind > 39) { in myvprintf_int64()
313 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' '; in myvprintf_int64()
318 ret += ind; in myvprintf_int64()
[all …]
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dsafe-no-checks.ll19 %ind = phi i64 [ 0, %entry ], [ %add, %for.body ]
21 %add = add nuw nsw i64 %ind, 1
26 %arrayidxB = getelementptr inbounds i16, i16* %b, i64 %ind
29 %arrayidxC = getelementptr inbounds i16, i16* %c, i64 %ind
35 %arrayidxA = getelementptr inbounds i16, i16* %a, i64 %ind
/external/libnfc-nci/src/nfc/tags/
Dtags_int.c265 int ind = (int) (p_info - t1t_cmd_rsp_infos); in t1t_info_to_str() local
266 if (ind < T1T_MAX_NUM_OPCODES) in t1t_info_to_str()
267 return (const char *) t1t_cmd_str[ind]; in t1t_info_to_str()
283 int ind = (int) (p_info - t2t_cmd_rsp_infos); in t2t_info_to_str() local
284 if (ind < T2T_MAX_NUM_OPCODES) in t2t_info_to_str()
285 return (const char *) t2t_cmd_str[ind]; in t2t_info_to_str()
/external/mesa3d/src/mesa/main/
Dtexcompress_cpal.c90 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color() local
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color()
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color()
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color()
104 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color() local
106 pix += get_palette_entry(info, palette, ind[i], pix); in paletted_to_color()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c97 int ind = src->Register.Index; in tgsi_scan_shader() local
104 for (ind = 0; ind < info->num_inputs; ++ind) { in tgsi_scan_shader()
105 info->input_usage_mask[ind] |= usage_mask; in tgsi_scan_shader()
108 assert(ind >= 0); in tgsi_scan_shader()
109 assert(ind < PIPE_MAX_SHADER_INPUTS); in tgsi_scan_shader()
110 info->input_usage_mask[ind] |= usage_mask; in tgsi_scan_shader()
/external/bison/lib/uniwidth/
Dwidth.c320 int ind = nonspacing_table_ind[uc >> 9]; in uc_width() local
321 if (ind >= 0) in uc_width()
322 if ((nonspacing_table_data[64*ind + ((uc >> 3) & 63)] >> (uc & 7)) & 1) in uc_width()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DPQTorus.java210 int ind = sib.get(i); in updateGeometry() local
211 if (ind < 0) { in updateGeometry()
212 ind += vertCount; in updateGeometry()
213 sib.put(i, (short) ind); in updateGeometry()
214 } else if (ind >= vertCount) { in updateGeometry()
215 ind -= vertCount; in updateGeometry()
216 sib.put(i, (short) ind); in updateGeometry()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java238 int ind = sentBy.indexOf(":"); in setSentBy() local
239 if (ind == -1) { in setSentBy()
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind))); in setSentBy()
245 String portStr = sentBy.substring(ind + 1); in setSentBy()
250 throw new ParseException("Bad format encountered at ", ind); in setSentBy()
/external/svox/pico/lib/
Dpicoacph.c330 const picoos_uint16 ind) { in acphGetNrSylls() argument
336 for (i = 0; i < acph->headx[ind].head.len; i++) { in acphGetNrSylls()
337 ch = acph->cbuf[acph->headx[ind].cind + i]; in acphGetNrSylls()
354 const picoos_uint16 ind, in acphPhrItemSeqGetPosLeft() argument
360 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) { in acphPhrItemSeqGetPosLeft()
619 const picoos_uint16 ind, in acphAccItemSeqGetPosLeft() argument
625 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) { in acphAccItemSeqGetPosLeft()
639 const picoos_uint16 ind, in acphAccNrSyllParts() argument
647 if (ind >= acph->headxLen) { in acphAccNrSyllParts()
654 pend = acph->headx[ind].cind + acph->headx[ind].head.len; in acphAccNrSyllParts()
[all …]
/external/zlib/src/examples/
Dgun.c81 struct ind { struct
94 struct ind *me = (struct ind *)in_desc; in in() argument
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe()
388 struct ind ind, *indp; in gunpipe() local
392 ind.infile = infile; in gunpipe()
393 ind.inbuf = inbuf; in gunpipe()
394 indp = &ind; in gunpipe()

123456