Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
Dia_css_xnr3.host.c121 s32 isp_strength; in compute_blending() local
131 isp_strength = -(((strength * isp_scale) + offset) / host_scale); in compute_blending()
132 return MAX(MIN(isp_strength, 0), -isp_scale); in compute_blending()