HomeSort by relevance Sort by last modified time
    Searched refs:ind (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/opus/src/silk/
sigm_Q15.c 53 opus_int ind; local
62 ind = silk_RSHIFT( in_Q5, 5 );
63 return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
71 ind = silk_RSHIFT( in_Q5, 5 );
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
gain_quant.c 40 opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices */
51 ind[ k ] = silk_SMULWB( SCALE_Q16, silk_lin2log( gain_Q16[ k ] ) - OFFSET );
54 if( ind[ k ] < *prev_ind ) {
55 ind[ k ]++;
57 ind[ k ] = silk_LIMIT_int( ind[ k ], 0, N_LEVELS_QGAIN - 1 );
62 ind[ k ] = silk_LIMIT_int( ind[ k ], *prev_ind + MIN_DELTA_GAIN_QUANT, N_LEVELS_QGAIN - 1 );
63 *prev_ind = ind[ k ];
66 ind[ k ] = ind[ k ] - *prev_ind
    [all...]
LP_variable_cutoff.c 44 const opus_int ind,
50 if( ind < TRANSITION_INT_NUM - 1 ) {
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
63 silk_Transition_LP_A_Q28[ ind ][ na ],
64 silk_Transition_LP_A_Q28[ ind + 1 ][ na ] -
65 silk_Transition_LP_A_Q28[ ind ][ na ],
73 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ],
74 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ]
107 opus_int ind = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 39 Word32 i, ind; local
41 ind = 127; /* beging at end of table -1 */
46 ind = 127; /* beging at end of table -1 */
49 while (table[ind] < isp[i])
50 ind--;
51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 */
52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]);
68 Word32 i, ind, L_tmp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gmed_n.h 70 Word16 ind[], /* i : Past gain values */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 174 Word16 i, ind, offset;
179 ind = shr (lsf[i], 8); // ind = b8-b15 of lsf[i]
182 // lsp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 256
184 L_tmp = L_mult (sub (table[ind + 1], table[ind]), offset);
185 lsp[i] = add (table[ind], extract_l (L_shr (L_tmp, 9)));
221 Word16 i, ind, offset local
354 Word16 ind; local
    [all...]
gmed_n.cpp 89 ind = input values (Word16)
124 Word16 ind[], // i : Past gain values
138 tmp2[i] = ind[i];
157 return (ind[medianIndex]);
184 Word16 ind[], /* i : input values */
196 *(tmp2 + i) = *(ind + i);
216 return (*(ind + medianIndex));
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 154 int16 i, ind, offset; local
165 ind = isp[i] >> 7; /* ind = b7-b15 of isf[i] */
168 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset);
171 isp[i] = add_int16(table[ind], (int16)(L_tmp >> 8));
pvamrwbdecoder.cpp 327 int16 i, j, i_subfr, index, ind[8], tmp; local
491 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */
492 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */
493 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */
494 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */
495 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */
496 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */
497 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */
499 Dpisf_2s_46b(ind, isf, st->past_isfq, st->isfold, st->isf_buf, bfi, 1);
503 ind[0] = Serial_parm(8, &prms)
    [all...]
  /external/opencv/cv/src/
