Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c890 WORD32 start_sample, WORD32 end_sample) { in ixheaacd_pre_processing() argument
903 for (i = start_sample; i < end_sample; i++) { in ixheaacd_pre_processing()
907 temp /= (end_sample - start_sample); in ixheaacd_pre_processing()
948 WORD32 start_sample, end_sample, goal_sb; in ixheaacd_generate_hf() local
989 end_sample = 64 + end_slot_offs * 4; in ixheaacd_generate_hf()
993 end_sample = 32 + end_slot_offs * 2; in ixheaacd_generate_hf()
999 f_master_tbl[0], start_sample, end_sample); in ixheaacd_generate_hf()
1005 for (i = start_sample; i < end_sample; i++) { in ixheaacd_generate_hf()
1101 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
1135 for (i = start_sample + slope_length; i < end_sample + slope_length; in ixheaacd_generate_hf()
[all …]