Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Daom_scale.c243 unsigned int dest_band_height; in Scale2D() local
302 dest_band_height = 4; in Scale2D()
308 dest_band_height = 3; in Scale2D()
323 dest_band_height = 1; in Scale2D()
350 for (k = 0; k < (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
374 dest += (unsigned long)dest_band_height * dest_pitch; in Scale2D()
402 dest_band_height = temp_area_height - 1; in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
406 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
415 bands = (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
[all …]
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c241 int dest_band_height; in Scale2D() local
300 dest_band_height = 4; in Scale2D()
306 dest_band_height = 3; in Scale2D()
321 dest_band_height = 1; in Scale2D()
349 k < (int)(dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
373 dest += (unsigned long)dest_band_height * dest_pitch; in Scale2D()
401 dest_band_height = temp_area_height - 1; in Scale2D()
402 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
405 dest_band_height = source_band_height * vratio / vscale; in Scale2D()
414 bands = (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()
[all …]