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

1 2 3

  /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;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
s10_8pf.cpp 137 ipos[] = starting position of each pulse (Word16)
161 search_10and8i40 (10,5,5,dn, rr, ipos, pos_max, codvec); for GSMEFR
162 search_10and8i40 (8, 4,4,dn, rr, ipos, pos_max, codvec); for 10.2
184 Word16 ipos[], // i : starting position for each pulse
208 i0 = pos_max[ipos[0]];
225 i1 = pos_max[ipos[1]];
235 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
247 ia = ipos[2];
248 ib = ipos[3];
250 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...]
  /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...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
mistream.cpp 82 copy_n (ipos(), n, reinterpret_cast<value_type*>(buffer));
89 const_iterator zp = find (ipos(), end(), string::c_Terminator);
91 zp = ipos();
92 const size_type strl = distance (ipos(), zp);
94 copy (ipos(), zp, str.begin());
111 os.write (ipos(), remaining());
117 os.write (ipos(), remaining());
182 fill_n (ipos(), nb, '\x0');
194 copy_n (const_iterator(buffer), n, ipos());
sistream.cpp 87 str_to_num<T> (ipos(), &ilast, m_Base, v);
89 skip (distance (ipos(), ilast));
108 v = *utf8in (ipos());
193 if (!s.empty() && pos() > 0 && ipos()[-1] == delim)
mostream.h 64 inline iterator ipos (void) { return (begin() + pos()); } function in class:ustl::ostream
65 inline const_iterator ipos (void) const { return (begin() + pos()); } function in class:ustl::ostream
217 *reinterpret_cast<T*>(ipos()) = v;
  /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;
  /dalvik/libcore/math/src/main/java/java/math/
Logical.java 133 int iPos = positive.getFirstNonzeroDigit();
144 // Must start from max(iPos, iNeg)
145 int i = Math.max(iPos, iNeg);
278 int iPos = positive.getFirstNonzeroDigit();
288 int i = iPos;
316 int iPos = positive.getFirstNonzeroDigit();
324 if (iPos > iNeg) {
326 limit = Math.min(negative.numberLength, iPos);
333 for (i = iPos; i < positive.numberLength; i++) {
531 int iPos = positive.getFirstNonzeroDigit()
    [all...]
  /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/opencore/fileformats/rawgsmamr/parser/src/
amrfileparser.cpp 116 iPos = bitstreamObject::MAIN_BUFF_SIZE + bitstreamObject::SECOND_BUFF_SIZE;
123 PVMF_AMRPARSER_LOGDEBUG((0, "Refill In ipos=%d, iBytesRead=%d, iBytesProcessed=%d, iActualSize=%d, iFileSize=%d", iPos, iBytesRead, iBytesProcessed, iActual_size, iFileSize));
170 // first-time read, set the initial value of iPos
171 iPos = bitstreamObject::SECOND_BUFF_SIZE;
175 else if (iPos == bitstreamObject::MAIN_BUFF_SIZE + bitstreamObject::SECOND_BUFF_SIZE)
177 // reset iPos and refill from the beginning of the buffer.
178 iPos = bitstreamObject::SECOND_BUFF_SIZE;
181 else if (iPos >= iActual_size)
185 if (iActual_size + bitstreamObject::SECOND_BUFF_SIZE > iPos)
    [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 71 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
142 /* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
143 /* s->strstart - (IPos)MAX_DIST(s) : NIL; */
  /external/zlib/contrib/masmx64/
gvmat64.asm 3 ; IPos cur_match); /* current match */
38 ; IPos cur_match; /* current match */
243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; 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/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 52 iPos = AACBitstreamObject::MAIN_BUFF_SIZE;
93 // first-time read, set the initial value of iPos
94 iPos = AACBitstreamObject::MAIN_BUFF_SIZE;
97 int32 remain_bytes = AACBitstreamObject::MAIN_BUFF_SIZE - iPos;
101 oscl_memcpy(&iBuffer[0], &iBuffer[iPos], remain_bytes);
112 iPos = 0;
123 if (iFileSize == 0 || iPos + 4 >= iActual_size)
133 while (!(iBuffer[iPos] == 0xff &&
134 (iBuffer[iPos+1] & 0xf0) == 0xf0 &&
135 iBuffer[iPos+1] == iAACHeaderBuffer[1] &
    [all...]
  /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; */

Completed in 170 milliseconds

1 2 3