Searched refs:tmp16b (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_estimator.c | 171 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local 221 tmp16b = (int16_t) tmp32c; // Q10 & <8 in WebRtcIsacfix_InitialPitch() 222 tmp32d = tmp16b * 177 >> 8; // mult with ln2 in Q8 in WebRtcIsacfix_InitialPitch()
|
D | lpc_masking_model.c | 545 int16_t tmp16,tmp16b; in WebRtcIsacfix_GetLpcCoef() local 584 tmp16b = exp2_Q10_T(tmp16); // Q10 in WebRtcIsacfix_GetLpcCoef() 585 snrq = (int16_t)(tmp16b * 285 >> 10); // Q10 in WebRtcIsacfix_GetLpcCoef()
|
D | entropy_coding.c | 1761 int16_t shft, tmp16b; in WebRtcIsacfix_EncodePitchLag() local 1812 tmp16b = (int16_t)((CQ17 + 65536) >> 17); in WebRtcIsacfix_EncodePitchLag() 1813 index[k] = tmp16b; in WebRtcIsacfix_EncodePitchLag()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arith.ll | 85 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32> 87 %tmp22 = and <2 x i32> %tmp16b, %tmp21a
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 496 int16_t tmp16b = 0; in SynthesisUpdateC() local 505 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0 in SynthesisUpdateC() 507 tmp16b); // Q0 in SynthesisUpdateC()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | mmx-arith.ll | 80 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32> 82 %tmp22 = and <2 x i32> %tmp16b, %tmp21a ; <<2 x i32>> [#uses=2]
|