Searched refs:pitch_sharpening (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | sipr.c | 180 static void pitch_sharpening(int pitch_lag_int, float beta, in pitch_sharpening() function 254 pitch_sharpening(pitch_lag, pitch_sharp_factor, freq); in eval_ir()
|
H A D | amrnbdec.c | 562 static void pitch_sharpening(AMRContext *p, int subframe, enum Mode mode, in pitch_sharpening() function 1018 pitch_sharpening(p, subframe, p->cur_frame_mode, &fixed_sparse); in amrnb_decode_frame()
|
H A D | amrwbdec.c | 592 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector) in pitch_sharpening() function 1203 pitch_sharpening(ctx, ctx->fixed_vector); in amrwb_decode_frame()
|
Completed in 6 milliseconds