Lines Matching refs:sixteenths
64 int sixteenths;81 sixteenths = (dst_w << 4) / src_w;82 if (sixteenths < 8)83 sixteenths = 8;84 idx = HS_LT_9_16_SCALE + sixteenths - 8;113 int sixteenths;124 sixteenths = (dst_h << 4) / src_h;125 if (sixteenths < 8)126 sixteenths = 8;127 idx = VS_LT_9_16_SCALE + sixteenths - 8;