Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_mtx.c99 static void MTX_Concat43D_(const MtxFx43 *afx, const MtxFx43 *bfx, MtxD43 * ab);
103 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab);
163 static void MTX_Concat43D_(const MtxFx43 *afx, const MtxFx43 *bfx, MtxD43 * ab) in MTX_Concat43D_() argument
171 SDK_NULL_ASSERT(afx); in MTX_Concat43D_()
175 MtxFxToD_(afx->a, a.a, NUM_MTX43_ELEMENT); in MTX_Concat43D_()
281 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab) in MTX_Concat44D_() argument
291 SDK_NULL_ASSERT(afx); in MTX_Concat44D_()
295 MtxFxToD_(afx->a, a.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_()