Searched refs:Scale2Ratio (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 59 static INLINE void Scale2Ratio(int mode, int *hr, int *hs) { in Scale2Ratio() function
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1675 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 1676 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 2486 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2487 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2531 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 2532 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame()
|
D | firstpass.c | 3111 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 3112 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 373 static INLINE void Scale2Ratio(AOM_SCALING mode, int *hr, int *hs) { in Scale2Ratio() function 6956 Scale2Ratio(horiz_mode, &hr, &hs); in av1_set_internal_size() 6957 Scale2Ratio(vert_mode, &vr, &vs); in av1_set_internal_size()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 504 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { in Scale2Ratio() function 7671 Scale2Ratio(horiz_mode, &hr, &hs); 7672 Scale2Ratio(vert_mode, &vr, &vs);
|