Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h249 s16 coeff0_g; member
H A Drkisp32-config.h234 s16 coeff0_g; member
H A Drkisp2-config.h1020 s16 coeff0_g; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h249 __s16 coeff0_g; member
H A Drk-isp32-config.h234 __s16 coeff0_g; member
H A Drk-isp2-config.h1008 __s16 coeff0_g; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp259 cfg->coeff0_g = coeff[3] > 0 ? (short)(coeff[3] * 128 + 0.5) : (short)(coeff[3] * 128 - 0.5); 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.cpp1797 cfg->coeff0_g = coeff[3] > 0 ? (short)(coeff[3] * 128 + 0.5) : (short)(coeff[3] * 128 - 0.5); in convertAiqCcmToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1952 cfg->coeff0_g = coeff[3] > 0 ? (short)(coeff[3] * 128 + 0.5) : (short)(coeff[3] * 128 - 0.5); in convertAiqCcmToIsp20Params()