Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp140 CamLscMatrix_t* pResMatrix in VignInterpolateMatrices() argument
144 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()
179pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_RED].uCoeff[i] = (uint16_t)((red + (65536 >> 1)) … in VignInterpolateMatrices()
180pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENR].uCoeff[i] = (uint16_t)((greenr + (65536 >> 1… in VignInterpolateMatrices()
181pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENB].uCoeff[i] = (uint16_t)((greenb + (65536 >> 1… in VignInterpolateMatrices()
182pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_BLUE].uCoeff[i] = (uint16_t)((blue + (65536 >> 1))… in VignInterpolateMatrices()
H A Drk_aiq_alsc_algo.cpp211 lsc_matrix_t* pResMatrix in VignInterpolateMatrices() argument
215 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()
250pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_RED].uCoeff[i] = (uint16_t)((red + (65536 >> 1)) … in VignInterpolateMatrices()
251pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENR].uCoeff[i] = (uint16_t)((greenr + (65536 >> 1… in VignInterpolateMatrices()
252pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENB].uCoeff[i] = (uint16_t)((greenb + (65536 >> 1… in VignInterpolateMatrices()
253pResMatrix->LscMatrix[CAM_4CH_COLOR_COMPONENT_BLUE].uCoeff[i] = (uint16_t)((blue + (65536 >> 1))… in VignInterpolateMatrices()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp333 float* pResMatrix in SatInterpolateMatrices() argument
337 if ((pCcProfileA != NULL) && (pCcProfileA != NULL) && (pResMatrix != NULL)) { in SatInterpolateMatrices()
351 pResMatrix[i] = f1 * pMatrixA[i] + f2 * pMatrixB[i]; in SatInterpolateMatrices()