Searched refs:hscale (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 236 unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, in Scale2D() argument 275 switch (hratio * 10 / hscale) { in Scale2D() 379 if (hscale == 2 && hratio == 1) Scale1Dh = scale1d_2t1_ps; in Scale2D() 391 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, in Scale2D() 410 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, in Scale2D() 420 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D() 476 unsigned int hscale, unsigned int hratio, in vpx_scale_frame() argument 480 int dw = (hscale - 1 + src->y_width * hratio) / hscale; in vpx_scale_frame() 486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame() 500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame() [all …]
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale.h | 18 unsigned int hscale, unsigned int hratio,
|