Home
last modified time | relevance | path

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

/external/rnnoise/src/
Ddenoise.c52 #define PITCH_BUF_SIZE (PITCH_MAX_PERIOD+PITCH_FRAME_SIZE) macro
91 float pitch_buf[PITCH_BUF_SIZE];
92 float pitch_enh_buf[PITCH_BUF_SIZE];
318 float pitch_buf[PITCH_BUF_SIZE>>1]; in compute_frame_features()
325 RNN_MOVE(st->pitch_buf, &st->pitch_buf[FRAME_SIZE], PITCH_BUF_SIZE-FRAME_SIZE); in compute_frame_features()
326 RNN_COPY(&st->pitch_buf[PITCH_BUF_SIZE-FRAME_SIZE], in, FRAME_SIZE); in compute_frame_features()
328 pitch_downsample(pre, pitch_buf, PITCH_BUF_SIZE, 1); in compute_frame_features()
338 p[i] = st->pitch_buf[PITCH_BUF_SIZE-WINDOW_SIZE-pitch_index+i]; in compute_frame_features()