Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx33.c225 fx32 t01; in MTX_RotAxis33() local
237 t01 = (fx32)((xx * xx * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
238 pDst->_00 = t01 + cosVal; in MTX_RotAxis33()
240 t01 = (fx32)((yy * yy * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
241 pDst->_11 = t01 + cosVal; in MTX_RotAxis33()
243 t01 = (fx32)((zz * zz * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
244 pDst->_22 = t01 + cosVal; in MTX_RotAxis33()
246 t01 = (fx32)((t * xx * yy) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
248 pDst->_01 = t01 + s2; in MTX_RotAxis33()
249 pDst->_10 = t01 - s2; in MTX_RotAxis33()
[all …]
Dfx_mtx44.c320 fx32 t01; in MTX_RotAxis44() local
332 t01 = (fx32)((xx * xx * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis44()
333 pDst->_00 = t01 + cosVal; in MTX_RotAxis44()
335 t01 = (fx32)((yy * yy * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis44()
336 pDst->_11 = t01 + cosVal; in MTX_RotAxis44()
338 t01 = (fx32)((zz * zz * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis44()
339 pDst->_22 = t01 + cosVal; in MTX_RotAxis44()
341 t01 = (fx32)((t * xx * yy) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis44()
343 pDst->_01 = t01 + s2; in MTX_RotAxis44()
344 pDst->_10 = t01 - s2; in MTX_RotAxis44()
[all …]