• Home
  • Raw
  • Download

Lines Matching refs:MAX_PITCH

159   ixheaacd_memset(st->xcitation_prev, MAX_PITCH + INTER_LP_FIL_ORDER + 1);  in ixheaacd_fix2flt_data()
160 ixheaacd_memset(st->synth_prev, MAX_PITCH + SYNTH_DELAY_LMAX); in ixheaacd_fix2flt_data()
226 if (((pitch_lag >> 1) + 96 - num_subfr) > MAX_PITCH) return -1; in ixheaacd_bass_post_filter()
357 synth = synth_buf + MAX_PITCH + synth_delay; in ixheaacd_lpd_dec()
358 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
361 xcitation_curr = xcitation_buff + MAX_PITCH + INTER_LP_FIL_ORDER + 1; in ixheaacd_lpd_dec()
363 MAX_PITCH + INTER_LP_FIL_ORDER + 1); in ixheaacd_lpd_dec()
445 num_samples = min(3 * len_subfrm, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
451 num_samples = min(2 * len_subfrm, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
482 num_samples = min(len_subfrm, MAX_PITCH + INTER_LP_FIL_ORDER + 1); in ixheaacd_lpd_dec()
484 num_samples = min(3 * len_subfrm, MAX_PITCH + INTER_LP_FIL_ORDER + 1); in ixheaacd_lpd_dec()
486 num_samples = min(2 * len_subfrm, MAX_PITCH + INTER_LP_FIL_ORDER + 1); in ixheaacd_lpd_dec()
568 MAX_PITCH + INTER_LP_FIL_ORDER + 1); in ixheaacd_lpd_dec()
570 ixheaacd_mem_cpy(synth_buf + len_fr, st->synth_prev, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
588 synth = synth_buf + MAX_PITCH; in ixheaacd_lpd_dec()
635 (FLOAT32)tddec->synth_prev[MAX_PITCH - (LEN_SUBFR) + i] * 16384.0); in ixheaacd_lpd_dec_update()
664 float synth_buf[MAX_PITCH + SYNTH_DELAY_LMAX + LEN_SUPERFRAME]; in ixheaacd_lpd_bpf_fix()
679 ixheaacd_memset(synth_buf, MAX_PITCH + synth_delay + len_fr); in ixheaacd_lpd_bpf_fix()
680 synth = synth_buf + MAX_PITCH + synth_delay; in ixheaacd_lpd_bpf_fix()
681 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_bpf_fix()
682 ixheaacd_mem_cpy(out_buffer, synth_buf + MAX_PITCH - (LEN_SUBFR), in ixheaacd_lpd_bpf_fix()
702 synth = synth_buf + MAX_PITCH; in ixheaacd_lpd_bpf_fix()
706 if ((i * LEN_SUBFR + MAX_PITCH) < tp) { in ixheaacd_lpd_bpf_fix()
708 } else if ((i * LEN_SUBFR + MAX_PITCH - tp) >= 1883) { in ixheaacd_lpd_bpf_fix()