Lines Matching refs:dst_w
65 unsigned int dst_w) in sc_set_hs_coeffs() argument
73 if (dst_w > src_w) { in sc_set_hs_coeffs()
76 if ((dst_w << 1) < src_w) in sc_set_hs_coeffs()
77 dst_w <<= 1; /* first level decimation */ in sc_set_hs_coeffs()
78 if ((dst_w << 1) < src_w) in sc_set_hs_coeffs()
79 dst_w <<= 1; /* second level decimation */ in sc_set_hs_coeffs()
81 if (dst_w == src_w) { in sc_set_hs_coeffs()
84 sixteenths = (dst_w << 4) / src_w; in sc_set_hs_coeffs()
152 unsigned int dst_w, unsigned int dst_h) in sc_config_scaler() argument
181 if (src_w == dst_w && src_h == dst_h) { in sc_config_scaler()
193 dcm_x = src_w / dst_w; in sc_config_scaler()
204 lltmp = dst_w - 1; in sc_config_scaler()
210 src_w, dst_w, dcm_shift == 2 ? "4x" : in sc_config_scaler()
260 CFG_LIN_ACC_INC_U_SHIFT) | (dst_w << CFG_TAR_W_SHIFT) | in sc_config_scaler()