Searched refs:gain_factor (Results 1 – 4 of 4) sorted by relevance
190 int16_t gain_factor);228 int16_t gain_factor);242 int16_t gain_factor);
447 int16_t gain_factor) { in WebRtcNsx_SynthesisUpdateNeon() argument482 int32x4_t tmp32b_0_low = vmull_n_s16(tmp16a_0_low, gain_factor); in WebRtcNsx_SynthesisUpdateNeon()483 int32x4_t tmp32b_0_high = vmull_n_s16(tmp16a_0_high, gain_factor); in WebRtcNsx_SynthesisUpdateNeon()485 int32x4_t tmp32b_1_low = vmull_n_s16(tmp16a_1_low, gain_factor); in WebRtcNsx_SynthesisUpdateNeon()486 int32x4_t tmp32b_1_high = vmull_n_s16(tmp16a_1_high, gain_factor); in WebRtcNsx_SynthesisUpdateNeon()
507 int16_t gain_factor) { in WebRtcNsx_SynthesisUpdate_mips() argument742 : [gain_factor] "r" (gain_factor), [sat_pos] "r" (sat_pos), in WebRtcNsx_SynthesisUpdate_mips()
493 int16_t gain_factor) { in SynthesisUpdateC() argument503 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0 in SynthesisUpdateC()