Home | History | Annotate | Download | only in lib

Lines Matching full:inval

1578  * @param    inVal : the value to be compressed
1583 static picoos_uint8 pamCompressComponent(picoos_uint8 inVal)
1585 if (inVal <= 5)
1586 return inVal;
1587 if ((5 < inVal) && (inVal <= 10))
1589 if ((10 < inVal) && (inVal <= 20))
1591 if ((20 < inVal) && (inVal <= 30))