Searched refs:host_scale (Results 1 – 2 of 2) sorted by relevance
102 s32 host_scale = IA_CSS_XNR3_CORING_SCALE; in compute_coring() local103 s32 offset = host_scale / 2; /* fixed-point 0.5 */ in compute_coring()108 isp_coring = ((coring * isp_scale) + offset) / host_scale; in compute_coring()121 s32 host_scale = IA_CSS_XNR3_BLENDING_SCALE; in compute_blending() local122 s32 offset = host_scale / 2; /* fixed-point 0.5 */ in compute_blending()129 isp_strength = -(((strength * isp_scale) + offset) / host_scale); in compute_blending()
13 combined scales: sensor_scale * host_scale