Searched refs:sample (Results 1 - 25 of 528) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S108 @ Last sample in the inner loop.
H A Dpitch_filter_armv6.S119 @ First shift the sample to the range of [0xC0000000, 0x3FFFFFFF],
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c116 WebRtc_Word32 nrg, max_nrg, sample, tmp32; local
172 /* SWB is processed as 160 sample for L and H bands */
182 "AGC->add_mic, frame %d: Invalid sample rate\n\n",
232 sample = WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
233 if (sample > 32767)
236 } else if (sample < -32768)
241 in_mic[i] = (WebRtc_Word16)sample;
248 sample = WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
249 if (sample > 32767)
252 } else if (sample <
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m284 % Assume the last init gives the sample rate of interest.
/external/strace/tests/
H A Dstat.test13 truncate_cmd='dd seek=46118400000 obs=1 count=0 if=/dev/null of=sample'
16 rm -f sample
25 $STRACE -efile find -L sample > /dev/null 2> $LOG &&
26 LC_ALL=C grep -E -x 'stat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, 0\) += 0' $LOG > /dev/null ||
29 $STRACE -efile find sample > /dev/null 2> $LOG &&
30 LC_ALL=C grep -E -x 'lstat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, AT_SYMLINK_NOFOLLOW\) += 0' $LOG > /dev/null ||
33 rm -f sample
/external/srec/config/en.us/
H A Drun-chmod.sh5 chmod 777 ./run-change-sample-rate2.sh
/external/srec/srec/EventLog/src/
H A Driff.c182 int sign, exponent, mantissa, sample; local
188 sample = exp_lut[exponent] + (mantissa << (exponent + 3));
189 if (sign != 0) sample = -sample;
190 return sample;
196 int sign, achord, astep, delta, sample; local
207 sample = ((2 * astep + 33) * exp_lut[achord]) - 32 * delta;
208 if (sign != 0) sample = -sample;
209 sample
[all...]
/external/srec/tests/
H A DAndroid.mk81 ../config/en.us/run-change-sample-rate2.sh \
/external/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s88 LDRSH tmp0, [pBuffer] @ fetch sample
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
H A DARM-E_interpolate_loop_gnu.s78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
H A DARM-E_mastergain_gnu.s73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
H A DARM-E_voice_gain_gnu.s148 LDR tmp1, [pMixBuffer] @ get left channel output sample
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
H A DARM_synth_constants_gnu.inc56 @ if the OUTPUT PCM sample is 16-bits, then when using indexed addressing,
57 @ the next sample is this many bytes away
123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
H A Darm-hybrid-22k_lib.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s88 LDRSH tmp0, [pBuffer] @ fetch sample
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
H A DARM-E_interpolate_loop_gnu.s78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
H A DARM-E_mastergain_gnu.s73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
H A DARM-E_voice_gain_gnu.s148 LDR tmp1, [pMixBuffer] @ get left channel output sample
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
H A DARM_synth_constants_gnu.inc56 @ if the OUTPUT PCM sample is 16-bits, then when using indexed addressing,
57 @ the next sample is this many bytes away
123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
H A Darm-wt-22k_lib.mak2 # Auto-generated sample makefile
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-fm-22k/lib_src/
H A Darm-fm-22k_lib.mak2 # Auto-generated sample makefile
/external/sfntly/
H A DAndroid.mk68 cpp/src/sample/chromium/font_subsetter.cc \
69 cpp/src/sample/chromium/subsetter_impl.cc

Completed in 2291 milliseconds

1234567891011>>