Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp457 constexpr int CLIP_RANGE_MAX_10BIT = 2218; variable
1739 mClip10Bit = new uint16_t[CLIP_RANGE_MAX_10BIT - CLIP_RANGE_MIN_10BIT + 1]; in initClip10Bit()
1741 for (signed i = CLIP_RANGE_MIN_10BIT; i <= CLIP_RANGE_MAX_10BIT; ++i) { in initClip10Bit()