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

12 3

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 33 WebRtc_Word32 tmp32[MAX_AR_MODEL_ORDER]; local
48 tmp32[k] = WebRtcSpl_DivW32W16(tmp32b, tmp_inv_denum16); //Q27/Q15 = Q12
52 a16[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32[k], 1); //Q12>>1 => Q11
55 tmp32[m] = WEBRTC_SPL_SAT(4092, tmp32[m], -4092);
56 k16[m-1] = (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W32(tmp32[m], 3); //Q12<<3 => Q15
482 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local
493 tmp32 = WEBRTC_SPL_MUL_16_16(a_polynomial[j], a_polynomial[j - i]);
494 /* tmp32 in Q(q_val_polynomial * 2). */
496 tmp32 <<= 1
556 WebRtc_Word32 tmp32; local
    [all...]
entropy_coding.c 815 WebRtc_Word32 tmp32; local
942 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(31208, tmpcoeffs_sQ17[poss]); // (Q16*Q17)>>16 = Q17, with 1/2.1 = 0.47619047619 ~= 31208 in Q16
943 tmp32 = tmp32 + WebRtcIsacfix_kMeansShapeQ17[model][poss]; // Q17+Q17 = Q17
944 LPCCoefQ17[pos] = tmp32;
949 tmp32 = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(18204, tmpcoeffs_sQ17[poss]), 3); // ((Q13*Q17)>>16)<<3 = Q17, with 1/0.45 = 2.222222222222 ~= 18204 in Q13
950 tmp32 = tmp32 + WebRtcIsacfix_kMeansShapeQ17[model][poss]; // Q17+Q17 = Q17
951 LPCCoefQ17[pos] = tmp32;
982 WebRtc_Word32 tmp32; local
    [all...]
  /external/speex/libspeex/
mdf.c 706 spx_word32_t tmp32; local
730 spx_word32_t tmp32; local
732 tmp32 = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(MULT16_16_P15(st->preemph, st->memD[chan])));
734 if (tmp32 > 32767)
736 tmp32 = 32767;
740 if (tmp32 < -32767)
742 tmp32 = -32767;
748 st->input[chan*st->frame_size+i] = EXTRACT16(tmp32);
756 spx_word32_t tmp32; local
758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak])))
    [all...]
  /external/llvm/test/Transforms/LICM/
