HomeSort by relevance Sort by last modified time
    Searched refs:pos2 (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 853 int j, k, n, pos, pos2, posg, poss, offsg, offss, offs2; local
912 pos2 = offs2;
914 sum += tmpcoeffs_g[pos++] * WebRtcIsac_kKltT1Gain[pos2++];
923 pos2 = offs2;
925 sum += tmpcoeffs_s[pos++] * WebRtcIsac_kKltT1Shape[pos2++];
944 pos2 = j;
946 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2];
948 pos2 += SUBFRAMES;
957 pos2 = j;
959 sum += tmpcoeffs2_s[pos] * WebRtcIsac_kKltT2Shape[pos2];
1004 int j, k, n, pos, pos2, poss, offss, offs2; local
1242 int j, k, n, pos, pos2, posg, offsg, offs2; local
1874 int j, k, n, pos, pos2, posg, offsg, offs2; local
    [all...]
lpc_analysis.c 212 int k, n, j, pos1, pos2; local
259 pos2 = k * UPDATE/2;
261 maskdata->DataBufferLo[pos1] = inLo[QLOOKAHEAD + pos2];
262 maskdata->DataBufferHi[pos1] = inHi[pos2++];
393 int frameCntr, activeFrameCntr, n, pos1, pos2; local
428 pos2 = frameCntr * UPDATE/2;
429 for(n = 0; n < UPDATE/2; n++, pos1++, pos2++)
431 maskdata->DataBufferLo[pos1] = inSignal[pos2];
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 179 char *pos2 = (char*)internal_strchr(pos, ':'); local
180 if (pos2) {
181 res->file = (char*)internal_alloc(MBlockReportStack, pos2 - pos - 1 + 1);
182 internal_memcpy(res->file, pos + 1, pos2 - pos - 1);
183 res->file[pos2 - pos - 1] = 0;
184 res->line = atoi(pos2 + 1);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 147 int16 pos1, pos2, tmp; local
158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); */
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
168 pos2 += NB_POS; /* pos2 += NB_POS; */
176 pos2 += NB_POS; /* pos2 += NB_POS; */
181 pos[1] = pos2;
    [all...]
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 60 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
61 mergeTree->join<TreeIteratorBase::Rightward>(pos2,1);
62 --pos2;
63 mergeTree->join<TreeIteratorBase::Rightward>(pos2,1);
64 mergeTree->join<TreeIteratorBase::Leftward>(pos2,1);
103 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
104 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
116 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
118 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
  /external/oprofile/daemon/liblegacy/
opd_proc.c 89 struct list_head * pos, *pos2; local
92 list_for_each_safe(pos, pos2, &opd_procs[hash]) {
344 struct list_head * pos2; local
348 list_for_each_safe(pos, pos2, &opd_procs[i]) {
416 struct list_head * pos, * pos2; local
418 list_for_each_safe(pos, pos2, &proc->maps) {
opd_mapping.c 57 struct list_head * pos, * pos2; local
59 list_for_each_safe(pos, pos2, &proc->maps) {
opd_image.c 82 struct list_head * pos2; local
86 list_for_each_safe(pos, pos2, &opd_images[i]) {
opd_sample_files.c 39 struct list_head * pos2; local
48 list_for_each_safe(pos, pos2, &lru_list) {
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 736 char *pos, *pos2; local
744 pos2 = os_strstr(pos, "</Base64>");
745 if (pos2 == NULL)
747 *pos2 = '\0';
751 *pos2 = '<';
849 char *buf, *start, *end, *pos, *pos2, *payload; local
982 pos2 = os_strstr(pos, "</XML>");
983 if (pos2 == NULL) {
988 xmlend = pos2;
1031 char *pos, *pos2; local
    [all...]
  /external/oprofile/daemon/
opd_anon.c 51 struct list_head * pos2; local
54 list_for_each_safe(pos, pos2, &lru) {
83 struct list_head * pos2; local
88 list_for_each_safe(pos, pos2, &hashes[hash]) {
opd_kernel.c 115 struct list_head * pos2; local
118 list_for_each_safe(pos, pos2, &modules) {
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 154 char buf[2000], *pos, *pos2; local
172 pos2 = os_strchr(pos, '=');
173 if (pos2 == NULL) {
180 *pos2++ = '\0';
181 if (*pos2 == '"') {
182 if (os_strchr(pos2 + 1, '"') == NULL) {
184 "quotation '%s'.", *line, pos2);
190 if (wpa_config_set(ssid, pos, pos2, *line) < 0)
215 char buf[256], *pos, *pos2; local
229 pos2 = os_strchr(pos, '=')
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
166 pos2 = MSIZE - 2;
172 p0 = &rrixiy[pos2];
197 pos2--;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
markselection.js 38 function cmp(pos1, pos2) {
39 return pos1.line - pos2.line || pos1.ch - pos2.ch;
  /external/oprofile/opjitconv/
opjitconv.c 106 struct list_head * pos1, * pos2; local
107 list_for_each_safe(pos1, pos2, list) {
441 struct list_head * pos1, * pos2; local
442 list_for_each_safe(pos1, pos2, anon_dirs) {
483 struct list_head * pos1, * pos2; local
555 list_for_each_safe(pos1, pos2, &jd_fnames) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 59 float[] pos2 = { 1f, 2f }; local
61 assertFalse(mPathMeasure.getPosTan(distance, pos2, tan2));
  /external/oprofile/libop/
op_alloc_counter.c 89 struct list_head * pos, * pos2; local
90 list_for_each_safe(pos, pos2, &ctr_arc[i].next) {
  /external/chromium_org/v8/src/
liveedit.h 167 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
  /external/v8/src/
liveedit.h 163 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
  /external/chromium_org/media/audio/linux/
alsa_util.cc 56 size_t pos2 = device_name.find(','); local
57 control_name = (pos2 == std::string::npos) ?
59 kMixerPrefix + device_name.substr(pos1, pos2 - pos1);
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 34 std::wstring::size_type pos2 = string->find_last_not_of(L'"'); local
36 if (std::wstring::npos == pos1 || std::wstring::npos == pos2)
39 (*string) = string->substr(pos1, pos2 + 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 139 float *pos2 = v2->data[pos]; local
162 pos2[0] += right_adj;
163 pos2[1] += top_adj;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 139 float *pos2 = v2->data[pos]; local
162 pos2[0] += right_adj;
163 pos2[1] += top_adj;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 51 pos2 = f.tell()
52 self.assertEqual(pos2, 2)
54 f.setpos(pos2)

Completed in 1313 milliseconds

12 3 4 5 6