Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_agamma_module.cpp64 float Y_v10 = 0.0; in sample_agamma_module() local
100 Y_v10 = 4095 * pow(X_v10[i] / 4095, 1 / 1 + 0.0); in sample_agamma_module()
101 Y_v10 = LIMIT_VALUE(Y_v10, 4095, 0); in sample_agamma_module()
102 attr_v10.stManual.Gamma_curve[i] = (int)(Y_v10 + 0.5); in sample_agamma_module()
117 Y_v10 = 4095 * pow(X_v10[i] / 4095, 1 / 2.2 + 0.0); in sample_agamma_module()
118 Y_v10 = LIMIT_VALUE(Y_v10, 4095, 0); in sample_agamma_module()
119 attr_v10.stManual.Gamma_curve[i] = (int)(Y_v10 + 0.5); in sample_agamma_module()