Home
last modified time | relevance | path

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

/external/libvpx/vpx_scale/generic/
Dvpxscale.c358 int dest_band_height; in Scale2D() local
417 dest_band_height = 4; in Scale2D()
423 dest_band_height = 3; in Scale2D()
443 dest_band_height = 1; in Scale2D()
475 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) in Scale2D()
499 dest += (unsigned long) dest_band_height * dest_pitch; in Scale2D()
531 dest_band_height = temp_area_height - 1; in Scale2D()
532 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
537 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
544 bands = (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
[all …]