Searched refs:shiftAmounts (Results 1 – 1 of 1) sorted by relevance
1794 static const int shiftAmounts[] = { 1, 1, 2, 3, 4, 5 }; in decodeHDREndpointMode7() local1795 DE_ASSERT(mode < DE_LENGTH_OF_ARRAY(shiftAmounts)); in decodeHDREndpointMode7()1797 red <<= shiftAmounts[mode]; in decodeHDREndpointMode7()1798 green <<= shiftAmounts[mode]; in decodeHDREndpointMode7()1799 blue <<= shiftAmounts[mode]; in decodeHDREndpointMode7()1800 scale <<= shiftAmounts[mode]; in decodeHDREndpointMode7()