Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dvpx_scale.c241 unsigned int source_height, in Scale2D() argument
281 offset = (source_height - 1); in Scale2D()
346 if (source_height == dest_height) { in Scale2D()
402 if (source_height == dest_height) { in Scale2D()
413 if (dest_height > source_height) { in Scale2D()
415 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
430 if (k * source_band_height + i < (int) source_height) { in Scale2D()