Lines Matching refs:dst_w
61 unsigned int dst_w) in sc_set_hs_coeffs() argument
69 if (dst_w > src_w) { in sc_set_hs_coeffs()
72 if ((dst_w << 1) < src_w) in sc_set_hs_coeffs()
73 dst_w <<= 1; /* first level decimation */ in sc_set_hs_coeffs()
74 if ((dst_w << 1) < src_w) in sc_set_hs_coeffs()
75 dst_w <<= 1; /* second level decimation */ in sc_set_hs_coeffs()
77 if (dst_w == src_w) { in sc_set_hs_coeffs()
80 sixteenths = (dst_w << 4) / src_w; in sc_set_hs_coeffs()
155 unsigned int dst_w, unsigned int dst_h) in sc_config_scaler() argument
184 if (src_w == dst_w && src_h == dst_h) { in sc_config_scaler()
196 dcm_x = src_w / dst_w; in sc_config_scaler()
207 lltmp = dst_w - 1; in sc_config_scaler()
213 src_w, dst_w, dcm_shift == 2 ? "4x" : in sc_config_scaler()
263 CFG_LIN_ACC_INC_U_SHIFT) | (dst_w << CFG_TAR_W_SHIFT) | in sc_config_scaler()