Home
last modified time | relevance | path

Searched refs:cos_hue_int (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.h192 RK_S32 cos_hue_int; member
H A Diep.cpp456 msg->cos_hue_int = 0x00; in iep_control()
485 msg->cos_hue_int = (RK_S32)(cos(yuv_enh->hue_angle) * 128.0); in iep_control()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep.h232 s32 cos_hue_int; member
H A Dhw_iep_reg.c506 IEP_REGB_COS_HUE(iep_msg->base, iep_msg->cos_hue_int); in iep_config_yuv_enh()