Home
last modified time | relevance | path

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

/external/bluetooth/bluez/sbc/
Dsbc_primitives_iwmmxt.c115 static inline void sbc_analyze_eight_iwmmxt(const int16_t *in, int32_t *out, in sbc_analyze_eight_iwmmxt() function
288 sbc_analyze_eight_iwmmxt(x + 24, out, analysis_consts_fixed8_simd_odd); in sbc_analyze_4b_8s_iwmmxt()
290 sbc_analyze_eight_iwmmxt(x + 16, out, analysis_consts_fixed8_simd_even); in sbc_analyze_4b_8s_iwmmxt()
292 sbc_analyze_eight_iwmmxt(x + 8, out, analysis_consts_fixed8_simd_odd); in sbc_analyze_4b_8s_iwmmxt()
294 sbc_analyze_eight_iwmmxt(x + 0, out, analysis_consts_fixed8_simd_even); in sbc_analyze_4b_8s_iwmmxt()