Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp860 static const int shiftAmounts[] = { 1, 1, 2, 3, 4, 5 }; in decodeHDREndpointMode7() local
861 DE_ASSERT(mode < DE_LENGTH_OF_ARRAY(shiftAmounts)); in decodeHDREndpointMode7()
863 red <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
864 green <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
865 blue <<= shiftAmounts[mode]; in decodeHDREndpointMode7()
866 scale <<= shiftAmounts[mode]; in decodeHDREndpointMode7()