Home
last modified time | relevance | path

Searched refs:VMUL2S (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Daac.h72 #define VMUL2S VMUL2S macro
73 static inline float *VMUL2S(float *dst, const float *v, unsigned idx, in VMUL2S() function
/third_party/ffmpeg/libavcodec/mips/
Daacdec_mips.h248 #define VMUL2S VMUL2S_mips macro
/third_party/ffmpeg/libavcodec/
Daacdec.c111 #ifndef VMUL2S
112 static inline float *VMUL2S(float *dst, const float *v, unsigned idx, in VMUL2S() function
Daacdec_template.c1903 cf = VMUL2S(cf, vq, cb_idx, sign, sf + idx); in decode_spectrum_and_dequant()