Searched refs:start_sample (Results 1 – 3 of 3) sorted by relevance
34 const int start_sample = (start_ms * kAudioSampleFrequency) / 1000; in GetAudioSamples() local36 const int sample_index = (start_sample + i) % wraparound; in GetAudioSamples()
903 WORD32 start_sample, WORD32 end_sample) { in ixheaacd_pre_processing() argument916 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() local1003 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 …]
30 size_t start_sample, in FindPeakIndex() argument35 for (size_t k = start_sample; k <= end_sample; ++k) { in FindPeakIndex()