Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h256 s16 coeff2_b; member
H A Drkisp32-config.h243 s16 coeff2_b; member
H A Drkisp2-config.h1027 s16 coeff2_b; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h256 __s16 coeff2_b; member
H A Drk-isp32-config.h243 __s16 coeff2_b; member
H A Drk-isp2-config.h1015 __s16 coeff2_b; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp264 …cfg->coeff2_b = (coeff[8] - 1) > 0 ? (short)((coeff[8] - 1) * 128 + 0.5) : (short)((coeff[8] - 1)… in convertAiqCcmToIsp21Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c854 value = ISP2X_PACK_2SHORT(arg->coeff2_b, arg->offset_b); in isp_ccm_config()
H A Disp_params_v21.c805 value = ISP2X_PACK_2SHORT(arg->coeff2_b, arg->offset_b); in isp_ccm_config()
H A Disp_params_v3x.c818 value = ISP_PACK_2SHORT(arg->coeff2_b, arg->offset_b); in isp_ccm_config()
H A Disp_params_v32.c865 value = ISP_PACK_2SHORT(arg->coeff2_b, arg->offset_b); in isp_ccm_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1803 cfg->coeff2_b = (coeff[8] - 1) > 0 ? (short)((coeff[8] - 1) * 128 + 0.5) in convertAiqCcmToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1957 …cfg->coeff2_b = (coeff[8] - 1) > 0 ? (short)((coeff[8] - 1) * 128 + 0.5) : (short)((coeff[8] - 1)… in convertAiqCcmToIsp20Params()