Home
last modified time | relevance | path

Searched refs:get_fixed_point_scale_factor (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dscale.c43 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() function
74 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()
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() function
59 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);