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

/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_mmx.c40 static inline void sbc_analyze_four_mmx(const int16_t *in, int32_t *out, function
252 sbc_analyze_four_mmx(x + 12, out, analysis_consts_fixed4_simd_odd);
254 sbc_analyze_four_mmx(x + 8, out, analysis_consts_fixed4_simd_even);
256 sbc_analyze_four_mmx(x + 4, out, analysis_consts_fixed4_simd_odd);
258 sbc_analyze_four_mmx(x + 0, out, analysis_consts_fixed4_simd_even);

Completed in 9 milliseconds