cvdominants.cpp 145 int ind; local
157 ind = (i + i_plus) % n;
158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
166 int ind; local
180 ind = (i + i_plus) % n;
182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
192 int ind; local
204 ind = i + i_minus
216 int ind; local
259 int ind = (i + k) % n; local
303 int ind = i + j; local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmChoiceCallbackTest.java 123 int [] ind = rCCB.getSelectedIndexes(); local
124 assertNull("Incorrect selected indexes", ind);
125 ind = new int[3];
127 rCCB.setSelectedIndexes(ind);
138 ind = rCCB.getSelectedIndexes();
139 assertEquals("Incorrect index length", ind.length, 1);
140 assertEquals("Incorrect index", ind[0], indexes[j]);
163 int[] ind = rCCB.getSelectedIndexes(); local
164 assertNull("Incorrect selected indexes", ind);
166 ind = rCCB.getSelectedIndexes()
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 104 int ind = 0; // index into the data array (to check the got data) local
107 for (int j = 0; j < got - ind; j++) {
108 if (result[j] != data[ind + j]) {
118 ind = got;
143 int ind = skip; // index into the data array (to check the got data) local
148 for (int j = 0; j < got - ind; j++) {
150 + "returned incorrect data.", result[j], data[ind + j]);
159 ind = got;
180 int ind = skipped; local
183 for (int j = 0; j < got - ind; j++)
    [all...]
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 712 for (int ind = start; ind < start + count; ind++){
713 if (minDigit <= text[ind] && text[ind] <= maxDigit){
714 if (currIndex != INDEX_ETHIOPIC || text[ind] != '0'){
715 text[ind] = (char)(digitsLowRanges[currIndex] + text[ind]);
718 if(isCharStrong(text[ind])){
719 int index = getCharIndex(text[ind]);
    [all...]
  /bionic/libc/stdlib/
atexit.h 37 int ind; /* next index in this table */ member in struct:atexit
atexit.c 74 if (p->ind + 1 >= p->max)
86 p->ind = 1;
88 p->ind = 0;
96 fnp = &p->fns[p->ind++];
128 for (n = p->ind; --n >= 0;) {
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 92 int ind = insertion_index_ - 1; local
93 if (ind < 0)
94 ind = decision_points_.size() - 1;
95 return decision_points_[ind].time_us;
103 int ind = insertion_index_ - 1; local
104 if (ind < 0)
105 ind = decision_points_.size() - 1;
106 int64 end_us = decision_points_[ind].time_us;
107 bool is_on = decision_points_[ind].decision;
112 while ((decision_points_[ind].time_us > start_us) &
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FluidSimHeightMap.java 164 int ind; local
180 ind = x + y * size;
185 neighborsValue += newBuffer[ind - 1];
189 neighborsValue += newBuffer[ind + 1];
193 neighborsValue += newBuffer[ind - size];
197 neighborsValue += newBuffer[ind + size];
203 oldBuffer[ind] = coefA * newBuffer[ind] + coefB
204 * oldBuffer[ind] + coefC * (neighborsValue);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 113 int ind = 0; // index into the data array (to check the got data) local
116 for (int j = 0; j < got - ind; j++) {
117 if (result[j] != data[ind + j]) {
127 ind = got;
152 int ind = skip; // index into the data array (to check the got data) local
157 for (int j = 0; j < got - ind; j++) {
159 + "returned incorrect data.", result[j], data[ind + j]);
168 ind = got;
189 int ind = skipped; local
192 for (int j = 0; j < got - ind; j++)
    [all...]
  /external/chromium_org/ui/views/
debug_utils.cc 18 int ind = indent; local
19 while (ind-- > 0)
38 int ind = indent; local
39 while (ind-- > 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py 10 return self.ind
14 return self.ind
30 self.o.ind = -2
31 self.n.ind = 2
36 self.o.ind = 1
37 self.n.ind = 2
46 self.o.ind = 4
47 self.n.ind = 5
63 self.o.ind = 'dumb'
64 self.n.ind = 'bad
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py 10 return self.ind
14 return self.ind
30 self.o.ind = -2
31 self.n.ind = 2
36 self.o.ind = 1
37 self.n.ind = 2
46 self.o.ind = 4
47 self.n.ind = 5
63 self.o.ind = 'dumb'
64 self.n.ind = 'bad
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ocsp.c 90 BIO *bp, int ind);
159 int ind)
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
186 BIO *bp, int ind)
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
195 int ind)
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
268 BIO *bp, int ind)
    [all...]
  /external/openssl/crypto/x509v3/
v3_ocsp.c 90 BIO *bp, int ind);
159 int ind)
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
186 BIO *bp, int ind)
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
195 int ind)
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
268 BIO *bp, int ind)
    [all...]
  /external/iproute2/tc/
m_pedit.c 164 int ind = 0, stride = 0; local
168 ind = tkey->off + 1;
169 if (0 > ind)
170 ind = -1*ind;
172 ind = tkey->off;
180 ind = tkey->off & 3;
182 if (0 > ind || 2 < ind) {
183 fprintf(stderr, "pack_key16 bad index value %d\n",ind);
207 int ind = 0, stride = 0; local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 56 // The loop index (ind) is a phi node.
57 PHINode *ind = loop.CreatePHI(indType, 0); local
58 // Incoming value for ind is 0
59 ind->addIncoming(ConstantInt::get(indType, 0), origBB);
61 // load from srcAddr+ind
62 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
63 // store at dstAddr+ind
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
66 // The value for ind coming from backedge is (ind + 1
91 PHINode *ind = loop.CreatePHI(len->getType(), 0); local
    [all...]

Completed in 2431 milliseconds

1 2 3 4 5 6