Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCMipmap.cpp123 u32 boxWid, u32 boxHgt );
275 u32 boxWid, boxHgt; in TCCreateNextMipMapLayer() local
292 boxWid = srcColor->width / dstColor->width; in TCCreateNextMipMapLayer()
301 TCBoxFilter( srcColor, srcAlpha, dstColor, dstAlpha, col, row, boxWid, boxHgt ); in TCCreateNextMipMapLayer()
310 u32 dstCol, u32 dstRow, u32 boxWid, u32 boxHgt ) in TCBoxFilter() argument
314 u32 boxCol = ( dstCol * boxWid ); in TCBoxFilter()
331 for( col = boxCol; col < (boxCol + boxWid); col++ ) in TCBoxFilter()
361 r = (u16)( ( rSum / (boxWid * boxHgt)) + 0.5f ); in TCBoxFilter()
362 g = (u8)( ( gSum / (boxWid * boxHgt)) + 0.5f ); in TCBoxFilter()
363 b = (u8)( ( bSum / (boxWid * boxHgt)) + 0.5f ); in TCBoxFilter()
[all …]