Home
last modified time | relevance | path

Searched refs:bfx (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
172 SDK_NULL_ASSERT(bfx); in MTX_Concat43D_()
176 MtxFxToD_(bfx->a, b.a, NUM_MTX43_ELEMENT); in MTX_Concat43D_()
281 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab) in MTX_Concat44D_() argument
292 SDK_NULL_ASSERT(bfx); in MTX_Concat44D_()
296 MtxFxToD_(bfx->a, b.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_()