Searched refs:get_fixed_point_scale_factor (Results 1 – 2 of 2) sorted by relevance
43 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() function74 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); in av1_setup_scale_factors_for_frame()75 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h); in av1_setup_scale_factors_for_frame()
29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() function59 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);60 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h);