HomeSort by relevance Sort by last modified time
    Searched full:tmp32 (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 152 int32 tmp32; local
169 tmp32 = *ref++;
171 tmp32 |= (tmp8 << 8);
173 tmp32 |= (tmp8 << 16);
175 tmp32 |= (tmp8 << 24);
176 *((uint32*)(dst += 4)) = tmp32;
232 tmp32 = a + f - 5 * (b + e) + 20 * (c + d);
233 *dst_16++ = tmp32;
234 tmp32 = (tmp32 + 16) >> 5
462 int32 tmp32; local
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
lpc_to_refl_coef.c 25 WebRtc_Word32 tmp32[SPL_LPC_TO_REFL_COEF_MAX_AR_MODEL_ORDER]; local
42 tmp32[k] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)a16[k], 16)
45 tmp32[k] = WebRtcSpl_DivW32W16(tmp32[k], tmp_inv_denom16); //Q28/Q15 = Q13
50 a16[k] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32[k], 1); //Q13>>1 => Q12
53 tmp32[m] = WEBRTC_SPL_SAT(8191, tmp32[m], -8191);
54 k16[m - 1] = (WebRtc_Word16)WEBRTC_SPL_LSHIFT_W32(tmp32[m], 2); //Q13<<2 => Q15
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 70 WebRtc_Word32 tmp32, tmp32no1, tmp32no2, numFIX, den, y32; local
143 tmp32 = WEBRTC_SPL_MUL_16_U16(tmp16, kLog10_2) + 1; // Q14
144 inLevel = WebRtcSpl_DivW32W16(tmp32, kCompRatio); // Q14
216 tmp32 = WEBRTC_SPL_MUL_16_U16(i - 1, kLog10_2); // Q14
217 tmp32 -= WEBRTC_SPL_LSHIFT_W32(limiterLvl, 14); // Q14
218 y32 = WebRtcSpl_DivW32W16(tmp32 + 10, 20);
222 tmp32 = WEBRTC_SPL_MUL(y32 >> 1, kLog10) + 4096; // in Q27
223 tmp32 = WEBRTC_SPL_RSHIFT_W32(tmp32, 13); // in Q14
226 tmp32 = WEBRTC_SPL_MUL(y32, kLog10) + 8192; // in Q2
311 WebRtc_Word32 out_tmp, tmp32; local
668 WebRtc_Word32 out, nrg, tmp32, tmp32b; local
    [all...]
analog_agc.c 116 WebRtc_Word32 nrg, max_nrg, sample, tmp32; local
209 tmp32 = WEBRTC_SPL_MUL_16_16(GAIN_TBL_LEN - 1, tmp16);
211 targetGainIdx = (WebRtc_UWord16)WEBRTC_SPL_DIV(tmp32, tmp16);
231 tmp32 = WEBRTC_SPL_MUL_16_U16(in_mic[i], gain);
232 sample = WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
247 tmp32 = WEBRTC_SPL_MUL_16_U16(in_mic_H[i], gain);
248 sample = WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
618 WebRtc_Word32 tmp32 = 0; local
624 tmp32 += env[i];
630 if (tmp32 < 500
685 WebRtc_Word32 tmp32; local
763 WebRtc_Word32 Rxx16w32, tmp32; local
1529 WebRtc_Word32 max_add, tmp32; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 31 multiplication between t32 and tmp32, done in two ways:
32 1) Using (WebRtc_Word32) (((float)(tmp32))*((float)(tmp32b))/65536.0);
112 WebRtc_Word32 tmp32, tmp32b; local
161 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT15(sthQ15[i-1], stateGQ15[i-1]);//Q15*Q15>>15 = Q15
162 tmp32b= fQtmp + tmp32; //Q15+Q15=Q15
163 tmp32 = inv_cthQ16[i-1]; //Q16
164 t16a = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32, 16);
165 t16b = (WebRtc_Word16) (tmp32-WEBRTC_SPL_LSHIFT_W32(((WebRtc_Word32)t16a), 16));
167 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
168 fQtmp = tmp32; // Q1
227 WebRtc_Word32 tmp32; local
    [all...]
lattice_c.c 34 int32_t tmp32 = 0; local
39 tmp32 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(cth_Q15[k], tmpAR))
43 tmpAR = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32);
  /external/llvm/test/CodeGen/PowerPC/
