Home
last modified time | relevance | path

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

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