Searched refs:clampSByte (Results 1 – 3 of 3) sorted by relevance
23 inline signed char clampSByte(int value) in clampSByte() function119 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false)); in DecodeBlock()
24 inline int clampSByte(int value) in clampSByte() function120 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false)); in DecodeBlock()
75 *pixel = clampSByte(getSingleETC2Channel(i, j, isSigned)); in decodeAsSingleETC2Channel()367 static signed char clampSByte(int value) in clampSByte() function