Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c355 int32 maxInt32Value8bbpL = 0x7FFFFFFF; in bim_UInt16ByteImage_warp() local
394 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp()
395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
396 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
397 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
398 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp()
407 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp()
415 maxInt32Value8bbpL <<= -shiftL; in bim_UInt16ByteImage_warp()
428 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp()
429 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
[all …]
DUInt8Image.c541 int32 maxInt32Value8bbpL = 0x7FFFFFFF; in bim_UInt8Image_warpOffs() local
580 maxInt32Value8bbpL >>= -shiftL; in bim_UInt8Image_warpOffs()
581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
582 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
583 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
584 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) in bim_UInt8Image_warpOffs()
593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs()
601 maxInt32Value8bbpL <<= -shiftL; in bim_UInt8Image_warpOffs()
615 maxInt32Value8bbpL >>= -shiftL; in bim_UInt8Image_warpOffs()
616 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
[all …]