Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/arm/
Daac.h97 #define VMUL4S VMUL4S macro
98 static inline float *VMUL4S(float *dst, const float *v, unsigned idx, in VMUL4S() function
/third_party/ffmpeg/libavcodec/mips/
Daacdec_mips.h249 #define VMUL4S VMUL4S_mips macro
/third_party/ffmpeg/libavcodec/
Daacdec.c128 #ifndef VMUL4S
129 static inline float *VMUL4S(float *dst, const float *v, unsigned idx, in VMUL4S() function
Daacdec_template.c1855 cf = VMUL4S(cf, vq, cb_idx, bits, sf + idx); in decode_spectrum_and_dequant()