Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h250 s16 coeff1_g; member
H A Drkisp32-config.h235 s16 coeff1_g; member
H A Drkisp2-config.h1021 s16 coeff1_g; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h250 __s16 coeff1_g; member
H A Drk-isp32-config.h235 __s16 coeff1_g; member
H A Drk-isp2-config.h1009 __s16 coeff1_g; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp260 …cfg->coeff1_g = (coeff[4] - 1) > 0 ? (short)((coeff[4] - 1) * 128 + 0.5) : (short)((coeff[4] - 1)… in convertAiqCcmToIsp21Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c845 value = ISP2X_PACK_2SHORT(arg->coeff0_g, arg->coeff1_g); in isp_ccm_config()
H A Disp_params_v21.c796 value = ISP2X_PACK_2SHORT(arg->coeff0_g, arg->coeff1_g); in isp_ccm_config()
H A Disp_params_v3x.c809 value = ISP_PACK_2SHORT(arg->coeff0_g, arg->coeff1_g); in isp_ccm_config()
H A Disp_params_v32.c856 value = ISP_PACK_2SHORT(arg->coeff0_g, arg->coeff1_g); in isp_ccm_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1798 cfg->coeff1_g = (coeff[4] - 1) > 0 ? (short)((coeff[4] - 1) * 128 + 0.5) in convertAiqCcmToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1953 …cfg->coeff1_g = (coeff[4] - 1) > 0 ? (short)((coeff[4] - 1) * 128 + 0.5) : (short)((coeff[4] - 1)… in convertAiqCcmToIsp20Params()