Home
last modified time | relevance | path

Searched refs:tmp16b (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local
337 tmp16b = (WebRtc_Word16) tmp32c; // Q10 & <8 in WebRtcIsacfix_InitialPitch()
338 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8 in WebRtcIsacfix_InitialPitch()
Dlpc_masking_model.c557 WebRtc_Word16 tmp16,tmp16b; in WebRtcIsacfix_GetLpcCoef() local
596 tmp16b = exp2_Q10_T(tmp16); // Q10 in WebRtcIsacfix_GetLpcCoef()
597 snrq = (WebRtc_Word16) WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 285, 10); // Q10 in WebRtcIsacfix_GetLpcCoef()
Dentropy_coding.c1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; in WebRtcIsacfix_EncodePitchLag() local
1823 tmp16b = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(CQ17 + 65536, 17 ); in WebRtcIsacfix_EncodePitchLag()
1824 index[k] = tmp16b; in WebRtcIsacfix_EncodePitchLag()
/external/llvm/test/CodeGen/X86/
Dmmx-arith.ll80 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32>
82 %tmp22 = and <2 x i32> %tmp16b, %tmp21a ; <<2 x i32>> [#uses=2]
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c636 int16_t tmp16b = 0; in SynthesisUpdateC() local
645 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0 in SynthesisUpdateC()
647 tmp16b); // Q0 in SynthesisUpdateC()