Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx43.h40 SDK_DECL_INLINE void MTX_Transpose43(const MtxFx43 *pSrc, MtxFx43 *pDst);
143 SDK_INLINE void MTX_Transpose43(const MtxFx43 *pSrc, MtxFx43 *pDst) in MTX_Transpose43() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c529 MTX_Transpose43(&m, &m); in test_FX_MTX43()