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

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

Completed in 3016 milliseconds