• Home
  • Raw
  • Download

Lines Matching refs:MAX_FRAMESIZE

52 #define MAX_FRAMESIZE        160 ///< maximum number of samples per frame  macro
54 #define MAX_SFRAMESIZE (MAX_FRAMESIZE * MAX_FRAMES)
277 float denoise_filter_cache[MAX_FRAMESIZE];
812 float synth_filter_in_buf[MAX_FRAMESIZE / 2], in postfilter()
816 av_assert0(size <= MAX_FRAMESIZE / 2); in postfilter()
1063 s->aw_n_pulses[0] = (pitch[0] - 1 + MAX_FRAMESIZE / 2 - offset) / pitch[0]; in aw_parse_coords()
1066 s->aw_n_pulses[1] = (pitch[1] - 1 + MAX_FRAMESIZE - offset) / pitch[1]; in aw_parse_coords()
1067 s->aw_first_pulse_off[1] = offset - (MAX_FRAMESIZE + s->aw_pulse_range) / 2; in aw_parse_coords()
1072 if (start_offset[bits] < MAX_FRAMESIZE / 2) { in aw_parse_coords()
1129 for (idx = pulse_off; idx < MAX_FRAMESIZE / 2; idx += fcb->pitch_lag) { in aw_pulse_set2()
1146 if (idx >= MAX_FRAMESIZE / 2) { // find from zero in aw_pulse_set2()
1167 n = (MAX_FRAMESIZE / 2 - start_off) % fcb->pitch_lag; in aw_pulse_set2()
1206 if (fcb->x[fcb->n] < MAX_FRAMESIZE / 2) in aw_pulse_set1()
1284 av_assert0(size <= MAX_FRAMESIZE); in synth_block_hardcoded()
1316 float pulses[MAX_FRAMESIZE / 2], pred_err, acb_gain, fcb_gain; in synth_block_fcb_acb()
1320 av_assert0(size <= MAX_FRAMESIZE / 2); in synth_block_fcb_acb()
1501 block_nsamples = MAX_FRAMESIZE / frame_descs[bd_idx].n_blocks; in synth_frame()
1529 (cur_pitch_val - s->last_pitch_val) * (1 << 16) / MAX_FRAMESIZE; in synth_frame()
1616 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx], in synth_frame()
1623 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx + 80], in synth_frame()
1796 &samples[n * MAX_FRAMESIZE], in synth_superframe()
1798 &excitation[s->history_nsamples + n * MAX_FRAMESIZE], in synth_superframe()
1799 &synth[s->lsps + n * MAX_FRAMESIZE]))) { in synth_superframe()