HomeSort by relevance Sort by last modified time
    Searched full:ipos (Results 1 - 25 of 48) sorted by null

1 2

  /external/zlib/contrib/masmx86/
gvmat32c.c 28 IPos cur_match); /* current match */
33 IPos cur_match); /* current match */
37 IPos cur_match); /* current match */
49 IPos cur_match) /* current match */
gvmat32.asm 53 ; IPos cur_match; /* current match */
200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
match686.asm 39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
266 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
267 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 138 ipos[] = starting position of each pulse (Word16)
162 search_10and8i40 (10,5,5,dn, rr, ipos, pos_max, codvec); for GSMEFR
163 search_10and8i40 (8, 4,4,dn, rr, ipos, pos_max, codvec); for 10.2
185 Word16 ipos[], // i : starting position for each pulse
209 i0 = pos_max[ipos[0]];
226 i1 = pos_max[ipos[1]];
236 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
248 ia = ipos[2];
249 ib = ipos[3];
251 for (i2 = ipos[2]; i2 < L_CODE; i2 += step
    [all...]
set_sign.cpp 314 ipos = buffer containing the starting position for each pulse (Word16)
322 ipos buffer contains the starting position of each pulse
363 Word16 ipos[], //o : starting position for each pulse
439 ipos[0] = i;
447 pos = ipos[0];
448 ipos[nb_track] = pos;
458 ipos[i] = pos;
459 ipos[add(i, nb_track)] = pos;
492 Word16 ipos[], /* o : starting position for each pulse */
584 ipos[0] = i
    [all...]
c3_14pf.cpp 392 Word16 ipos[NB_PULSE]; local
423 ipos[0] = 0;
424 ipos[1] = track1;
425 ipos[2] = track2;
438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
454 ix = ipos[1];
460 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" *
464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
514 ix = ipos[2];
518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP
    [all...]
c4_17pf.cpp 405 Word16 ipos[NB_PULSE]; local
436 ipos[0] = 0;
437 ipos[1] = 1;
438 ipos[2] = 2;
439 ipos[3] = track;
451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
466 ix = ipos[1];
472 * "rr[i0][i3]" is a pointer initialized to "&rr[i0][ipos[3]]" *
476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
524 ix = ipos[2]
    [all...]
c2_11pf.cpp 416 Word16 ipos[NB_PULSE]; local
452 ipos[0] = startPos1[track1];
453 ipos[1] = startPos2[track2];
458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
471 ix = ipos[1];
476 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" *
480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
514 } /* for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) */
534 } /* for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) */
  /libcore/luni/src/main/java/java/math/
Logical.java 131 int iPos = positive.getFirstNonzeroDigit();
142 // Must start from max(iPos, iNeg)
143 int i = Math.max(iPos, iNeg);
270 int iPos = positive.getFirstNonzeroDigit();
280 int i = iPos;
306 int iPos = positive.getFirstNonzeroDigit();
314 if (iPos > iNeg) {
316 limit = Math.min(negative.numberLength, iPos);
323 for (i = iPos; i < positive.numberLength; i++) {
514 int iPos = positive.getFirstNonzeroDigit()
    [all...]
  /external/qemu/audio/
rate_template.h 69 /* read as many input samples so that ipos > opos */
71 while (rate->ipos <= (rate->opos >> 32)) {
73 rate->ipos++;
mixeng.c 292 uint32_t ipos; /* position in the input stream (integer) */ member in struct:rate
313 rate->ipos = 0;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 51 0, 1, 2, 3, /* starting point &ipos[0], 1st iter */
52 1, 2, 3, 0, /* starting point &ipos[4], 2nd iter */
53 2, 3, 0, 1, /* starting point &ipos[8], 3rd iter */
54 3, 0, 1, 2, /* starting point &ipos[12], 4th iter */
59 0, 1, 2, 3}; /* end point for 24 pulses &ipos[35], 4th iter */
147 Word16 ipos[NB_PULSE_MAX]; local
552 ipos[i] = tipos[j_temp + i];
568 ix = ind[0] = pos_max[ipos[0]];
569 iy = ind[1] = pos_max[ipos[1]];
573 s = rrixix[ipos[0]][i] << 13
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 45 int iPos = blocks[i].position;
46 if (iPos <= pos && pos < iPos + blocks[i].length)
389 int iPos = bb.position;
390 if (start <= iPos && iPos < end) {
  /external/wpa_supplicant/
driver_test.c 285 u8 ie[200], *ipos, *end; local
334 ipos = ie;
335 end = ipos + len;
336 while (ipos + 1 < end && ipos + 2 + ipos[1] <= end) {
337 len = 2 + ipos[1];
340 if (ipos[0] == RSN_INFO_ELEM) {
341 os_memcpy(res->rsn_ie, ipos, len);
343 } else if (ipos[0] == GENERIC_INFO_ELEM)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 85 const char *ipos = hex; local
89 a = hex2byte(ipos);
93 ipos += 2;
  /external/zlib/contrib/asm686/
match.S 85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
156 /* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
157 /* s->strstart - (IPos)MAX_DIST(s) : NIL; */
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_EditAudio.c     [all...]
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 4 ; IPos cur_match); // current match
43 ; IPos cur_match; // current match /
263 //;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
264 //;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/zlib/contrib/masmx64/
gvmat64.asm 3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 1231 double ipos; local
1244 ipos = 0.0;
1246 *output = cvt->buf[(int)ipos];
1247 ipos += cvt->rate_incr;
1258 ipos = 0.0;
1260 *output=((Uint16 *)cvt->buf)[(int)ipos];
1261 ipos += cvt->rate_incr;
1273 ipos = (double)cvt->len_cvt;
1275 ipos -= cvt->rate_incr;
1277 *output = cvt->buf[(int)ipos];
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 139 const char *ipos = hex; local
143 a = hex2byte(ipos);
147 ipos += 2;
  /external/zlib/contrib/amd64/
amd64-match.S 143 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
204 /* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
205 /* s->strstart - (IPos)MAX_DIST(s) : NIL; */
  /external/zlib/contrib/asm586/
match.S 79 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
125 /* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
126 /* s->strstart - (IPos)MAX_DIST(s) : NIL; */
  /external/zlib/contrib/masm686/
match.asm 98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 88 typedef unsigned IPos;
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */

Completed in 1057 milliseconds

1 2