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

1 2 3 4 5

  /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)
  /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...]
  /external/aac/libAACdec/src/
usacdec_ace_d4t64.cpp 153 SHORT pos1; local
160 pos1 = (SHORT)((index & mask) + offset);
163 pos1 += 16;
165 pos[0] = pos1;
185 SHORT pos1, pos2; local
191 pos1 = (SHORT)(((index >> N) & mask) + offset);
194 if ((pos2 - pos1) < 0) {
196 pos1 += 16;
202 pos1 += 16;
206 pos[0] = pos1;
    [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 ));
256 pos2 - pos1, gindex, face->glyf_len - 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 55 int32_t i, pos1, pos2, middle, length; local
69 pos1=iter1->move(iter1, middle, UITER_ZERO);
70 if(pos1!=middle) {
71 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
110 pos1=iter1->move(iter1, 0, UITER_START);
111 if(pos1<0) {
149 pos1=iter1->move(iter1, middle, UITER_ZERO);
150 if(pos1!=middle) {
151 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
162 pos1=iter1->move(iter1, 1, UITER_ZERO)
    [all...]
  /external/honggfuzz/libhfuzz/
instrument.c 193 register size_t pos1 = (uintptr_t)__builtin_return_address(0) << 12; local
195 register size_t pos = (pos1 | pos2) & _HF_PERF_BITMAP_BITSZ_MASK;
205 register size_t pos1 = (uintptr_t)__builtin_return_address(0) << 12; local
207 register size_t pos = (pos1 | pos2) & _HF_PERF_BITMAP_BITSZ_MASK;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatAPI.java 112 FieldPosition pos1 = new FieldPosition(0); local
115 res1 = fr.format(d, res1, pos1);
IntlTestSimpleDateFormatAPI.java 87 FieldPosition pos1 = new FieldPosition(0); local
90 res1 = def.format(d, res1, pos1);
IntlTestNumberFormatAPI.java 96 FieldPosition pos1 = new FieldPosition(0); local
107 res3 = cur_fr.format(d, res3, pos1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 84 FieldPosition pos1 = new FieldPosition(0); local
87 res1 = def.format(d, res1, pos1);
IntlTestDateFormatAPI.java 109 FieldPosition pos1 = new FieldPosition(0); local
112 res1 = fr.format(d, res1, pos1);
IntlTestNumberFormatAPI.java 93 FieldPosition pos1 = new FieldPosition(0); local
104 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/skqp/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);
294 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
299 (void)pos1;
  /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...]

Completed in 1075 milliseconds

1 2 3 4 5