summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.h
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2023-12-08 17:42:22 +0200
committerRémi Denis-Courmont <remi@remlab.net>2023-12-11 18:17:43 +0200
commit272d0c164d990cafc52a43bbceb1fc0445a2d22c (patch)
tree27f720192cf6b9227301faf71f6c9cab0e6011d0 /libavcodec/lpc.h
parent341a483b0868d30d17bf8d5e82facb5e0944a6fe (diff)
lavc/lpc: R-V V apply_welch_window
apply_welch_window_even_c: 617.5 apply_welch_window_even_rvv_f64: 235.0 apply_welch_window_odd_c: 709.0 apply_welch_window_odd_rvv_f64: 256.5
Diffstat (limited to 'libavcodec/lpc.h')
-rw-r--r--libavcodec/lpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 467d0b2830..0200baea5c 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -109,6 +109,7 @@ double ff_lpc_calc_ref_coefs_f(LPCContext *s, const float *samples, int len,
*/
int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
enum FFLPCType lpc_type);
+void ff_lpc_init_riscv(LPCContext *s);
void ff_lpc_init_x86(LPCContext *s);
/**