Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.c36 static int check_scale_factors(int other_w, int other_h, in check_scale_factors() argument
38 return 2 * this_w >= other_w && in check_scale_factors()
40 this_w <= 16 * other_w && in check_scale_factors()
55 int other_w, int other_h, in vp9_setup_scale_factors_for_frame() argument
57 if (!check_scale_factors(other_w, other_h, this_w, this_h)) { in vp9_setup_scale_factors_for_frame()
63 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); in vp9_setup_scale_factors_for_frame()
Dvp9_scale.h40 int other_w, int other_h,