Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h40 SDK_DECL_INLINE void MTX_Transpose44(const MtxFx44 *pSrc, MtxFx44 *pDst);
149 SDK_INLINE void MTX_Transpose44(const MtxFx44 *pSrc, MtxFx44 *pDst) in MTX_Transpose44() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c686 MTX_Transpose44(&m, &m); in test_FX_MTX44()