2007-05-22-VolatileSink.ll 49 %tmp32 = icmp sle i32 %i.1, 7 ; <i1> [#uses=1]
50 %tmp3233 = zext i1 %tmp32 to i8 ; <i8> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2008-05-09-SinkOfInvoke.ll 18 %tmp32 = invoke i32** @__ctype_toupper_loc( ) readnone
bitcast.ll 70 %tmp32 = zext i32 %B to i64
71 %tmp33 = shl i64 %tmp32, 32
87 %tmp32 = zext i32 %tmp31 to i64
88 %tmp33 = shl i64 %tmp32, 32
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dynamic-indices.ll 16 ; CHECK: %tmp32 = load i64* %arrayidx31, align 8, !tbaa !3
60 %tmp32 = load i64* %arrayidx31, align 8, !tbaa !3
62 store i64 %tmp32, i64* %arrayidx35, align 8, !tbaa !3
  /external/llvm/test/CodeGen/X86/
2012-01-10-UndefExceptionEdge.ll 70 %tmp32 = bitcast i32* %tmp15 to i8*
88 tail call void @llvm.memset.p0i8.i32(i8* %tmp32, i8 0, i32 %tmp9, i32 1, i1 false) nounwind
104 tail call void @llvm.memset.p0i8.i32(i8* %tmp32, i8 0, i32 %tmp9, i32 1, i1 false) nounwind
2006-05-11-InstrSched.ll 16 %tmp32 = getelementptr i32* %mpp, i32 %tmp31 ; <i32*> [#uses=1]
17 %tmp34 = bitcast i32* %tmp32 to <16 x i8>* ; <i8*> [#uses=1]
2008-02-22-LocalRegAllocBug.ll 47 %tmp32 = load i8** %src_addr, align 4 ; <i8*> [#uses=1]
48 %tmp33 = getelementptr i8* %tmp32, i32 %tmp31 ; <i8*> [#uses=1]
2012-04-26-sdglue.ll 36 %tmp32 = call <8 x float> @llvm.x86.avx.vinsertf128.ps.256(<8 x float> zeroinitializer, <4 x float> %tmp31, i8 1)
37 %tmp33 = fadd <8 x float> undef, %tmp32
loop-strength-reduce4.ll 45 %tmp32 = getelementptr [0 x i32]* @S, i32 0, i32 %tmp21 ; <i32*> [#uses=1]
46 %tmp33 = load i32* %tmp32, align 4 ; <i32> [#uses=1]
selectiondag-cse.ll 61 %tmp32 = add i32 %tmp12, %tmp31
62 %tmp33 = lshr i32 %tmp32, 2
  /external/llvm/test/Transforms/IndVarSimplify/
eliminate-comparison.ll 133 %tmp32 = icmp eq i32 %tmp2936, %sext23
135 br i1 %tmp32, label %forcond, label %assert33
184 %tmp32 = icmp eq i32 %tmp2936, %sext23
186 br i1 %tmp32, label %forcond, label %assert33
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 621 int32_t tmp32 = 0; local
623 tmp32 = WEBRTC_SPL_SHIFT_W32((WebRtc_Word32)in[j],
625 inst->real[i] = WebRtcSpl_SatW32ToW16(tmp32); // Q0
637 int32_t tmp32 = 0; local
643 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0
645 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
933 WebRtc_Word32 tmp32; local
1131 WebRtc_Word32 tmp32; local
1296 WebRtc_Word32 invLrtFX, indPriorFX, tmp32, tmp32no1, tmp32no2, besselTmpFX32; local
    [all...]
nsx_core_neon.c 468 // tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t)in[j],
473 // inst->real[i] = WebRtcSpl_SatW32ToW16(tmp32); // Q0
477 // tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t)in[j],
482 // inst->real[i] = WebRtcSpl_SatW32ToW16(tmp32); // Q0
517 // tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13);
519 // tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
534 // tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13);
536 // tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-sparcv9.pl 117 $tmp32="%i5";
131 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
141 srlx @X[$j+1],$tmp32,$tmp1
147 srlx $T1,$tmp32,$T1
180 srlx @pair[2],$tmp32,@pair[1]
198 srlx @pair[2],$tmp32,@pair[1]
270 $xi=$tmp32;
288 $xi=$tmp32;
470 mov 32,$tmp32
471 sub $tmp32,$tmp31,$tmp3
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 117 $tmp32="%i5";
131 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
141 srlx @X[$j+1],$tmp32,$tmp1
147 srlx $T1,$tmp32,$T1
180 srlx @pair[2],$tmp32,@pair[1]
198 srlx @pair[2],$tmp32,@pair[1]
270 $xi=$tmp32;
288 $xi=$tmp32;
470 mov 32,$tmp32
471 sub $tmp32,$tmp31,$tmp3
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 565 WebRtc_Word32 tmp32 = PART_LEN1 * PART_LEN1; local
636 aecm->noiseEst[i] = (tmp32 << 8);
638 tmp32 -= (WebRtc_Word32)((tmp16 << 1) + 1);
642 aecm->noiseEst[i] = (tmp32 << 8);
1035 WebRtc_Word32 tmp32; local
1924 WebRtc_Word32 tmp32; local
    [all...]
  /external/llvm/test/Bitcode/
metadata-2.ll 73 %tmp32 = or i32 %tmp29, %tmp31 ; <i32> [#uses=1]
74 ret i32 %tmp32
  /external/llvm/test/Transforms/Reassociate/
crash.ll 165 %tmp32 = or i8 %tmp31, %tmp28
170 %tmp47 = or i8 %tmp32, %p5
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 362 M4OSA_UInt32 tmp32 = 0; local
365 (M4OSA_Void**)&tmp32);
366 mBGAudioPCMFileLength = tmp32;
711 M4OSA_UInt32 tmp32 = local
715 (M4OSA_FilePosition*)&tmp32);
717 mBGAudioPCMFileSeekPoint = tmp32;
  /external/llvm/test/CodeGen/PowerPC/
vec_shuffle.ll 46 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1]
47 %tmp33 = insertelement <16 x i8> %tmp32, i8 %tmp17, i32 15 ; <<16 x i8>> [#uses=1]
88 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1]
89 %tmp33 = insertelement <16 x i8> %tmp32, i8 %tmp17, i32 15 ; <<16 x i8>> [#uses=1]
143 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1]
144 %tmp33 = insertelement <16 x i8> %tmp32, i8 %tmp17, i32 15 ; <<16 x i8>> [#uses=1]
223 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1]
224 %tmp33 = insertelement <16 x i8> %tmp32, i8 %tmp17, i32 15 ; <<16 x i8>> [#uses=1]
317 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1]
318 %tmp33 = insertelement <16 x i8> %tmp32, i8 %tmp17, i32 15 ; <<16 x i8>> [#uses=1
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c 152 opus_int32 SNR_adj_dB_Q7, HarmBoost_Q16, HarmShapeGain_Q16, Tilt_Q16, tmp32; local
305 tmp32 = silk_SQRT_APPROX( nrg );
308 psEncCtrl->Gains_Q16[ k ] = silk_LSHIFT_SAT32( tmp32, 16 - Qnrg );
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count7.ll 124 %tmp32 = sext i32 %tmp31 to i64 ; <i64> [#uses=1]
125 %tmp33 = getelementptr [15 x i32]* %c, i64 0, i64 %tmp32 ; <i32*> [#uses=1]

Completed in 522 milliseconds

12 3