Searched refs:host_scale (Results 1 – 2 of 2) sorted by relevance
95 s32 host_scale = IA_CSS_XNR3_CORING_SCALE; in compute_coring() local96 s32 offset = host_scale / 2; /* fixed-point 0.5 */ in compute_coring()101 isp_coring = ((coring * isp_scale) + offset) / host_scale; in compute_coring()114 s32 host_scale = IA_CSS_XNR3_BLENDING_SCALE; in compute_blending() local115 s32 offset = host_scale / 2; /* fixed-point 0.5 */ in compute_blending()122 isp_strength = -(((strength * isp_scale) + offset) / host_scale); in compute_blending()
13 combined scales: sensor_scale * host_scale