Home
last modified time | relevance | path

Searched refs:pCcProfileB (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.cpp332 const CalibDbV2_Ccm_Matrix_Para_t* pCcProfileB, in SatInterpolateMatrices() argument
339 const float *pMatrixB = pCcProfileB->ccMatrix; in SatInterpolateMatrices()
342 float fSatB = pCcProfileB->saturation; in SatInterpolateMatrices()
368 const CalibDbV2_Ccm_Matrix_Para_t* pCcProfileB, in SatInterpolateOffset() argument
373 if ( (pCcProfileA != NULL) && (pCcProfileB != NULL) && (pResOffset != NULL) ) in SatInterpolateOffset()
376 const float *pOffsetB = pCcProfileB->ccOffsets; in SatInterpolateOffset()
379 float fSatB = pCcProfileB->saturation; in SatInterpolateOffset()