Home
last modified time | relevance | path

Searched refs:other_size (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() argument
33 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()