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

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 134 Word16 i, j, pos1, pos2, sign, tmp;
152 pos1 = add (i, j); // position of pulse "j"
164 cod[pos1] = sign;
174 if (sub (pos2, pos1) < 0)
212 Word16 i, j, pos1, pos2; local
231 pos1 = i + j; /* position of pulse "j" */
244 *(cod + pos1) = sign;
255 if (pos2 < pos1)
d8_31pf.cpp 566 Word16 pos1; local
589 pos1 = (linear_codewords[j] << 2) + j;
601 if (pos1 < L_SUBFR)
603 cod[pos1] = sign; /* avoid buffer overflow */
612 if (pos2 < pos1)
  /bionic/tests/
qsort_test.cpp 62 u_int32_t pos1, pos2; local
65 pos1 = arc4random_uniform(BUFFER_SIZE);
68 t = buf[pos1];
69 buf[pos1] = buf[pos2];
90 u_int32_t pos1, pos2; local
93 pos1 = arc4random_uniform(BUFFER_SIZE);
96 t = buf[pos1];
97 buf[pos1] = buf[pos2];
  /external/libvpx/libvpx/vpx_dsp/mips/
add_noise_msa.c 18 v16u8 pos0, pos1, ref0, ref1; local
34 pos1 = LD_UB(pos1_ptr);
37 pos1 = __msa_subsus_u_b(pos1, black_clamp);
39 pos1 = __msa_subsus_u_b(pos1, both_clamp);
41 pos1 = __msa_subsus_u_b(pos1, white_clamp);
44 pos1 += ref1;
45 ST_UB(pos1, pos1_ptr)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 120 int16 pos1; local
127 pos1 = ((index & mask) + offset);
133 pos1 += NB_POS;
135 pos[0] = pos1;
147 int16 pos1, pos2, tmp; local
154 /* pos1 = (((index >> N) & mask) + offset); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
164 pos1 += NB_POS; /* pos1 += NB_POS; *
    [all...]
  /external/freetype/src/truetype/
ttpload.c 199 FT_ULong pos1, pos2; local
204 pos1 = pos2 = 0;
213 pos1 = FT_NEXT_ULONG( p );
214 pos2 = pos1;
224 pos1 = FT_NEXT_USHORT( p );
225 pos2 = pos1;
230 pos1 <<= 1;
236 if ( pos1 > face->glyf_len )
242 pos1, gindex, face->glyf_len ));
279 if ( pos2 >= pos1 )
    [all...]
  /external/google-breakpad/src/common/linux/
linux_libc_support.cc 199 size_t pos1 = 0; local
203 if (pos1 + 1 < len) {
204 s1[pos1] = s2[pos2];
205 pos1++;
210 s1[pos1] = '\0';
216 size_t pos1 = 0; local
218 while (pos1 < len && s1[pos1] != '\0')
219 pos1++;
221 if (pos1 == len
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uciter8.c 51 int32_t i, pos1, pos2, middle, length; local
65 pos1=iter1->move(iter1, middle, UITER_ZERO);
66 if(pos1!=middle) {
67 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
106 pos1=iter1->move(iter1, 0, UITER_START);
107 if(pos1<0) {
145 pos1=iter1->move(iter1, middle, UITER_ZERO);
146 if(pos1!=middle) {
147 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
158 pos1=iter1->move(iter1, 1, UITER_ZERO)
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 185 FT_ULong pos1, pos2; local
190 pos1 = pos2 = 0;
199 pos1 = FT_NEXT_ULONG( p );
200 pos2 = pos1;
210 pos1 = FT_NEXT_USHORT( p );
211 pos2 = pos1;
216 pos1 <<= 1;
222 if ( pos1 > face->glyf_len )
227 pos1, gindex, face->glyf_len ));
249 if ( pos2 >= pos1 )
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatAPI.java 106 FieldPosition pos1 = new FieldPosition(0); local
109 res1 = fr.format(d, res1, pos1);
IntlTestSimpleDateFormatAPI.java 81 FieldPosition pos1 = new FieldPosition(0); local
84 res1 = def.format(d, res1, pos1);
IntlTestNumberFormatAPI.java 90 FieldPosition pos1 = new FieldPosition(0); local
101 res3 = cur_fr.format(d, res3, pos1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 80 FieldPosition pos1 = new FieldPosition(0); local
83 res1 = def.format(d, res1, pos1);
IntlTestDateFormatAPI.java 105 FieldPosition pos1 = new FieldPosition(0); local
108 res1 = fr.format(d, res1, pos1);
IntlTestNumberFormatAPI.java 89 FieldPosition pos1 = new FieldPosition(0); local
100 res3 = cur_fr.format(d, res3, pos1);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 73 float *pos1 = v1->data[pos]; local
95 pos1[1] = pos1[1] + half_width - bias;
102 pos1[0] -= 0.5f;
109 pos1[0] += 0.5f;
118 pos1[0] = pos1[0] + half_width + bias;
125 pos1[1] -= 0.5f;
132 pos1[1] += 0.5f;
draw_pipe_stipple.c 127 const float *pos1 = v1->data[pos]; local
132 float x1 = pos1[0];
134 float y1 = pos1[1];
draw_pipe_wide_point.c 142 float *pos1 = v1->data[pos]; local
163 pos1[0] += left_adj;
164 pos1[1] += bot_adj;
  /art/compiler/utils/
intrusive_forward_list_test.cc 762 auto pos1 = list1.before_begin(); local
764 pos1 = list1.insert_after(pos1, storage[idx]);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 708 static const float pos1[1][2] = { local
758 positions = pos1;
  /external/skia/gm/
pictureimagegenerator.cpp 70 const SkScalar pos1[] = { 0, 0.75f }; local
72 SkASSERT(SK_ARRAY_COUNT(pos1) == SK_ARRAY_COUNT(colors1));
73 paint.setShader(SkGradientShader::MakeLinear(pts1, colors1, pos1, SK_ARRAY_COUNT(pos1),
  /external/webp/src/enc/
syntax_enc.c 269 uint64_t pos1, pos2, pos3; local
271 pos1 = VP8BitWriterPos(bw);
293 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 212 int k, n, j, pos1, pos2; local
247 for (pos1 = 0; pos1 < QLOOKAHEAD; pos1++)
248 maskdata->DataBufferLo[pos1 + WINLEN - QLOOKAHEAD] = inLo[pos1];
253 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
254 maskdata->DataBufferLo[pos1] = maskdata->DataBufferLo[pos1 + UPDATE/2]
393 int frameCntr, activeFrameCntr, n, pos1, pos2; local
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc 1297 char* pos1 = strchr(deviceName, ':'); local
    [all...]
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 46 std::string::size_type pos1 = 0; local
56 sscanf (aid.substr(pos1).c_str(), "%x", &num);
63 sscanf (aid.substr(pos1, pos2-pos1+1).c_str(), "%x", &num);
66 pos1 = pos2 + 1;
67 pos2 = aid.find_first_of (delimiter, pos1);

Completed in 902 milliseconds

1 2 3 4