Home
last modified time | relevance | path

Searched refs:tmp16 (Results 1 – 25 of 153) sorted by relevance

1234567

/external/webrtc/webrtc/common_audio/vad/
Dvad_gmm.c34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; in WebRtcVad_GaussianProbability() local
44 tmp16 = (inv_std >> 2); // Q10 -> Q8. in WebRtcVad_GaussianProbability()
46 inv_std2 = (int16_t)((tmp16 * tmp16) >> 2); in WebRtcVad_GaussianProbability()
51 tmp16 = (input << 3); // Q4 -> Q7 in WebRtcVad_GaussianProbability()
52 tmp16 = tmp16 - mean; // Q7 - Q7 = Q7 in WebRtcVad_GaussianProbability()
57 *delta = (int16_t)((inv_std2 * tmp16) >> 10); in WebRtcVad_GaussianProbability()
62 tmp32 = (*delta * tmp16) >> 9; in WebRtcVad_GaussianProbability()
70 tmp16 = (int16_t)((kLog2Exp * tmp32) >> 12); in WebRtcVad_GaussianProbability()
71 tmp16 = -tmp16; in WebRtcVad_GaussianProbability()
72 exp_value = (0x0400 | (tmp16 & 0x03FF)); in WebRtcVad_GaussianProbability()
[all …]
Dvad_filterbank.c93 int16_t tmp16 = 0; in AllPassFilter() local
99 tmp16 = (int16_t) (tmp32 >> 16); // Q(-1) in AllPassFilter()
100 *data_out++ = tmp16; in AllPassFilter()
101 state32 = (*data_in << 14) - filter_coefficient * tmp16; // Q14 in AllPassFilter()
/external/llvm/test/Transforms/InstCombine/
D2006-12-15-Range-Test.ll11 define i1 @print_pgm_cond_true(i32 %tmp12.reload, i32* %tmp16.out) {
16 store i32 %tmp16, i32* %tmp16.out
20 store i32 %tmp16, i32* %tmp16.out
25 %tmp16 = load i32, i32* %tmp15 ; <i32> [#uses=4]
26 %tmp18 = icmp slt i32 %tmp16, -31 ; <i1> [#uses=1]
27 %tmp21 = icmp sgt i32 %tmp16, 31 ; <i1> [#uses=1]
D2007-12-18-AddSelCmpSub.ll6 %tmp16 = icmp slt i32 %tmp15, 0 ; <i1> [#uses=1]
7 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
16 %tmp16 = icmp slt i32 %tmp15, 0 ; <i1> [#uses=1]
17 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
25 %tmp16 = icmp slt i32 %a, 0 ; <i1> [#uses=1]
26 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_update_best_index.c37 int16_t shOld, shNew, tmp16; in WebRtcIlbcfix_CbUpdateBestIndex() local
56 tmp16 = (int16_t)WebRtcSpl_NormW32(cDotNew); in WebRtcIlbcfix_CbUpdateBestIndex()
57 tmp16 = 16 - tmp16; in WebRtcIlbcfix_CbUpdateBestIndex()
64 scaleTmp = -energyShiftNew-tmp16+31; in WebRtcIlbcfix_CbUpdateBestIndex()
67 gainW32 = ((int16_t)WEBRTC_SPL_SHIFT_W32(cDotNew, -tmp16) * invEnergyNew) >> in WebRtcIlbcfix_CbUpdateBestIndex()
Dcb_search_core.c39 int16_t max, sh, tmp16; in WebRtcIlbcfix_CbSearchCore() local
69 tmp16 = (int16_t)(tmp32 >> 16); in WebRtcIlbcfix_CbSearchCore()
70 cDotSqW16 = (int16_t)(((int32_t)(tmp16)*(tmp16))>>16); in WebRtcIlbcfix_CbSearchCore()
98 tmp16 = WEBRTC_SPL_MIN(16, max-(*inverseEnergyShiftPtr)); in WebRtcIlbcfix_CbSearchCore()
100 (*critPtr)=WEBRTC_SPL_SHIFT_W32((*critPtr),-tmp16); in WebRtcIlbcfix_CbSearchCore()
/external/llvm/test/Transforms/LoopUnroll/
Dshifted-tripcount.ll6 ; CHECK: %i.013 = phi i64 [ 0, %entry ], [ %tmp16.1, %for.body ]
15 %i.013 = phi i64 [ %tmp16, %for.body ], [ 0, %entry ] ; <i64> [#uses=2]
17 %tmp16 = add i64 %i.013, 1 ; <i64> [#uses=3]
18 %arrayidx = getelementptr double, double* %p, i64 %tmp16 ; <double*> [#uses=1]
23 %exitcond = icmp eq i64 %tmp16, %mul10 ; <i1> [#uses=1]
/external/llvm/test/Transforms/Inline/
Dnested-inline.ll38 %tmp16 = and i32 %X, 8 ; <i32> [#uses=1]
39 %tmp16.upgrd.4 = icmp eq i32 %tmp16, 0 ; <i1> [#uses=1]
40 br i1 %tmp16.upgrd.4, label %UnifiedReturnBlock, label %cond_true17
81 %tmp16 = and i32 %X, 8 ; <i32> [#uses=1]
82 %tmp16.upgrd.4 = icmp eq i32 %tmp16, 0 ; <i1> [#uses=1]
83 br i1 %tmp16.upgrd.4, label %UnifiedReturnBlock, label %cond_true17
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c68 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, in UpdateNoiseEstimateNeon() local
73 tmp16, in UpdateNoiseEstimateNeon()
122 tmp16 = (int16_t)(tmp32no2 >> 21); in UpdateNoiseEstimateNeon()
123 tmp16 -= 21;// shift 21 to get result in Q0 in UpdateNoiseEstimateNeon()
124 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise) in UpdateNoiseEstimateNeon()
125 if (tmp16 < 0) { in UpdateNoiseEstimateNeon()
126 tmp32no1 >>= -tmp16; in UpdateNoiseEstimateNeon()
128 tmp32no1 <<= tmp16; in UpdateNoiseEstimateNeon()
140 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; in WebRtcNsx_NoiseEstimationNeon() local
302 tmp16 = (int16_t)((delta * countDiv) >> 14); in WebRtcNsx_NoiseEstimationNeon()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c362 int16_t tmp16, chng1, chng2, chng3, chng4, tmp, chngQ, oldNrgQlog, pgQ, pg3; in WebRtcIsacfix_GetVars() local
410 tmp16=(int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,pg3,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
411 if (tmp16<0) { in WebRtcIsacfix_GetVars()
412 tmp16_2 = (0x0400 | (tmp16 & 0x03FF)); in WebRtcIsacfix_GetVars()
413 tmp16_1 = ((uint16_t)(tmp16 ^ 0xFFFF) >> 10) - 3; /* Gives result in Q14 */ in WebRtcIsacfix_GetVars()
424 tmp16=(int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,divVal,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
425 if (tmp16<0) { in WebRtcIsacfix_GetVars()
426 tmp16_2 = (0x0400 | (tmp16 & 0x03FF)); in WebRtcIsacfix_GetVars()
427 tmp16_1 = ((uint16_t)(tmp16 ^ 0xFFFF) >> 10) - 3; /* Gives result in Q14 */ in WebRtcIsacfix_GetVars()
545 int16_t tmp16,tmp16b; in WebRtcIsacfix_GetLpcCoef() local
[all …]
Dpitch_estimator.c56 int16_t t16, tmp16, tmp16_1; in Intrp1DQ8() local
86 tmp16 = tmp16_1-t16; in Intrp1DQ8()
87 *fy = WEBRTC_SPL_MUL_16_32_RSFT15(tmp16, fx[0]); /* (Q14 * Q8 >>15)/2 = Q8 */ in Intrp1DQ8()
90 tmp16 = 16384-tmp16_1; /* 1 in Q14 - Q14 */ in Intrp1DQ8()
91 *fy += WEBRTC_SPL_MUL_16_32_RSFT14(tmp16, fx[1]);/* Q14 * Q8 >> 14 = Q8 */ in Intrp1DQ8()
94 tmp16 = tmp16_1+t16; in Intrp1DQ8()
95 *fy += WEBRTC_SPL_MUL_16_32_RSFT15(tmp16, fx[2]);/* (Q14 * Q8 >>15)/2 = Q8 */ in Intrp1DQ8()
Ddecode_plc.c270 int16_t nLP, pLP, wNoisyLP, wPriodicLP, tmp16; in WebRtcIsacfix_DecodePlcImpl() local
382 tmp16 = (int16_t)((logVarIn<<1) - (4<<10) ); in WebRtcIsacfix_DecodePlcImpl()
384 if( tmp16 > 4096 ) in WebRtcIsacfix_DecodePlcImpl()
386 tmp16 -= 4096; in WebRtcIsacfix_DecodePlcImpl()
387 tmp16 = exp2_Q10_T( tmp16 ); in WebRtcIsacfix_DecodePlcImpl()
388 tmp16 >>= 6; in WebRtcIsacfix_DecodePlcImpl()
391 tmp16 = exp2_Q10_T( tmp16 )>>10; in WebRtcIsacfix_DecodePlcImpl()
393 (ISACdec_obj->plcstr_obj).std = tmp16 - 4; in WebRtcIsacfix_DecodePlcImpl()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c401 int16_t tmp16 = PART_LEN1; in WebRtcAecm_InitCore() local
475 tmp16--; in WebRtcAecm_InitCore()
476 tmp32 -= (int32_t)((tmp16 << 1) + 1); in WebRtcAecm_InitCore()
727 int16_t tmp16; in WebRtcAecm_CalcEnergies() local
778 tmp16 = 2560 - aecm->farEnergyMin; in WebRtcAecm_CalcEnergies()
779 if (tmp16 > 0) in WebRtcAecm_CalcEnergies()
781 tmp16 = (int16_t)((tmp16 * FAR_ENERGY_VAD_REGION) >> 9); in WebRtcAecm_CalcEnergies()
784 tmp16 = 0; in WebRtcAecm_CalcEnergies()
786 tmp16 += FAR_ENERGY_VAD_REGION; in WebRtcAecm_CalcEnergies()
791 aecm->farEnergyVAD = aecm->farEnergyMin + tmp16; in WebRtcAecm_CalcEnergies()
[all …]
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c81 int16_t i, tmp16, tmp16no1; in WebRtcAgc_CalculateGainTable() local
141 tmp16 = (int16_t)((kCompRatio - 1) * (i - 1)); // Q0 in WebRtcAgc_CalculateGainTable()
142 tmp32 = WEBRTC_SPL_MUL_16_U16(tmp16, kLog10_2) + 1; // Q14 in WebRtcAgc_CalculateGainTable()
237 tmp16 = (2 << 14) - constLinApprox; in WebRtcAgc_CalculateGainTable()
239 tmp32no2 *= tmp16; in WebRtcAgc_CalculateGainTable()
244 tmp16 = constLinApprox - (1 << 14); in WebRtcAgc_CalculateGainTable()
245 tmp32no2 = (fracPart * tmp16) >> 13; in WebRtcAgc_CalculateGainTable()
640 int16_t k, subfr, tmp16; in WebRtcAgc_ProcessVad() local
747 tmp16 = 3 << 12; in WebRtcAgc_ProcessVad()
753 tmp32 = tmp16 * (int16_t)(dB - state->meanLongTerm); in WebRtcAgc_ProcessVad()
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in vpx_h_predictor_16x16_dspr2() local
156 [tmp15] "=&r" (tmp15), [tmp16] "=&r" (tmp16) in vpx_h_predictor_16x16_dspr2()
/external/llvm/test/Transforms/ObjCARC/
Dretain-block-side-effects.ll7 ; CHECK: %tmp16 = call i8* @objc_retainBlock(i8* %tmp15) [[NUW:#[0-9]+]]
8 ; CHECK: %tmp17 = bitcast i8* %tmp16 to void ()*
30 %tmp16 = call i8* @objc_retainBlock(i8* %tmp15) nounwind
31 %tmp17 = bitcast i8* %tmp16 to void ()*
/external/libpng/contrib/pngminus/
Dpnm2png.c220 png_uint_32 tmp16; in pnm2png() local
404 tmp16 = get_value (pnm_file, bit_depth); in pnm2png()
405 *pix_ptr = (png_byte) ((tmp16 >> 8) & 0xFF); in pnm2png()
407 *pix_ptr = (png_byte) (tmp16 & 0xFF); in pnm2png()
421 tmp16 = get_value (alpha_file, bit_depth); in pnm2png()
422 *pix_ptr++ = (png_byte) ((tmp16 >> 8) & 0xFF); in pnm2png()
423 *pix_ptr++ = (png_byte) (tmp16 & 0xFF); in pnm2png()
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll38 %tmp16 = sub i64 0, %tmp13
39 %tmp19 = and i64 %tmp16, 63
41 %tmp22 = and i64 %tmp16, -272346829004752
D2011-12-19-sjlj-clobber.ll40 %tmp16 = landingpad { i8*, i32 }
42 %tmp17 = extractvalue { i8*, i32 } %tmp16, 0
44 %tmp18 = extractvalue { i8*, i32 } %tmp16, 1
/external/llvm/test/Transforms/IndVarSimplify/
Dlrev-existing-umin.ll13 %tmp16 = zext i32 %v_1 to i64
14 %tmp17 = getelementptr inbounds i8, i8* %tmp8, i64 %tmp16
19 %addr22 = getelementptr inbounds i8, i8* %tmp12, i64 %tmp16
/external/llvm/test/Analysis/ScalarEvolution/
Dpr25369.ll35 %tmp16 = trunc i64 %tmp15 to i32
36 %tmp17 = icmp eq i32 %tmp16, %tmp
72 %tmp16 = trunc i64 %tmp15 to i32
73 %tmp17 = icmp eq i32 %tmp16, %tmp
D2008-06-12-BinomialInt64.ll10 %i.02 = phi i32 [ %tmp16, %bb10 ], [ 0, %entry ] ; <i32> [#uses=1]
14 %tmp16 = add i32 %i.02, 1 ; <i32> [#uses=2]
15 %tmp20 = icmp slt i32 %tmp16, 0 ; <i1> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dfp-stack-compare-cmov.ll8 %tmp16 = fcmp olt float %tmp, 0.000000e+00
10 %iftmp.2.0 = select i1 %tmp16, float %tmp20, float %tmp
Dx86-64-sret-return.ll40 …%tmp16 = getelementptr %struct.foo, %struct.foo* %agg.result, i32 0, i32 0 ; <[4 x i64]*> [#uses=…
42 %tmp18 = getelementptr [4 x i64], [4 x i64]* %tmp16, i32 0, i32 0 ; <i64*> [#uses=1]
46 %tmp21 = getelementptr [4 x i64], [4 x i64]* %tmp16, i32 0, i32 1 ; <i64*> [#uses=1]
50 %tmp24 = getelementptr [4 x i64], [4 x i64]* %tmp16, i32 0, i32 2 ; <i64*> [#uses=1]
54 %tmp27 = getelementptr [4 x i64], [4 x i64]* %tmp16, i32 0, i32 3 ; <i64*> [#uses=1]
Dfp-stack-compare.ll10 %tmp16 = fcmp olt float %tmp, 0.000000e+00
12 %iftmp.2.0 = select i1 %tmp16, float %tmp20, float %tmp

1234567