Searched refs:WebRtcSpl_SatW32ToW16 (Results 1 - 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_c.c43 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32);
44 ar_g_Q0[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32_2);
H A Dpitch_filter_c.c67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32);
69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32);
H A Dfilterbanks.c145 io[k] = (int16_t)WebRtcSpl_SatW32ToW16(c); // Write output as Q0.
227 LP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*low pass */
229 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass */
286 LP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*low pass */
288 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass */
H A Dlattice.c281 ARfQ0vec[i] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
289 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
293 ARgQ0vec[i] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
H A Ddecode.c208 tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* Construct a new upper channel signal*/
209 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]-Vector_Word16_2[k])); /* Construct a new lower channel signal*/
H A Ddecode_plc.c790 tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16(
793 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(
/external/webrtc/webrtc/common_audio/signal_processing/
H A Ddownsample_fast.c44 *data_out++ = WebRtcSpl_SatW32ToW16(out_s32);
H A Dsplitting_filter.c160 low_band[i] = WebRtcSpl_SatW32ToW16(tmp);
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp);
202 out_data[k++] = WebRtcSpl_SatW32ToW16(tmp);
205 out_data[k++] = WebRtcSpl_SatW32ToW16(tmp);
H A Dresample_by_2_mips.c148 *out++ = WebRtcSpl_SatW32ToW16(out32);
183 *out++ = WebRtcSpl_SatW32ToW16(out32);
212 *out++ = WebRtcSpl_SatW32ToW16(out32);
241 *out++ = WebRtcSpl_SatW32ToW16(out32);
270 *out++ = WebRtcSpl_SatW32ToW16(out32);
H A Dvector_scaling_operations.c75 (*out++) = WebRtcSpl_SatW32ToW16(tmp_w32);
81 (*out++) = WebRtcSpl_SatW32ToW16(tmp_w32);
117 *outptr++ = WebRtcSpl_SatW32ToW16((*inptr++ * gain) >> right_shifts);
H A Dresample_by_2.c113 *out++ = WebRtcSpl_SatW32ToW16(out32);
157 *out++ = WebRtcSpl_SatW32ToW16(out32);
172 *out++ = WebRtcSpl_SatW32ToW16(out32);
H A Ddownsample_fast_neon.c213 *data_out++ = WebRtcSpl_SatW32ToW16(out_s32);
/external/webrtc/webrtc/voice_engine/
H A Dutility.cc97 target[i * 2] = WebRtcSpl_SatW32ToW16(left);
98 target[i * 2 + 1] = WebRtcSpl_SatW32ToW16(right);
105 target[i] = WebRtcSpl_SatW32ToW16(temp);
111 target[i] = WebRtcSpl_SatW32ToW16(temp);
/external/webrtc/webrtc/common_audio/signal_processing/include/
H A Dspl_inl.h27 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
77 return WebRtcSpl_SatW32ToW16((int32_t) a + (int32_t) b);
81 return WebRtcSpl_SatW32ToW16((int32_t) var1 - (int32_t) var2);
H A Dspl_inl_armv7.h128 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
H A Dspl_inl_mips.h70 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { function
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core.c329 inst->noiseEstQuantile[i] = WebRtcSpl_SatW32ToW16(tmp32no1);
485 inst->real[i] = WebRtcSpl_SatW32ToW16(tmp32); // Q0
505 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
H A Dnsx_core_neon.c108 // tmp16 = WebRtcSpl_SatW32ToW16(tmp32no1);
130 *ptr_noiseEstQuantile = WebRtcSpl_SatW32ToW16(tmp32no1);

Completed in 1376 milliseconds