Home | History | Annotate | Download | only in src

Lines Matching refs:noise_buf

154   noise_buf[L_FILT + (2 * L_SUBFR)];  // L_FILT = 12, L_SUBFR = 64 => 140
158 noise = noise_buf + L_FILT; // L_FILT = 12 delay of upsampling filter
159 noise_in = noise_buf + L_FILT + L_SUBFR;
356 FDKmemcpy(noise_buf, mem_bpf, (L_FILT + L_SUBFR) * sizeof(FIXP_DBL));
358 FDKmemcpy(mem_bpf, noise_buf + L_SUBFR,