Go to the documentation of this file.
29 int pred_order,
int qlevel,
int len);
31 int pred_order,
int qlevel,
int len);
33 int pred_order,
int qlevel,
int len);
70 int vlenb = ff_get_rv_vlenb();
74 # if (__riscv_xlen >= 64)
void ff_flac_decorrelate_indep4_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
void ff_flac_decorrelate_indep2_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_ls_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_indep8_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
#define AV_CPU_FLAG_RVB_ADDR
Address bit-manipulations.
void ff_flac_decorrelate_indep6_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_lpc32_rvv(int32_t *decoded, const int coeffs[32], int pred_order, int qlevel, int len)
void ff_flac_decorrelate_ms_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_lpc32_rvv_simple(int32_t *decoded, const int coeffs[32], int pred_order, int qlevel, int len)
av_cold void ff_flacdsp_init_riscv(FLACDSPContext *c, enum AVSampleFormat fmt, int channels)
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
void ff_flac_decorrelate_indep8_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_lpc16_rvv(int32_t *decoded, const int coeffs[32], int pred_order, int qlevel, int len)
static int shift(int a, int b)
AVSampleFormat
Audio sample formats.
#define AV_CPU_FLAG_RVV_I32
Vectors of 8/16/32-bit int's */.
@ AV_SAMPLE_FMT_S16
signed 16 bits
void ff_flac_decorrelate_ls_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_indep6_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_rs_32_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_indep4_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_rs_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
#define flags(name, subs,...)
@ AV_SAMPLE_FMT_S32
signed 32 bits
void ff_flac_decorrelate_ms_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)
void ff_flac_decorrelate_indep2_16_rvv(uint8_t **out, int32_t **in, int channels, int len, int shift)