Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp331 const CalibDbV2_Ccm_Matrix_Para_t* pCcProfileA, in SatInterpolateMatrices() argument
337 if ((pCcProfileA != NULL) && (pCcProfileA != NULL) && (pResMatrix != NULL)) { in SatInterpolateMatrices()
338 const float *pMatrixA = pCcProfileA->ccMatrix; in SatInterpolateMatrices()
341 float fSatA = pCcProfileA->saturation; in SatInterpolateMatrices()
367 const CalibDbV2_Ccm_Matrix_Para_t* pCcProfileA, in SatInterpolateOffset() argument
373 if ( (pCcProfileA != NULL) && (pCcProfileB != NULL) && (pResOffset != NULL) ) in SatInterpolateOffset()
375 const float *pOffsetA = pCcProfileA->ccOffsets; in SatInterpolateOffset()
378 float fSatA = pCcProfileA->saturation; in SatInterpolateOffset()