Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp89 float outPara = 0.0f; in TmoGetCurrPara() local
92 outPara = inMatrixY[0]; in TmoGetCurrPara()
94 outPara = inMatrixY[Max_Knots - 1]; in TmoGetCurrPara()
104 outPara = value1 + (inPara - x1) * (value1 - value2) / (x1 - x2); in TmoGetCurrPara()
111 return outPara; in TmoGetCurrPara()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp2623 float outPara = 0.0f; in GetCurrDpccValue() local
2629 outPara = inMatrixY[0]; in GetCurrDpccValue()
2631 outPara = inMatrixY[12]; in GetCurrDpccValue()
2641 outPara = value1 + (inPara - x1) * (value1 - value2) / (x1 - x2); in GetCurrDpccValue()
2648 int out = (int)(outPara + 0.5); in GetCurrDpccValue()