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

/external/libvpx/libvpx/vp8/common/
H A Donyx.h68 static INLINE void Scale2Ratio(int mode, int *hr, int *hs) function
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c89 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { function
4666 Scale2Ratio(horiz_mode, &hr, &hs);
4667 Scale2Ratio(vert_mode, &vr, &vs);

Completed in 62 milliseconds