HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 51 - 75 of 277) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/src/common_audio/signal_processing/
resample.c 316 WebRtc_Word32 tmp1 = 16384; local
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8]
362 WebRtc_Word32 tmp1 = 16384; local
    [all...]
resample_fractional.c 153 WebRtc_Word32 tmp1 = 16384; local
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /external/valgrind/none/tests/s390x/
div.h 5 unsigned long tmp1 = d1_1; \
12 : "+d" (tmp1), "+d" (tmp2) \
15 printf(#insn " %16.16lX%16.16lX / %16.16lX = %16.16lX (rem %16.16lX)\n", d1_1, d1_2, d2, tmp2, tmp1); \
20 unsigned long tmp1 = d1_1; \
27 : "+d" (tmp1), "+d" (tmp2) \
30 printf(#insn " %16.16lX%16.16lX / %16.16lX = %16.16lX (rem %16.16lX)\n", d1_1, d1_2, d2, tmp2, tmp1); \
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 94 tmp1 = vars.vect2, local
110 v2.subtract(center, tmp1);
114 tmp1.subtract(tmp0, e0); // tri edge 0
115 tmp2.subtract(tmp1, e1); // tri edge 1
151 p1 = e0.y * tmp1.x - e0.x * tmp1.y;
189 p1 = e1.y * tmp1.x - e1.x * tmp1.y;
204 p1 = e2.z * tmp1.y - e2.y * tmp1.z
    [all...]
  /external/linux-tools-perf/src/lib/
rbtree.c 205 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; local
227 parent->rb_right = tmp1 = sibling->rb_left;
229 rb_set_parent_color(tmp1, parent, RB_BLACK);
233 sibling = tmp1;
235 tmp1 = sibling->rb_right;
236 if (!tmp1 || rb_is_black(tmp1)) {
278 sibling->rb_left = tmp1 = tmp2->rb_right;
281 if (tmp1)
282 rb_set_parent_color(tmp1, sibling
    [all...]
  /system/core/libutils/
LinearTransform.cpp 35 uint64_t tmp1, tmp2; local
52 // tmp1 = L32(val) * N (a 64 bit int)
54 // M = val * N = (tmp2 << 32) + tmp1
56 tmp1 = (val & UINT32_MAX) * N;
59 // tmp2 = tmp2 + U32(tmp1)
62 tmp2 += tmp1 >> 32;
78 // tmp1 = L32(val) * N
84 // compute tmp1 = (r | M[0, 31])
85 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 155 int32 tmp1 = xr[src_line]; local
159 Scratch_mem[freq ] = tmp1;
176 int32 tmp1 = xr[src_line]; local
180 Scratch_mem[freq ] = tmp1;
pvmp3_mdct_6.cpp 126 int32 tmp1; local
136 tmp1 = *(pt_vec++);
139 *(pt_vec_o++) = fxp_mul32_Q29(tmp1, *(pt_cos++));
pvmp3_get_scale_factors.cpp 196 int32 tmp1 = slen[(i>>1)][gr_info->scalefac_compress]; local
198 if (tmp1)
200 int32 tmp2 = tmp1 * tmp4;
202 tmp4 = 32 - tmp1;
203 for (; tmp2 > 0; tmp2 -= tmp1)
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 51 #define tmp1 x3 define
83 ands tmp1, count, #0xC0
98 ands tmp1, count, #0x30
100 add dst, dst, tmp1
207 mrs tmp1, dczid_el0
208 tbz tmp1, #4, 1f
219 mrs tmp1, dczid_el0
220 tbnz tmp1, #4, .Lnot_short
236 sub tmp1, count, tmp2
237 cmp tmp1, #6
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp1], (%[left]) \n\t"
40 "replv.qb %[tmp1], %[tmp1] \n\t"
57 "sw %[tmp1], (%[dst]) \n\t"
58 "sw %[tmp1], 4(%[dst]) \n\t"
59 "sw %[tmp1], 8(%[dst]) \n\t"
60 "sw %[tmp1], 12(%[dst]) \n\t"
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp1], (%[left]) \n\t"
40 "replv.qb %[tmp1], %[tmp1] \n\t"
57 "sw %[tmp1], (%[dst]) \n\t"
58 "sw %[tmp1], 4(%[dst]) \n\t"
59 "sw %[tmp1], 8(%[dst]) \n\t"
60 "sw %[tmp1], 12(%[dst]) \n\t"
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2)
    [all...]
  /external/libmpeg2/common/x86/
impeg2_inter_pred_sse42_intr.c 480 __m128i tmp0, tmp1; local
499 tmp1 = _mm_add_epi16(src_r1, src_r1_1); //Row 1 horizontal interpolation
500 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 0 vertical interpolation
519 tmp1 = _mm_add_epi16(tmp0, tmp1); //Row 1 vertical interpolation
520 tmp1 = _mm_add_epi16(tmp1, value_2);
521 tmp1 = _mm_srli_epi16(tmp1, 2);
522 tmp1 = _mm_packus_epi16(tmp1, value_2)
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 54 #define tmp1 x3 define
89 ands tmp1, count, #0x30
91 add dst, dst, tmp1
180 mrs tmp1, dczid_el0
181 tbz tmp1, #4, 1f
192 mrs tmp1, dczid_el0
193 tbnz tmp1, #4, .Lnot_short
209 sub tmp1, count, tmp2
210 cmp tmp1, #64
211 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 *
    [all...]
strncmp.S 53 #define tmp1 x8 define
69 eor tmp1, src1, src2
71 tst tmp1, #7
73 ands tmp1, src1, #7
88 sub tmp1, data1, zeroones
92 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
151 sub tmp1, tmp3, zeroones
153 bic has_nul, tmp1, tmp2
179 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
185 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). *
    [all...]
  /external/jpeg/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctfst.c 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
130 tmp1 = dataptr[1] + dataptr[6];
141 tmp11 = tmp1 + tmp2;
142 tmp12 = tmp1 - tmp2;
180 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
191 tmp11 = tmp1 + tmp2;
192 tmp12 = tmp1 - tmp2;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 454 Word16 tmp1;
488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2));
489 if (sub(cbGain, tmp1) > 0)
600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
601 inno[i] = add(inno[i], tmp1);
607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
608 inno[i] = add(inno[i], tmp1);
671 Word16 tmp1; local
740 tmp1 = pv_round(L_temp, pOverflow);
742 if (cbGain > tmp1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 54 tmp1 RN 7 label
157 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
160 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
176 LDRB tmp1, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
186 LDRB tmp1, [ptrA, width]
192 PKHBT tmp7, tmp3, tmp1, LSL #16
229 LDR tmp1, [sp, #0xd0] ;// y0
233 ADD tmp1, height, tmp1
    [all...]

Completed in 1078 milliseconds

1 23 4 5 6 7 8 91011>>