Searched refs:VMUL2S (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | aac.h | 72 #define VMUL2S VMUL2S macro 73 static inline float *VMUL2S(float *dst, const float *v, unsigned idx, in VMUL2S() function
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.h | 248 #define VMUL2S VMUL2S_mips macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec.c | 110 #ifndef VMUL2S 111 static inline float *VMUL2S(float *dst, const float *v, unsigned idx, in VMUL2S() function
|
H A D | aacdec_template.c | 1918 cf = VMUL2S(cf, vq, cb_idx, sign, sf + idx); in decode_spectrum_and_dequant()
|
Completed in 8 milliseconds