Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h251 s16 coeff2_g; member
H A Drkisp32-config.h237 s16 coeff2_g; member
H A Drkisp2-config.h1022 s16 coeff2_g; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h251 __s16 coeff2_g; member
H A Drk-isp32-config.h237 __s16 coeff2_g; member
H A Drk-isp2-config.h1010 __s16 coeff2_g; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp261 cfg->coeff2_g = coeff[5] > 0 ? (short)(coeff[5] * 128 + 0.5) : (short)(coeff[5] * 128 - 0.5); in convertAiqCcmToIsp21Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c848 value = ISP2X_PACK_2SHORT(arg->coeff2_g, arg->offset_g); in isp_ccm_config()
H A Disp_params_v21.c799 value = ISP2X_PACK_2SHORT(arg->coeff2_g, arg->offset_g); in isp_ccm_config()
H A Disp_params_v3x.c812 value = ISP_PACK_2SHORT(arg->coeff2_g, arg->offset_g); in isp_ccm_config()
H A Disp_params_v32.c859 value = ISP_PACK_2SHORT(arg->coeff2_g, arg->offset_g); in isp_ccm_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1800 cfg->coeff2_g = coeff[5] > 0 ? (short)(coeff[5] * 128 + 0.5) : (short)(coeff[5] * 128 - 0.5); in convertAiqCcmToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1954 cfg->coeff2_g = coeff[5] > 0 ? (short)(coeff[5] * 128 + 0.5) : (short)(coeff[5] * 128 - 0.5); in convertAiqCcmToIsp20Params()