Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp449 void Saturationadjust(float fScale, float flevel1, float *pccMatrixA) in Saturationadjust() argument
453 if(fabs((flevel1-50))>DIVMIN){ in Saturationadjust()
457 flevel1 = (flevel1 - 50) / 50 + 1; in Saturationadjust()
458 LOGD_ACCM("Satura: %f \n", flevel1); in Saturationadjust()
492 pccMatrixB[i] = flevel1 * pccMatrixB[i]; in Saturationadjust()
H A Drk_aiq_accm_algo_com.h32 void Saturationadjust(float fScale, float flevel1, float *pccMatrixA);