Home
last modified time | relevance | path

Searched refs:other_h (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
39 2 * this_h >= other_h && in check_scale_factors()
41 this_h <= 16 * other_h; 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()
64 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h); in vp9_setup_scale_factors_for_frame()
Dvp9_scale.h40 int other_w, int other_h,