Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp939 static const int numDBits[] = { 7, 6, 7, 6, 5, 6, 5, 6 }; in decodeHDREndpointMode11() local
940 DE_ASSERT(mode < DE_LENGTH_OF_ARRAY(numDBits)); in decodeHDREndpointMode11()
942 d0 = signExtend(d0, numDBits[mode]); in decodeHDREndpointMode11()
943 d1 = signExtend(d1, numDBits[mode]); in decodeHDREndpointMode11()