Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx33.c280 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse33() local
316 tmp11 = (fx32)(((fx64)pSrc->_00 * pSrc->_22 - (fx64)pSrc->_20 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
325 p->_11 = (fx32)(((fx64)det * tmp11) >> FX32_SHIFT); in MTX_Inverse33()
Dfx_mtx43.c261 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse43() local
297 tmp11 = (fx32)(((fx64)pSrc->_00 * pSrc->_22 - (fx64)pSrc->_20 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
306 p->_11 = (fx32)(((fx64)det * tmp11) >> FX32_SHIFT); in MTX_Inverse43()