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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1702 Scale2Ratio(cm->horiz_scale, &hr, &hs);
1703 Scale2Ratio(cm->vert_scale, &vr, &vs);
2667 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2668 Scale2Ratio(cm->vert_scale, &vr, &vs);
2713 Scale2Ratio(cm->horiz_scale, &hr, &hs);
2714 Scale2Ratio(cm->vert_scale, &vr, &vs);
H A Dfirstpass.c3334 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs);
3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c96 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { function
3423 Scale2Ratio(horiz_mode, &hr, &hs);
3424 Scale2Ratio(vert_mode, &vr, &vs);

Completed in 61 milliseconds