Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c258 int source_band_height; in Scale2D() local
312 source_band_height = 5; in Scale2D()
318 source_band_height = 5; in Scale2D()
335 source_band_height = 2; in Scale2D()
366 for (i = 0; i < source_band_height; i++) { in Scale2D()
382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width); in Scale2D()
385 source += (unsigned long) source_band_height * source_pitch; in Scale2D()
415 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
417 source_band_height = temp_area_height - 1; in Scale2D()
418 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
[all …]