Searched refs:hscale (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 248 unsigned int hscale, in Scale2D() argument 288 switch (hratio * 10 / hscale) { in Scale2D() 392 if (hscale == 2 && hratio == 1) in Scale2D() 405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); in Scale2D() 422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); in Scale2D() 431 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D() 484 unsigned int hscale, in vpx_scale_frame() argument 491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; 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() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | vpx_scale.h | 21 unsigned int hscale,
|