Searched refs:tmp_low (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | division_operations.c | 102 int16_t approx, tmp_hi, tmp_low, num_hi, num_low; in WebRtcSpl_DivW32HiLow() local 116 tmp_low = (int16_t)((tmpW32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_DivW32HiLow() 119 tmpW32 = (tmp_hi * approx + (tmp_low * approx >> 15)) << 1; in WebRtcSpl_DivW32HiLow() 123 tmp_low = (int16_t)((tmpW32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_DivW32HiLow() 131 tmpW32 = num_hi * tmp_hi + (num_hi * tmp_low >> 15) + in WebRtcSpl_DivW32HiLow()
|
D | levinson_durbin.c | 36 int16_t tmp_hi, tmp_low; in WebRtcSpl_LevinsonDurbin() local 86 tmp_low = (int16_t)((temp1W32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_LevinsonDurbin() 89 temp1W32 = (R_hi[0] * tmp_hi + (R_hi[0] * tmp_low >> 15) + in WebRtcSpl_LevinsonDurbin() 204 tmp_low = (int16_t)((temp1W32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_LevinsonDurbin() 207 temp1W32 = (Alpha_hi * tmp_hi + (Alpha_hi * tmp_low >> 15) + in WebRtcSpl_LevinsonDurbin()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 82 int16_t tmp_hi, tmp_low; in WebRtcSpl_LevinsonW32_JSK() local 129 tmp_low = (int16_t)((temp1W32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_LevinsonW32_JSK() 132 temp1W32 = (R_hi[0] * tmp_hi + ((R_hi[0] * tmp_low) >> 15) + in WebRtcSpl_LevinsonW32_JSK() 239 tmp_low = (int16_t)((temp1W32 - ((int32_t)tmp_hi << 16)) >> 1); in WebRtcSpl_LevinsonW32_JSK() 242 temp1W32 = (Alpha_hi * tmp_hi + ((Alpha_hi * tmp_low) >> 15) + in WebRtcSpl_LevinsonW32_JSK()
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 19977 IRTemp tmp_low[9]; in dis_vx_load() local 19986 tmp_low[0] = newTemp( Ity_I64 ); in dis_vx_load() 19990 assign( tmp_low[0], mkU64( 0 ) ); in dis_vx_load() 20046 tmp_low[i+1] = newTemp( Ity_I64 ); in dis_vx_load() 20058 assign( tmp_low[i+1], binop( Iop_Or64, in dis_vx_load() 20060 mkexpr( tmp_low[i] ) ) ); in dis_vx_load() 20066 mkexpr( tmp_low[8] ) ), in dis_vx_load() 20072 tmp_low[i+1] = newTemp( Ity_I64 ); in dis_vx_load() 20084 assign( tmp_low[i+1], in dis_vx_load() 20086 mkexpr( byte[i] ), mkexpr( tmp_low[i] ) ) ); in dis_vx_load() [all …]
|