Searched refs:ISEMODE_PLAIN_BIT (Results 1 – 1 of 1) sorted by relevance
107 ISEMODE_PLAIN_BIT, enumerator126 case ISEMODE_PLAIN_BIT: return numValues*iseParams.numBits; in computeNumRequiredBits()164 const ISEParams params(ISEMODE_PLAIN_BIT, curBitsForPlainBitMode); in computeMaximumRangeISEParams()167 return ISEParams(ISEMODE_PLAIN_BIT, curBitsForPlainBitMode); in computeMaximumRangeISEParams()420 m = ISEMODE_PLAIN_BIT; in getASTCBlockMode()727 DE_ASSERT(params.mode == ISEMODE_PLAIN_BIT); in decodeISE()771 DE_ASSERT(iseParams.mode == ISEMODE_PLAIN_BIT); in unquantizeColorEndpoints()1255 DE_ASSERT(iseParams.mode == ISEMODE_PLAIN_BIT); in unquantizeWeights()1806 case ISEMODE_PLAIN_BIT: return (1u << iseParams.numBits) - 1; in computeISERangeMax()2214 DE_ASSERT(params.mode == ISEMODE_PLAIN_BIT); in encodeISE()[all …]