Searched refs:shiftAmounts (Results 1 – 1 of 1) sorted by relevance
860 static const int shiftAmounts[] = { 1, 1, 2, 3, 4, 5 }; in decodeHDREndpointMode7() local861 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()