Searched refs:VMUL2S (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
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/ |
D | aacdec_mips.h | 248 #define VMUL2S VMUL2S_mips macro
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec.c | 111 #ifndef VMUL2S 112 static inline float *VMUL2S(float *dst, const float *v, unsigned idx, in VMUL2S() function
|
D | aacdec_template.c | 1903 cf = VMUL2S(cf, vq, cb_idx, sign, sf + idx); in decode_spectrum_and_dequant()
|