Searched refs:pResMatrix (Results 1 – 3 of 3) sorted by relevance
140 CamLscMatrix_t* pResMatrix in VignInterpolateMatrices() argument144 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()179 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_RED].uCoeff[i] = (uint16_t)((red + (65536 >> 1)) … in VignInterpolateMatrices()180 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENR].uCoeff[i] = (uint16_t)((greenr + (65536 >> 1… in VignInterpolateMatrices()181 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENB].uCoeff[i] = (uint16_t)((greenb + (65536 >> 1… in VignInterpolateMatrices()182 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_BLUE].uCoeff[i] = (uint16_t)((blue + (65536 >> 1))… in VignInterpolateMatrices()
211 lsc_matrix_t* pResMatrix in VignInterpolateMatrices() argument215 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()250 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_RED].uCoeff[i] = (uint16_t)((red + (65536 >> 1)) … in VignInterpolateMatrices()251 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENR].uCoeff[i] = (uint16_t)((greenr + (65536 >> 1… in VignInterpolateMatrices()252 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENB].uCoeff[i] = (uint16_t)((greenb + (65536 >> 1… in VignInterpolateMatrices()253 …pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_BLUE].uCoeff[i] = (uint16_t)((blue + (65536 >> 1))… in VignInterpolateMatrices()
333 float* pResMatrix in SatInterpolateMatrices() argument337 if ((pCcProfileA != NULL) && (pCcProfileA != NULL) && (pResMatrix != NULL)) { in SatInterpolateMatrices()351 pResMatrix[i] = f1 * pMatrixA[i] + f2 * pMatrixB[i]; in SatInterpolateMatrices()