Revision 6eabb0d3 libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
375 | 375 |
void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize); |
376 | 376 |
void (*ac3_downmix)(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len); |
377 | 377 |
/* assume len is a multiple of 8, and arrays are 16-byte aligned */ |
378 |
void (*vector_fmul)(float *dst, const float *src, int len); |
|
378 |
void (*vector_fmul)(float *dst, const float *src0, const float *src1, int len);
|
|
379 | 379 |
void (*vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len); |
380 | 380 |
/* assume len is a multiple of 8, and src arrays are 16-byte aligned */ |
381 | 381 |
void (*vector_fmul_add)(float *dst, const float *src0, const float *src1, const float *src2, int len); |
Also available in: Unified diff