int-fp-conv-1.ll 10 %tmp32 = add i64 %tmp282930, 0 ; <i64> [#uses=1]
11 ret i64 %tmp32
itofp128.ll 12 %tmp32 = add i128 %tmp282930, 0 ; <i128> [#uses=1]
13 ret i128 %tmp32
  /external/webrtc/src/common_audio/vad/
vad_gmm.c 35 int32_t tmp32; local
40 tmp32 = (int32_t) 131072 + (int32_t) (std >> 1);
41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std);
59 // Calculate the exponent |tmp32| = (x - m)^2 / (2 * s^2), in Q10. Replacing
62 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT(*delta, tmp16, 9);
66 // ~= exp2(-log2(exp(1)) * |tmp32|).
67 if (tmp32 < kCompVar) {
68 // Calculate |tmp16| = log2(exp(1)) * |tmp32|, in Q10.
70 tmp16 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(kLog2Exp, (int16_t) tmp32, 12);
76 // Get |exp_value| = exp(-|tmp32|) in Q10
    [all...]
vad_filterbank.c 43 int32_t tmp32 = 0; local
56 tmp32 = (int32_t) WEBRTC_SPL_MUL_16_16(kHpZeroCoefs[0], (*in_ptr));
57 tmp32 += (int32_t) WEBRTC_SPL_MUL_16_16(kHpZeroCoefs[1], filter_state[0]);
58 tmp32 += (int32_t) WEBRTC_SPL_MUL_16_16(kHpZeroCoefs[2],
64 tmp32 -= (int32_t) WEBRTC_SPL_MUL_16_16(kHpPoleCoefs[1],
66 tmp32 -= (int32_t) WEBRTC_SPL_MUL_16_16(kHpPoleCoefs[2], filter_state[3]);
68 filter_state[2] = (int16_t) WEBRTC_SPL_RSHIFT_W32 (tmp32, 14);
86 int32_t tmp32 = 0, in32 = 0; local
90 tmp32 = state32 + WEBRTC_SPL_MUL_16_16(filter_coefficients, (*in_vector));
91 tmp16 = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32, 16)
    [all...]
vad_sp.c 68 int32_t tmp32 = 0; local
175 tmp32 = WEBRTC_SPL_MUL_16_16(alpha + 1, self->mean_value[channel]);
176 tmp32 += WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_WORD16_MAX - alpha, current_median);
177 tmp32 += 16384;
178 self->mean_value[channel] = (int16_t) (tmp32 >> 15);
  /external/llvm/test/Analysis/BasicAA/
2010-09-15-GEP-SignedArithmetic.ll 10 %tmp32 = add i32 %tmp31, 30
11 %t.5 = getelementptr i32* %tab, i32 %tmp32
  /external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c 50 opus_int32 tmp32; local
82 tmp32 = silk_LSHIFT32( gains[ i ], lz2 );
85 tmp32 = silk_SMMUL( tmp32, tmp32 ); /* Q( 2 * lz2 - 32 )*/
88 nrgs[ i ] = silk_SMMUL( tmp32, silk_LSHIFT32( nrgs[ i ], lz1 ) ); /* Q( nrgsQ[ i ] + lz1 + 2 * lz2 - 32 - 32 )*/
vector_ops_FIX.c 43 opus_int32 tmp32; local
46 tmp32 = silk_SMULWB( gain_Q16, data_in[ i ] );
47 data_out[ i ] = (opus_int16)silk_CHECK_FIT16( tmp32 );
  /external/llvm/test/Transforms/InstCombine/
2007-11-25-CompatibleAttributes.ll 8 %tmp32 = tail call i32 (i8* , ...) * bitcast (i32 (i8*, ...) * @printf to i32 (i8* , ...) *)( i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0) , i32 0 ) nounwind ; <i32> [#uses=0]
trunc.ll 88 %tmp32 = zext i32 %B to i128
89 %tmp33 = shl i128 %tmp32, 32
95 ; CHECK: %tmp32 = zext i32 %B to i64
96 ; CHECK: %tmp33 = shl nuw i64 %tmp32, 32
2012-06-06-LoadOfPHIs.ll 78 %tmp32 = load double* %max.0
79 %tmp33 = fcmp oeq double %tmp31, %tmp32
89 %tmp37 = fsub double %tmp32, %tmp31
93 %tmp39 = fadd double %tmp32, %tmp31
99 %tmp42 = fsub double 2.000000e+00, %tmp32
  /external/llvm/test/CodeGen/X86/
2008-02-06-LoadFoldingBug.ll 12 %tmp32 = fsub double -0.000000e+00, %tmp20 ; <double> [#uses=1]
16 store double %tmp32, double* %tmp40, align 8
mul-legalize.ll 15 %tmp32 = icmp eq i64 %tmp7, 105553116266496
16 br i1 %tmp32, label %return, label %bb35
vec_set-4.ll 20 %tmp32 = insertelement <16 x i8> %tmp30, i8 0, i32 14 ; <<16 x i8>> [#uses=1]
21 %tmp34 = insertelement <16 x i8> %tmp32, i8 0, i32 15 ; <<16 x i8>> [#uses=1]
2010-01-13-OptExtBug.ll 29 %tmp32 = zext i16 %tmp31 to i32
35 %tmp33 = add i32 %indvar, %tmp32
2012-10-18-crash-dagco.ll 30 %tmp32 = getelementptr inbounds [411 x i8]* @global, i32 0, i32 undef
31 %tmp33 = load i8* %tmp32, align 1
2007-10-17-IllegalAsm.ll 36 %tmp32 = load i32* null, align 8 ; <i32> [#uses=3]
37 %tmp3435 = trunc i32 %tmp32 to i8 ; <i8> [#uses=1]
42 %tmp65 = and i32 %tmp32, 255 ; <i32> [#uses=1]
80 %tmp547 = and i32 %tmp32, -8193 ; <i32> [#uses=1]
  /external/llvm/test/Object/Inputs/
shared.ll 6 ; llc -mtriple=i386-linux-gnu shared.ll -filetype=obj -o tmp32.o -relocation-model=pic
7 ; ld -melf_i386 -shared tmp32.o -o shared-object-test.elf-i386 $LDARGS
  /external/llvm/test/Transforms/IndVarSimplify/
polynomial-expand.ll 21 %tmp32 = phi i32 [ %tmp37, %bb30 ], [ %tmp27, %bb24 ] ; <i32> [#uses=2]
22 %tmp33 = sext i32 %tmp32 to i64 ; <i64> [#uses=1]
25 %tmp37 = add nsw i32 %tmp32, -1 ; <i32> [#uses=1]

Completed in 1019 milliseconds

1 2 3