Searched refs:VMUL4S (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | aac.h | 97 #define VMUL4S VMUL4S macro 98 static inline float *VMUL4S(float *dst, const float *v, unsigned idx, in VMUL4S() function
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacdec_mips.h | 249 #define VMUL4S VMUL4S_mips macro
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec.c | 128 #ifndef VMUL4S 129 static inline float *VMUL4S(float *dst, const float *v, unsigned idx, in VMUL4S() function
|
D | aacdec_template.c | 1855 cf = VMUL4S(cf, vq, cb_idx, bits, sf + idx); in decode_spectrum_and_dequant()
|