Searched refs:tmp16a (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | abs_quant_loop.c | 30 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/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 219 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4 in WebRtcIsacfix_InitialPitch() 220 tmp32c = tmp16a * tmp16a >> 6; // Q10 in WebRtcIsacfix_InitialPitch()
|
D | lpc_masking_model.c | 571 int16_t tmp16a; in WebRtcIsacfix_GetLpcCoef() local 881 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator) in WebRtcIsacfix_GetLpcCoef() 883 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft) in WebRtcIsacfix_GetLpcCoef() 930 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator) in WebRtcIsacfix_GetLpcCoef() 932 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft) in WebRtcIsacfix_GetLpcCoef()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arith.ll | 82 %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/llvm-project/llvm/test/CodeGen/X86/ |
D | mmx-arith.ll | 215 %tmp16a = bitcast <2 x i32> %tmp16 to x86_mmx 216 store x86_mmx %tmp16a, x86_mmx* %A 218 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32>
|