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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
vla-3.c 9 char tmp2[size+16]; local
  /external/libopus/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
62 state[ i + 1 ] = tmp2;
63 C[ i + 1 ] += state[ 0 ] * tmp2;
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
62 "movz %[value], %[tmp3], %[tmp2] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
68 "slt %[tmp2], %[value], %[tmp1] \n\t"
71 "movz %[value], %[tmp3], %[tmp2] \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
77 "slt %[tmp2], %[value], %[tmp1] \n\t"
80 "movz %[value], %[tmp3], %[tmp2] \n\t"
81 "movz %[root], %[tmp4], %[tmp2] \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
89 "ulw %[tmp2], 0(%[ptr_j]) \n\t"
93 "usw %[tmp2], 0(%[ptr_i]) \n\t"
97 "lh %[tmp2], 10(%[pcoeftable_8]) \n\t"
101 "addu %[ptr_j], %[frfi], %[tmp2] \n\t"
105 "ulw %[tmp2], 0(%[ptr_j]) \n\t"
109 "usw %[tmp2], 0(%[ptr_i]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
141 "ulw %[tmp2], 0(%[ptr_j]) \n\t
    [all...]
resample_fractional.c 152 int32_t tmp2 = 16384; local
157 tmp2 += coef * in2[-0];
161 tmp2 += coef * in2[-1];
165 tmp2 += coef * in2[-2];
169 tmp2 += coef * in2[-3];
173 tmp2 += coef * in2[-4];
177 tmp2 += coef * in2[-5];
181 tmp2 += coef * in2[-6];
185 tmp2 += coef * in2[-7];
189 *out2 = tmp2 + coef * in2[-8]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel_inline.h 31 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
33 tmp = (tmp2 >> 1) - tmp;
40 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
42 tmp = (tmp >> 2) - tmp2;
51 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
55 rsbs tmp, tmp, tmp2, asr #1 ; local
63 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
67 rsbs tmp, tmp2, tmp, asr #2 ; local
77 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
84 : "r"(tmp2)
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
123 tmp2 = pSpectrum[2];
127 tmp2 >>= scale;
131 *pSpectrum++ = tmp2;
  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
123 *c_Im = tmp2;
135 LONG tmp1, tmp2; local
141 "smlawb %1, %3, %4, %1;\n" /* tmp2 = a_Im * b_Re + a_Re * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
147 *c_Im = tmp2;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
171 *c_Im += tmp2;
184 LONG tmp1, tmp2; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 118 FIXP_DBL tmp2 = mySpec[2]; local
122 tmp2 = fMultDiv2(tmp2, factor);
126 tmp2 <<= shift;
130 *mySpec++ = tmp2;
148 FIXP_DBL tmp2 = mySpec[2]; local
152 tmp2 = fMultDiv2(tmp2, factor);
156 tmp2 >>= shift;
160 *mySpec++ = tmp2;
    [all...]
  /external/compiler-rt/test/tsan/
simple_stack2.cc 12 int tmp2 = tmp; local
13 (void)tmp2;
19 int tmp2 = tmp; local
20 (void)tmp2;
25 int tmp2 = tmp; local
26 (void)tmp2;
  /external/fsck_msdos/
boot.c 197 char tmp2[16]; local
198 snprintf(tmp2, sizeof(tmp2), "%.2x ", block[11 + i]);
199 strcat(tmp, tmp2);
206 char tmp2[16]; local
207 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
208 strcat(tmp, tmp2);
  /external/llvm/test/MC/Mips/
elf-tls.s 115 $tmp2:
116 .size f3, ($tmp2)-f3
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.c 45 int16x4_t tmp1, tmp2; local
84 tmp2 = vshrn_n_s32(a, 16);
86 vst1_lane_s16(data_ch1 + n + 1, tmp2, 1);
87 vst1_lane_s16(data_ch2 + n + 1, tmp2, 3);
91 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp2, factorv);
94 tmp2 = vld1_lane_s16(data_ch1 + n + 3, tmp2, 1);
95 tmp2 = vld1_lane_s16(data_ch2 + n + 3, tmp2, 3);
96 datav = vrev32_s16(tmp2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gmed_n.cpp 134 Word16 tmp2[NMAX];
138 tmp2[i] = ind[i];
146 if (sub (tmp2[j], max) >= 0)
148 max = tmp2[j];
152 tmp2[ix] = -32768;
192 Word16 tmp2[NMAX]; local
196 *(tmp2 + i) = *(ind + i);
204 if (*(tmp2 + j) >= max)
206 max = *(tmp2 + j);
210 *(tmp2 + ix) = -32768
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 156 int32 tmp2 = xr[src_line+(sfb_lines)]; local
160 Scratch_mem[freq+1] = tmp2;
177 int32 tmp2 = xr[src_line+(sfb_lines)]; local
181 Scratch_mem[freq+1] = tmp2;
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 53 #define tmp2 x4 define
138 neg tmp2, dst
139 ands tmp2, tmp2, #15
144 sub count, count, tmp2
146 add dst, dst, tmp2
188 neg tmp2, dst
189 ands tmp2, tmp2, #15
191 sub count, count, tmp2
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 56 #define tmp2 x4 define
128 neg tmp2, dst
129 ands tmp2, tmp2, #15
134 sub count, count, tmp2
136 add dst, dst, tmp2
161 neg tmp2, dst
162 ands tmp2, tmp2, #15
164 sub count, count, tmp2
    [all...]
  /external/libopus/silk/fixed/
residual_energy16_FIX.c 45 opus_int32 c_max, w_max, tmp, tmp2, nrg; local
81 tmp2 = 0;
89 tmp2 = silk_SMLAWB( tmp2, tmp, cn[ i ] );
91 nrg = silk_ADD_LSHIFT32( nrg, tmp2, lshifts ); /* Q: -lshifts - 1 */
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vs.c 121 struct pipe_shader_state tmp2 = *templ; local
122 tmp2.tokens = vs->base.tokens;
123 vs->draw_shader = draw_create_vertex_shader(svga->swtnl.draw, &tmp2);
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 30 uint16x8_t tmp1, tmp2; local
42 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
49 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x
51 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x)
65 uint16x8_t tmp1, tmp2; local
77 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
84 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x
86 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 51 tmp2 .req r10 label
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
107 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
    [all...]
ARM-E_interpolate_loop_gnu.s 47 tmp2 .req r6 label
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
116 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
117 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
ARM-E_interpolate_noloop_gnu.s 51 tmp2 .req r9 label
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
108 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
109 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
57 tmp2 = &idxVec[len-1];
63 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 2097152) >>
66 tmp2--;
72 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 262144) >>
75 tmp2--;
81 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 65536) >>
84 tmp2--;
106 tmp2 = &sampleAr[2*len-1];
109 (*tmp3) = (*tmp1) + (*tmp2);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; local
47 SHA1_MAC_LEN, tmp2))
49 os_memcpy(tmp, tmp2, SHA1_MAC_LEN);
51 digest[j] ^= tmp2[j];

Completed in 1673 milliseconds

1 2 3 4 5 6 7 8 91011>>