Searched refs:Scale2Ratio (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) function
/external/libvpx/libvpx/vp8/common/
H A Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) function
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1733 Scale2Ratio(cm->horiz_scale, &hr, &hs);
1734 Scale2Ratio(cm->vert_scale, &vr, &vs);
2716 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2717 Scale2Ratio(cm->vert_scale, &vr, &vs);
2762 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2763 Scale2Ratio(cm->vert_scale, &vr, &vs);
H A Dfirstpass.c3331 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs);
3332 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1701 Scale2Ratio(cm->horiz_scale, &hr, &hs);
1702 Scale2Ratio(cm->vert_scale, &vr, &vs);
2666 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2667 Scale2Ratio(cm->vert_scale, &vr, &vs);
2712 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2713 Scale2Ratio(cm->vert_scale, &vr, &vs);
H A Dfirstpass.c3331 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs);
3332 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c79 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { function
2972 Scale2Ratio(horiz_mode, &hr, &hs);
2973 Scale2Ratio(vert_mode, &vr, &vs);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c86 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { function
3340 Scale2Ratio(horiz_mode, &hr, &hs);
3341 Scale2Ratio(vert_mode, &vr, &vs);

Completed in 1498 milliseconds