Lines Matching refs:vdpp_scale_threshold
29 static RK_U16 vdpp_scale_threshold[] = { variable
588 if (f_xscl_factor_t1 >= vdpp_scale_threshold[0]) in calc_scl_factor()
590 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[1]) in calc_scl_factor()
592 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[2]) in calc_scl_factor()
594 else if (f_xscl_factor_t1 > vdpp_scale_threshold[3]) in calc_scl_factor()
596 else if (f_xscl_factor_t1 == vdpp_scale_threshold[3]) in calc_scl_factor()
598 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[4]) in calc_scl_factor()
600 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[5]) in calc_scl_factor()
602 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[6]) in calc_scl_factor()
604 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[7]) in calc_scl_factor()
606 else if (f_xscl_factor_t1 >= vdpp_scale_threshold[8]) in calc_scl_factor()
611 if (f_yscl_factor_t1 >= vdpp_scale_threshold[0]) in calc_scl_factor()
613 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[1]) in calc_scl_factor()
615 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[2]) in calc_scl_factor()
617 else if (f_yscl_factor_t1 > vdpp_scale_threshold[3]) in calc_scl_factor()
619 else if (f_yscl_factor_t1 == vdpp_scale_threshold[3]) in calc_scl_factor()
621 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[4]) in calc_scl_factor()
623 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[5]) in calc_scl_factor()
625 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[6]) in calc_scl_factor()
627 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[7]) in calc_scl_factor()
629 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[8]) in calc_scl_factor()