Home
last modified time | relevance | path

Searched refs:tmp01 (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
314 tmp01 = (fx32)(((fx64)pSrc->_01 * pSrc->_22 - (fx64)pSrc->_21 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
321 p->_01 = -(fx32)(((fx64)det * tmp01) >> FX32_SHIFT); in MTX_Inverse33()
Dfx_mtx43.c261 fx32 tmp01, tmp02, tmp11, tmp12; in MTX_Inverse43() local
295 tmp01 = (fx32)(((fx64)pSrc->_01 * pSrc->_22 - (fx64)pSrc->_21 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
302 p->_01 = -(fx32)(((fx64)det * tmp01) >> FX32_SHIFT); in MTX_Inverse43()