Home
last modified time | relevance | path

Searched refs:sixteenths (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dsc.c64 int sixteenths; in sc_set_hs_coeffs() local
81 sixteenths = (dst_w << 4) / src_w; in sc_set_hs_coeffs()
82 if (sixteenths < 8) in sc_set_hs_coeffs()
83 sixteenths = 8; in sc_set_hs_coeffs()
84 idx = HS_LT_9_16_SCALE + sixteenths - 8; in sc_set_hs_coeffs()
113 int sixteenths; in sc_set_vs_coeffs() local
124 sixteenths = (dst_h << 4) / src_h; in sc_set_vs_coeffs()
125 if (sixteenths < 8) in sc_set_vs_coeffs()
126 sixteenths = 8; in sc_set_vs_coeffs()
127 idx = VS_LT_9_16_SCALE + sixteenths in sc_set_vs_coeffs()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H A Dsc.c64 int sixteenths; in sc_set_hs_coeffs() local
81 sixteenths = (dst_w << 4) / src_w; in sc_set_hs_coeffs()
82 if (sixteenths < 8) in sc_set_hs_coeffs()
83 sixteenths = 8; in sc_set_hs_coeffs()
84 idx = HS_LT_9_16_SCALE + sixteenths - 8; in sc_set_hs_coeffs()
113 int sixteenths; in sc_set_vs_coeffs() local
124 sixteenths = (dst_h << 4) / src_h; in sc_set_vs_coeffs()
125 if (sixteenths < 8) in sc_set_vs_coeffs()
126 sixteenths = 8; in sc_set_vs_coeffs()
127 idx = VS_LT_9_16_SCALE + sixteenths in sc_set_vs_coeffs()
[all...]

Completed in 1 milliseconds