Searched refs:this_h (Results 1 – 2 of 2) sorted by relevance
37 int this_w, int this_h) { in check_scale_factors() argument39 2 * this_h >= other_h && in check_scale_factors()41 this_h <= 16 * other_h; in check_scale_factors()56 int this_w, int this_h) { in vp9_setup_scale_factors_for_frame() argument57 if (!check_scale_factors(other_w, other_h, this_w, this_h)) { in vp9_setup_scale_factors_for_frame()64 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h); in vp9_setup_scale_factors_for_frame()
41 int this_w, int this_h);