Home
last modified time | relevance | path

Searched refs:hue_angle (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c153 if (yuv_enh->hue_angle < -30 || yuv_enh->hue_angle > 30) { in check_yuv_enhance_param()
473 msg->cos_hue_int = (RK_S32)(cos(yuv_enh->hue_angle) * 128.0); in iep_control()
474 msg->sin_hue_int = (RK_S32)(sin(yuv_enh->hue_angle) * 128.0); in iep_control()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_api.h77 float hue_angle; // [-30, 30] member
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c117 cfg->yuv_enh->hue_angle = in parse_cfg()