Home
last modified time | relevance | path

Searched refs:vratio (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c251 unsigned int vratio, in Scale2D() argument
308 switch (vratio * 10 / vscale) { in Scale2D()
395 if (vscale == 2 && vratio == 1) { in Scale2D()
418 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
442 &dest[j], dest_pitch, vratio, dest_band_height); in Scale2D()
487 unsigned int vratio, in vpx_scale_frame() argument
492 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vpx_scale_frame()
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale.h24 unsigned int vratio,