Searched refs:pitch_downsample (Results 1 – 7 of 7) sorted by relevance
/external/rnnoise/src/ |
D | pitch.h | 41 void pitch_downsample(celt_sig *x[], opus_val16 *x_lp,
|
D | pitch.c | 148 void pitch_downsample(celt_sig *x[], opus_val16 *x_lp, in pitch_downsample() function
|
D | denoise.c | 328 pitch_downsample(pre, pitch_buf, PITCH_BUF_SIZE, 1); in compute_frame_features()
|
/external/libopus/celt/ |
D | pitch.h | 53 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
|
D | pitch.c | 140 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp, in pitch_downsample() function
|
D | celt_decoder.c | 492 pitch_downsample(decode_mem, lp_pitch_buf, in celt_plc_pitch_search()
|
D | celt_encoder.c | 1198 pitch_downsample(pre, pitch_buf, COMBFILTER_MAXPERIOD+N, CC, st->arch); in run_prefilter()
|