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

12 3

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
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) */
c2_9pf.cpp 481 Word16 track1, ipos[NB_PULSE];
497 ipos[0] = startPos[subNr*2+8*track1];
498 ipos[1] = startPos[subNr*2+1+8*track1];
505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) {
516 ix = ipos[1];
521 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" *
525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) {
599 Word16 ipos[NB_PULSE]; local
634 *ipos = *(startPos + i);
635 *(ipos + 1) = *(startPos + i + 1)
    [all...]
c1035pf.cpp 601 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE];
606 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP);
610 dn, rr, ipos, pos_max, codvec);
657 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE]; local
662 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow);
666 dn, rr, ipos, pos_max, codvec, pOverflow);
c8_31pf.cpp 758 Word16 ipos[NB_PULSE]; local
786 ipos,
804 ipos,
s10_8pf.h 116 Word16 ipos[], /* i : starting position for each pulse */
set_sign.h 116 Word16 ipos[], /* o : starting position for each pulse */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
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) */
c2_9pf.cpp 481 Word16 track1, ipos[NB_PULSE];
497 ipos[0] = startPos[subNr*2+8*track1];
498 ipos[1] = startPos[subNr*2+1+8*track1];
505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) {
516 ix = ipos[1];
521 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" *
525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) {
599 Word16 ipos[NB_PULSE]; local
634 *ipos = *(startPos + i);
635 *(ipos + 1) = *(startPos + i + 1)
    [all...]
c1035pf.cpp 602 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE];
607 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP);
611 dn, rr, ipos, pos_max, codvec);
658 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE]; local
663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow);
667 dn, rr, ipos, pos_max, codvec, pOverflow);
c8_31pf.cpp 758 Word16 ipos[NB_PULSE]; local
786 ipos,
804 ipos,
s10_8pf.h 116 Word16 ipos[], /* i : starting position for each pulse */
set_sign.h 116 Word16 ipos[], /* o : starting position for each pulse */
  /external/opencore/fileformats/rawgsmamr/parser/include/
amrfileparser.h 259 iPos -= offset;
288 iPos = bitstreamObject::MAIN_BUFF_SIZE + bitstreamObject::SECOND_BUFF_SIZE;
324 int32 iPos; // pointer for iBuffer[]
  /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 */
deflate.c 89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
    [all...]
  /external/wpa_supplicant/
common.c 93 const char *ipos = hex; local
97 a = hex2byte(ipos);
101 ipos += 2;
x509v3.c 86 char *ipos, *opos; local
89 ipos = opos = a;
91 while (*ipos) {
92 if (remove_whitespace && x509_whitespace(*ipos))
93 ipos++;
95 remove_whitespace = x509_whitespace(*ipos);
96 *opos++ = *ipos++;
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 804 int nWritten, ipos; local
817 ipos = inode->i_size;
819 ipos = *pos;
830 n, obj->objectId, ipos));
833 nWritten = yaffs_WriteDataToFile(obj, buf, ipos, n, 0);
837 n, nWritten, ipos));
839 ipos += nWritten;
840 *pos = ipos;
841 if (ipos > inode->i_size) {
842 inode->i_size = ipos;
    [all...]
  /external/zlib/
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 */
deflate.c 89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sostream.cpp 129 rv = vsnprintf (ipos(), space, fmt, args2);
mistream.h 84 inline const_iterator ipos (void) const { return (begin() + pos()); } function in class:ustl::istream
236 v = *reinterpret_cast<const T*>(ipos());
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c 86 char *ipos, *opos; local
89 ipos = opos = a;
91 while (*ipos) {
92 if (remove_whitespace && x509_whitespace(*ipos))
93 ipos++;
95 remove_whitespace = x509_whitespace(*ipos);
96 *opos++ = *ipos++;
    [all...]
  /external/opencore/fileformats/rawaac/parser/include/
aacfileparser.h 402 iPos = AACBitstreamObject::MAIN_BUFF_SIZE;
419 int32 iPos; // pointer for buffer[]
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so 

Completed in 570 milliseconds

12 3