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

1 2 3

  /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));
dtx_decoder_amr_wb.cpp 205 int16 ind[7]; local
301 ind[0] = Serial_parm(6, prms);
302 ind[1] = Serial_parm(6, prms);
303 ind[2] = Serial_parm(6, prms);
304 ind[3] = Serial_parm(5, prms);
305 ind[4] = Serial_parm(5, prms);
307 Disf_ns(ind, st->isf);
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...]
  /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...]
  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 39 int ind, len, newpos, i; local
44 ind = cclmap[cclp];
49 if ( ccltbl[ind + i] == ch )
52 newpos = ind + len;
  /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...]
  /bionic/libc/stdlib/
atexit.h 35 int ind; /* next index in this table */ member in struct:atexit
  /external/iproute2/tc/
q_dsmark.c 33 __u16 ind; local
37 ind = set_tc_index = 0;
42 ind = strtoul(*argv,&end,0);
67 if (!ind) {
73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind));
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/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...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathValidatorExceptionTest.java 67 int ind = ref.getIndex(); local
68 assertEquals("Incorrect index", test.getIndex(), ind);
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 261 struct bt_control_ind *ind = (void *) buf; local
269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT);
276 type = bt_audio_strtype(ind->h.type);
280 ind->h.type);
284 name = bt_audio_strname(ind->h.name);
288 ind->h.name);
292 if (ind->h.name != BT_CONTROL) {
298 snd_ctl_elem_id_set_name(id, ind->mode == BLUETOOTH_PLAYBACK ?
  /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...]
  /system/core/sh/
options.c 405 int ind = 0; local
416 ind = *optnext - optfirst + 1;
466 ind = *optnext - optfirst + 1;
470 ind = 1;
475 fmtstr(s, sizeof(s), "%d", ind);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 400 public List<AVIIndex> ind = new ArrayList<AVIIndex>(); field in class:MjpegFileWriter.AVIIndexList
407 ind.add(ai);
411 ind.add(new AVIIndex(dwOffset, dwSize));
415 cb = 16 * ind.size();
420 for (int i = 0; i < ind.size(); i++) {
421 AVIIndex in = (AVIIndex) ind.get(i);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 210 int ind = sib.get(i); local
211 if (ind < 0) {
212 ind += vertCount;
213 sib.put(i, (short) ind);
214 } else if (ind >= vertCount) {
215 ind -= vertCount;
216 sib.put(i, (short) ind);
  /external/libnfc-nxp/src/
phHal4Nfc.c 463 uint8_t ind = 0; local
599 for( ind = 0; ind < 3; ind++ )
602 | (pInParam->buffer[ind] ));
626 for( ind = 0; ind < 3; ind++ )
629 | (pInParam->buffer[ind] ));
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 238 int ind = sentBy.indexOf(":"); local
239 if (ind == -1) {
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind)));
245 String portStr = sentBy.substring(ind + 1);
250 throw new ParseException("Bad format encountered at ", ind);
  /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/opencv/cvaux/src/
cvfacedetection.cpp 145 int ind = buffImg[i] / GIST_STEP; local
146 gistImg[ind] ++;
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 71 int i, j, k, ind, iters = 0; local
103 do /* while (ind) */
108 ind = 0;
121 ind = 1;
177 while( ind );
222 int i, j, k, p, q, ind, iters = 0; local
254 do /* while (ind) */
256 ind = 0;
272 ind = 1;
330 while( ind );
    [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 556 Int ind = 0; local
571 buf[ind++] = '0';
575 0 == (ind-nc) % 3 && 0 != ind)
577 buf[ind++] = ',';
580 buf[ind++] = digits[p % base];
586 buf[ind++] = '-';
589 for(; ind < width; ind++) {
590 /* vg_assert(ind < 39); *
    [all...]
  /external/zlib/examples/
gun.c 80 struct ind { struct
93 struct ind *me = (struct ind *)in_desc;
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp,
387 struct ind ind, *indp; local
391 ind.infile = infile;
392 ind.inbuf = inbuf;
393 indp = &ind;

Completed in 1823 milliseconds

1 2 3