Home
last modified time | relevance | path

Searched refs:tmp16a (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dabs_quant_loop.c30 int16_t tmp16a; in WebRtcIlbcfix_AbsQuantLoop() local
78 tmp16a = ((WebRtcIlbcfix_kStateSq3[index] + 2 ) >> 2); in WebRtcIlbcfix_AbsQuantLoop()
80 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32); in WebRtcIlbcfix_AbsQuantLoop()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c171 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local
219 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4 in WebRtcIsacfix_InitialPitch()
220 tmp32c = tmp16a * tmp16a >> 6; // Q10 in WebRtcIsacfix_InitialPitch()
Dlpc_masking_model.c570 int16_t tmp16a; in WebRtcIsacfix_GetLpcCoef() local
880 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator) in WebRtcIsacfix_GetLpcCoef()
882 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft) in WebRtcIsacfix_GetLpcCoef()
929 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator) in WebRtcIsacfix_GetLpcCoef()
931 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft) in WebRtcIsacfix_GetLpcCoef()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmmx-arith.ll77 %tmp16a = bitcast <2 x i32> %tmp16 to x86_mmx
78 store x86_mmx %tmp16a, x86_mmx* %A
80 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32>
220 %tmp16a = bitcast <2 x i32> %tmp16 to x86_mmx
221 store x86_mmx %tmp16a, x86_mmx* %A
223 …%tmp22 = tail call x86_mmx @llvm.x86.mmx.pand( x86_mmx %tmp16a, x86_mmx %tmp21 ) ; <x86_mmx> [#us…
/external/llvm/test/CodeGen/X86/
Dmmx-arith.ll82 %tmp16a = bitcast <2 x i32> %tmp16 to x86_mmx
83 store x86_mmx %tmp16a, x86_mmx* %A
85 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32>
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c495 int16_t tmp16a = 0; in SynthesisUpdateC() local
501 tmp16a = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in SynthesisUpdateC()
503 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0 in SynthesisUpdateC()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmmx-arith.ll303 %tmp16a = bitcast <2 x i32> %tmp16 to x86_mmx
304 store x86_mmx %tmp16a, x86_mmx* %A
306 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32>