Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp257 class BitAccessStream class
260 BitAccessStream (const Block128& src, int startNdxInSrc, int length, bool forward) in BitAccessStream() function in tcu::astc::__anon8b756cce0111::BitAccessStream
579 void decodeISETritBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISETritBlock()
648 void decodeISEQuintBlock (ISEDecodedResult* dst, int numValues, BitAccessStream& data, int numBits) in decodeISEQuintBlock()
699 inline void decodeISEBitBlock (ISEDecodedResult* dst, BitAccessStream& data, int numBits) in decodeISEBitBlock()
705 void decodeISE (ISEDecodedResult* dst, int numValues, BitAccessStream& data, const ISEParams& param… in decodeISE()
1198 BitAccessStream dataStream(blockData, colorEndpointDataStart, numBitsAvailable, true); in computeColorEndpoints()
1324BitAccessStream dataStream(blockData, 127, computeNumRequiredBits(blockMode.weightISEParams, compu… in computeTexelWeights()