Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_mtx33.h41 SDK_DECL_INLINE void MTX_Transpose33(const MtxFx33 *pSrc, MtxFx33 *pDst);
143 SDK_INLINE void MTX_Transpose33(const MtxFx33 *pSrc, MtxFx33 *pDst) in MTX_Transpose33() function
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dmain.c363 MTX_Transpose33(&m, &m); in test_FX_MTX33()