Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.c37 int this_w, int this_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()
56 int this_w, int this_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.h41 int this_w, int this_h);