Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Daudio_provider_mock.cc36 const int start_sample = (start_ms * kAudioSampleFrequency) / 1000; in GetAudioSamples() local
38 const int sample_index = (start_sample + i) % wraparound; in GetAudioSamples()
/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c894 WORD32 start_sample, WORD32 end_sample) { in ixheaacd_pre_processing() argument
907 for (i = start_sample; i < end_sample; i++) { in ixheaacd_pre_processing()
911 temp /= (end_sample - start_sample); in ixheaacd_pre_processing()
952 WORD32 start_sample, end_sample, goal_sb; in ixheaacd_generate_hf() local
994 start_sample = first_slot_offset * 4; in ixheaacd_generate_hf()
998 start_sample = first_slot_offset * 2; in ixheaacd_generate_hf()
1005 f_master_tbl[0], start_sample, end_sample); in ixheaacd_generate_hf()
1011 for (i = start_sample; i < end_sample; i++) { in ixheaacd_generate_hf()
1107 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
1145 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
[all …]