Home
last modified time | relevance | path

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