Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c246 unsigned char *temp_area, in Scale2D() argument
361 horiz_line_scale(source, source_width, temp_area, dest_width); in Scale2D()
375 temp_area + (i + 1)*dest_pitch, dest_width); in Scale2D()
379 vert_band_scale(temp_area + dest_pitch, dest_pitch, dest, dest_pitch, dest_width); in Scale2D()
382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width); in Scale2D()
422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); in Scale2D()
432 temp_area + i * dest_pitch, 1, hratio, dest_width); in Scale2D()
435 vpx_memcpy(temp_area + i * dest_pitch, temp_area + (i - 1)*dest_pitch, dest_pitch); in Scale2D()
441 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1, in Scale2D()
446 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_pitch); in Scale2D()
[all …]
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale.h19 unsigned char *temp_area,