Searched refs:vratio (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 237 unsigned int vscale, unsigned int vratio, unsigned int interlaced) { in Scale2D() argument 295 switch (vratio * 10 / vscale) { in Scale2D() 381 if (vscale == 2 && vratio == 1) { in Scale2D() 405 dest_band_height = source_band_height * vratio / vscale; in Scale2D() 432 &dest[j], dest_pitch, vratio, dest_band_height); in Scale2D() 477 unsigned int vscale, unsigned int vratio, in vpx_scale_frame() argument 481 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vpx_scale_frame() 486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame() 501 vratio, interlaced); in vpx_scale_frame() 517 vratio, interlaced); in vpx_scale_frame()
|
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 240 unsigned int vscale, unsigned int vratio, unsigned int interlaced) { in Scale2D() argument 297 switch (vratio * 10 / vscale) { in Scale2D() 382 if (vscale == 2 && vratio == 1) { in Scale2D() 406 dest_band_height = source_band_height * vratio / vscale; in Scale2D() 433 &dest[j], dest_pitch, vratio, dest_band_height); in Scale2D() 478 unsigned int vscale, unsigned int vratio, in aom_scale_frame() argument 481 const int dh = (vscale - 1 + src->y_height * vratio) / vscale; in aom_scale_frame() 491 plane_dh, temp_area, temp_height, hscale, hratio, vscale, vratio, in aom_scale_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale.h | 19 unsigned int vscale, unsigned int vratio,
|
/external/libaom/libaom/aom_scale/ |
D | aom_scale.h | 20 unsigned int vscale, unsigned int vratio,
|