Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dagamma_uapi_compact.h36 float SlopeAtZero; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_agamma_module.cpp219 attr_v2.atrrV30.stFast.SlopeAtZero = 0; in sample_agamma_module()
229 attr_v2.atrrV30.stFast.SlopeAtZero = 0; in sample_agamma_module()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_agamma.cpp58 attr.atrrV21.stFast.SlopeAtZero); in rk_aiq_user_api2_agamma_SetAttrib()
92 attr.atrrV30.stFast.SlopeAtZero); in rk_aiq_user_api2_agamma_SetAttrib()
H A Drk_aiq_user_api2_imgproc.cpp627 …amReturn rk_aiq_uapi2_setGammaCoef(const rk_aiq_sys_ctx_t* ctx, float GammaCoef, float SlopeAtZero) in rk_aiq_uapi2_setGammaCoef() argument
640 if (SlopeAtZero < -0.05 || SlopeAtZero > 0.05) { in rk_aiq_uapi2_setGammaCoef()
662 gamma_Y_v10[i] = 4095 * pow(gamma_X_v10[i] / 4095, 1 / GammaCoef + SlopeAtZero); in rk_aiq_uapi2_setGammaCoef()
685 gamma_Y_v11[i] = 4095 * pow(gamma_X_v11[i] / 4095, 1 / GammaCoef + SlopeAtZero); in rk_aiq_uapi2_setGammaCoef()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_imgproc.h344 …mReturn rk_aiq_uapi2_setGammaCoef(const rk_aiq_sys_ctx_t* ctx, float GammaCoef, float SlopeAtZero);