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

1 2 3 4 5 6 7 8 91011>>

  /external/libopus/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
  /external/llvm/test/MC/Mips/
mips_gprel16.s 64 $tmp1:
65 .size testvar2, ($tmp1)-testvar2
elf-tls.s 79 $tmp1:
80 .size f2, ($tmp1)-f2
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
57 "lui %[tmp1], 0x4000 \n\t"
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
60 "lui %[tmp1], 0x1 \n\t"
61 "or %[tmp4], %[root], %[tmp1] \n\t"
65 "addiu %[tmp1], $0, 0x4000 \n\t"
66 "addu %[tmp1], %[tmp1], %[root] \n\t"
67 "sll %[tmp1], 14 \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
88 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
92 "usw %[tmp1], 0(%[ptr_j]) \n\t"
96 "lh %[tmp1], 8(%[pcoeftable_8]) \n\t"
100 "addu %[ptr_i], %[frfi], %[tmp1] \n\t"
104 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
108 "usw %[tmp1], 0(%[ptr_j]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
140 "ulw %[tmp1], 0(%[ptr_i]) \n\t
    [all...]
cross_correlation_neon.c 32 int32x4_t tmp1 = vmull_high_s16(seq1_16x8, seq2_16x8); local
36 int32x4_t tmp1 = vmull_s16(vget_high_s16(seq1_16x8), local
40 sum1 = vpadalq_s32(sum1, tmp1);
resample_by_2_internal.c 34 int32_t tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (int32_t)0x00007FFF)
111 tmp1 = 0x00007FFF
129 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
    [all...]
resample_fractional.c 151 int32_t tmp1 = 16384; local
156 tmp1 += coef * in1[0];
160 tmp1 += coef * in1[1];
164 tmp1 += coef * in1[2];
168 tmp1 += coef * in1[3];
172 tmp1 += coef * in1[4];
176 tmp1 += coef * in1[5];
180 tmp1 += coef * in1[6];
184 tmp1 += coef * in1[7];
188 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
122 tmp1 = pSpectrum[1];
126 tmp1 >>= scale;
130 *pSpectrum++ = tmp1;
  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
122 *c_Re = tmp1;
135 LONG tmp1, tmp2; local
139 "smlawb %0, %2, %4, %1;\n" /* tmp1 = a_Re * b_Re - a_Im * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
146 *c_Re = tmp1;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
170 *c_Re += tmp1;
184 LONG tmp1, tmp2; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 117 FIXP_DBL tmp1 = mySpec[1]; local
121 tmp1 = fMultDiv2(tmp1, factor);
125 tmp1 <<= shift;
129 *mySpec++ = tmp1;
147 FIXP_DBL tmp1 = mySpec[1]; local
151 tmp1 = fMultDiv2(tmp1, factor);
155 tmp1 >>= shift;
159 *mySpec++ = tmp1;
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32_PIC_relocations.s 18 # rtdyld-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
19 tmp1: label
20 .4byte foo-tmp1
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.c 45 int16x4_t tmp1, tmp2; local
52 tmp1 = vshrn_n_s32(a, 16);
55 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp1, factorv);
62 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1);
63 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3);
64 datav = vrev32_s16(tmp1);
69 tmp1 = vshrn_n_s32(a, 16);
71 vst1_lane_s16(data_ch1 + n, tmp1, 1)
    [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;
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 49 tmp1 = big.NewInt(0)
61 tmp1.Lsh(numer, 1).Add(tmp1, numer).Add(tmp1, accum)
62 big.DivModInt(tmp1, tmp2, tmp1, denom)
67 return tmp1.Int64()
72 accum.Add(accum, tmp1.Lsh(numer, 1))
73 accum.Mul(accum, tmp1.SetInt64(y2))
74 numer.Mul(numer, tmp1.SetInt64(k)
48 tmp1 = big.NewInt(0) var
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 49 tmp1 = big.NewInt(0)
61 tmp1.Lsh(numer, 1).Add(tmp1, numer).Add(tmp1, accum)
62 big.DivModInt(tmp1, tmp2, tmp1, denom)
67 return tmp1.Int64()
72 accum.Add(accum, tmp1.Lsh(numer, 1))
73 accum.Mul(accum, tmp1.SetInt64(y2))
74 numer.Mul(numer, tmp1.SetInt64(k)
48 tmp1 = big.NewInt(0) var
    [all...]
  /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...]
  /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...]
  /external/aac/libAACdec/src/
ldfiltbank.cpp 134 FIXP_DBL z0, z2, tmp0, tmp1; local
142 tmp1 = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
  /external/aac/libFDK/include/
fft.h 126 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
137 tmp1 = a20 - x[5]; /* Im A - Im B */
147 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
148 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 30 uint16x8_t tmp1, tmp2; local
41 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y)
48 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x
50 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x)
65 uint16x8_t tmp1, tmp2; local
76 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y)
83 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x
85 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 50 tmp1 .req r9 label
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
ARM-E_interpolate_loop_gnu.s 46 tmp1 .req r5 label
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [all...]
ARM-E_interpolate_noloop_gnu.s 50 tmp1 .req r8 label
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
56 tmp1 = sampleVal;
63 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 2097152) >>
65 tmp1++;
72 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 262144) >>
74 tmp1++;
81 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 65536) >>
83 tmp1++;
105 tmp1 = &sampleAr[len-1];
109 (*tmp3) = (*tmp1) + (*tmp2)
    [all...]

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8 91011>>