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

/linux-4.4.14/drivers/media/platform/ti-vpe/
H A Dsc.c63 int sixteenths; sc_set_hs_coeffs() local
80 sixteenths = (dst_w << 4) / src_w; sc_set_hs_coeffs()
81 if (sixteenths < 8) sc_set_hs_coeffs()
82 sixteenths = 8; sc_set_hs_coeffs()
83 idx = HS_LT_9_16_SCALE + sixteenths - 8; sc_set_hs_coeffs()
116 int sixteenths; sc_set_vs_coeffs() local
127 sixteenths = (dst_h << 4) / src_h; sc_set_vs_coeffs()
128 if (sixteenths < 8) sc_set_vs_coeffs()
129 sixteenths = 8; sc_set_vs_coeffs()
130 idx = VS_LT_9_16_SCALE + sixteenths - 8; sc_set_vs_coeffs()
/linux-4.4.14/arch/metag/include/asm/
H A Dtbx.h802 nearest size 16K with a fill of 10 sixteenths. This is encoded as the

Completed in 199 milliseconds