OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcSpl_SatW32ToW16
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c
43
tmpAR = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp32);
44
ar_g_Q0[k + 1] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp32_2);
pitch_filter_c.c
67
outputBuf[*index2] =
WebRtcSpl_SatW32ToW16
(tmpW32);
69
outputBuf2[*index2 + PITCH_BUFFSIZE] =
WebRtcSpl_SatW32ToW16
(tmpW32);
filterbanks.c
138
io[k] = (int16_t)
WebRtcSpl_SatW32ToW16
(c); // Write output as Q0.
220
LP16[k] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp3); /*low pass */
222
HP16[k] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp3); /*high pass */
279
LP16[k] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp3); /*low pass */
281
HP16[k] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp3); /*high pass */
lattice.c
279
ARfQ0vec[i] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
285
tmpAR = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
288
ARgQ0vec[i+1] = (int16_t)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
decode.c
207
tmp_1 = (int16_t)
WebRtcSpl_SatW32ToW16
(((int32_t)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* Construct a new upper channel signal*/
208
tmp_2 = (int16_t)
WebRtcSpl_SatW32ToW16
(((int32_t)Vector_Word16_1[k]-Vector_Word16_2[k])); /* Construct a new lower channel signal*/
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c
43
tmpAR = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp32);
44
ar_g_Q0[k + 1] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp32_2);
pitch_filter_c.c
67
outputBuf[*index2] =
WebRtcSpl_SatW32ToW16
(tmpW32);
69
outputBuf2[*index2 + PITCH_BUFFSIZE] =
WebRtcSpl_SatW32ToW16
(tmpW32);
filterbanks.c
102
io[k] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(c); // Write output as Q0.
175
LP16[k] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp3); /*low pass */
177
HP16[k] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp3); /*high pass */
230
LP16[k] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp3); /*low pass */
232
HP16[k] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp3); /*high pass */
lattice.c
282
ARfQ0vec[i] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
288
tmpAR = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
291
ARgQ0vec[i+1] = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(tmp32); // Q0
decode.c
207
tmp_1 = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(((WebRtc_Word32)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* Construct a new upper channel signal*/
208
tmp_2 = (WebRtc_Word16)
WebRtcSpl_SatW32ToW16
(((WebRtc_Word32)Vector_Word16_1[k]-Vector_Word16_2[k])); /* Construct a new lower channel signal*/
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast.c
44
*data_out++ =
WebRtcSpl_SatW32ToW16
(out_s32);
splitting_filter.c
155
low_band[i] =
WebRtcSpl_SatW32ToW16
(tmp);
159
high_band[i] =
WebRtcSpl_SatW32ToW16
(tmp);
198
out_data[k++] =
WebRtcSpl_SatW32ToW16
(tmp);
201
out_data[k++] =
WebRtcSpl_SatW32ToW16
(tmp);
resample_by_2_mips.c
148
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
183
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
212
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
241
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
270
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
vector_scaling_operations.c
75
(*out++) =
WebRtcSpl_SatW32ToW16
(tmp_w32);
81
(*out++) =
WebRtcSpl_SatW32ToW16
(tmp_w32);
120
(*outptr++) =
WebRtcSpl_SatW32ToW16
(tmpW32);
resample_by_2.c
113
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
157
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
172
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
spl_inl.h
27
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
39
return
WebRtcSpl_SatW32ToW16
((int32_t) a + (int32_t) b);
43
return
WebRtcSpl_SatW32ToW16
((int32_t) var1 - (int32_t) var2);
spl_inl_armv7.h
157
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
spl_inl_mips.h
126
static __inline int16_t
WebRtcSpl_SatW32ToW16
(int32_t value32) {
/external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h
22
static __inline WebRtc_Word16
WebRtcSpl_SatW32ToW16
(WebRtc_Word32 value32) {
35
return
WebRtcSpl_SatW32ToW16
((WebRtc_Word32) a + (WebRtc_Word32) b);
61
return
WebRtcSpl_SatW32ToW16
((WebRtc_Word32) var1 - (WebRtc_Word32) var2);
spl_inl_armv7.h
130
static __inline WebRtc_Word16
WebRtcSpl_SatW32ToW16
(WebRtc_Word32 value32) {
/external/chromium_org/third_party/webrtc/voice_engine/
utility.cc
139
target[i * 2] =
WebRtcSpl_SatW32ToW16
(left);
140
target[i * 2 + 1] =
WebRtcSpl_SatW32ToW16
(right);
147
target[i] =
WebRtcSpl_SatW32ToW16
(temp);
153
target[i] =
WebRtcSpl_SatW32ToW16
(temp);
/external/webrtc/src/common_audio/signal_processing/
downsample_fast.c
55
*downsampled_ptr++ =
WebRtcSpl_SatW32ToW16
(o);
splitting_filter.c
150
low_band[i] =
WebRtcSpl_SatW32ToW16
(tmp);
154
high_band[i] =
WebRtcSpl_SatW32ToW16
(tmp);
192
out_data[k++] =
WebRtcSpl_SatW32ToW16
(tmp);
195
out_data[k++] =
WebRtcSpl_SatW32ToW16
(tmp);
resample_by_2.c
112
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
155
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
170
*out++ =
WebRtcSpl_SatW32ToW16
(out32);
vector_scaling_operations.c
128
(*outptr++) =
WebRtcSpl_SatW32ToW16
(tmpW32);
Completed in 818 milliseconds
1
2