Searched defs:other_size (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c29 static int get_fixed_point_scale_factor(int other_size, int this_size) { argument
34 return (other_size << REF_SCALE_SHIFT) / this_size;

Completed in 126 milliseconds