Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp48 G2D_CSC_RANGE_COUNT, enumerator
66 static uint16_t YCbCr2sRGBCoefficients[G2D_CSC_STD_COUNT * G2D_CSC_RANGE_COUNT][9] = {
77 static uint16_t sRGB2YCbCrCoefficients[G2D_CSC_STD_COUNT * G2D_CSC_RANGE_COUNT][9] = {
187 index = csc_std_to_matrix_index[colorspace] * G2D_CSC_RANGE_COUNT; in findMatrixIndex()