Searched refs:sbc_analyze_four_iwmmxt (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_iwmmxt.c42 static inline void sbc_analyze_four_iwmmxt(const int16_t *in, int32_t *out, function
275 sbc_analyze_four_iwmmxt(x + 12, out, analysis_consts_fixed4_simd_odd);
277 sbc_analyze_four_iwmmxt(x + 8, out, analysis_consts_fixed4_simd_even);
279 sbc_analyze_four_iwmmxt(x + 4, out, analysis_consts_fixed4_simd_odd);
281 sbc_analyze_four_iwmmxt(x + 0, out, analysis_consts_fixed4_simd_even);

Completed in 50 milliseconds