Searched refs:dsp_width (Results 1 – 2 of 2) sorted by relevance
482 RK_U16 dsp_width = p_scl_info->dsp_width; in calc_scl_factor() local512 if (act_width >= dsp_width * 14) { in calc_scl_factor()516 } else if (act_width >= dsp_width * 7) { in calc_scl_factor()522 if (act_width > dsp_width) { in calc_scl_factor()525 xscl_factor = GET_SCALE_FACTOR_DN(act_width, dsp_width); in calc_scl_factor()526 } else if (act_width < dsp_width) { in calc_scl_factor()529 xscl_factor = GET_SCALE_FACTOR_UP(act_width, dsp_width); in calc_scl_factor()573 f_xscl_factor_t = (1 << 16) * act_width / dsp_width; in calc_scl_factor()576 f_xscl_factor_t = (1 << 12) * act_width / dsp_width; in calc_scl_factor()792 yrgb_scl_info.dsp_width = zme_params->dst_width; in set_zme_to_vdpp_reg()[all …]
189 RK_U16 dsp_width; member