Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.c28 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() function
63 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); 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()