Home
last modified time | relevance | path

Searched refs:start_sample (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Daudio_provider_mock.cc34 const int start_sample = (start_ms * kAudioSampleFrequency) / 1000; in GetAudioSamples() local
36 const int sample_index = (start_sample + i) % wraparound; in GetAudioSamples()
/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c903 WORD32 start_sample, WORD32 end_sample) { in ixheaacd_pre_processing() argument
916 for (i = start_sample; i < end_sample; i++) { in ixheaacd_pre_processing()
920 temp /= (end_sample - start_sample); in ixheaacd_pre_processing()
961 WORD32 start_sample, end_sample, goal_sb; in ixheaacd_generate_hf() local
1003 start_sample = first_slot_offset * 4; in ixheaacd_generate_hf()
1007 start_sample = first_slot_offset * 2; in ixheaacd_generate_hf()
1014 f_master_tbl[0], start_sample, end_sample); in ixheaacd_generate_hf()
1020 for (i = start_sample; i < end_sample; i++) { in ixheaacd_generate_hf()
1116 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
1154 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
[all …]
/external/webrtc/modules/audio_processing/aec3/
Dfilter_analyzer.cc30 size_t start_sample, in FindPeakIndex() argument
35 for (size_t k = start_sample; k <= end_sample; ++k) { in FindPeakIndex()