Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp848 static const int shiftAmounts[] = { 1, 1, 2, 3, 4, 5 }; in decodeHDREndpointMode7() local
849 DE_ASSERT(mode < DE_LENGTH_OF_ARRAY(shiftAmounts)); in decodeHDREndpointMode7()
851 red <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
852 green <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
853 blue <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
854 scale <<= shiftAmounts[mode]; in decodeHDREndpointMode7()