Searched refs:Scale2Ratio (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/common/ |
D | onyx.h | 73 static __inline void Scale2Ratio(int mode, int *hr, int *hs) in Scale2Ratio() function
|
/external/libvpx/vp8/encoder/ |
D | onyx_if.c | 1737 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 1738 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 2625 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2626 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2690 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 2691 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame()
|
D | firstpass.c | 2821 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 2822 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame()
|