Home
last modified time | relevance | path

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

/external/libvpx/vpx_scale/generic/
Dvpxscale.c359 int source_band_height; in Scale2D() local
416 source_band_height = 5; in Scale2D()
422 source_band_height = 5; in Scale2D()
442 source_band_height = 2; in Scale2D()
478 for (i = 0; i < source_band_height; i++) in Scale2D()
495 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width); in Scale2D()
498 source += (unsigned long) source_band_height * source_pitch; in Scale2D()
532 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
536 source_band_height = temp_area_height - 1; in Scale2D()
537 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
[all …]