Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dvpx_scale.c257 int dest_band_height; in Scale2D() local
313 dest_band_height = 4; in Scale2D()
319 dest_band_height = 3; in Scale2D()
336 dest_band_height = 1; in Scale2D()
364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) { in Scale2D()
386 dest += (unsigned long) dest_band_height * dest_pitch; in Scale2D()
414 dest_band_height = temp_area_height - 1; in Scale2D()
415 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
418 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
425 bands = (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
[all …]