Home
last modified time | relevance | path

Searched refs:gain_factor (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h190 int16_t gain_factor);
228 int16_t gain_factor);
242 int16_t gain_factor);
Dnsx_core_neon.c447 int16_t gain_factor) { in WebRtcNsx_SynthesisUpdateNeon() argument
482 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()
Dnsx_core_mips.c507 int16_t gain_factor) { in WebRtcNsx_SynthesisUpdate_mips() argument
742 : [gain_factor] "r" (gain_factor), [sat_pos] "r" (sat_pos), in WebRtcNsx_SynthesisUpdate_mips()
Dnsx_core.c493 int16_t gain_factor) { in SynthesisUpdateC() argument
503 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0 in SynthesisUpdateC()