Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c72 int source_pitch = source_step; in scale1d_2t1_i() local
83 temp += 3 * source[j - source_pitch]; in scale1d_2t1_i()
85 temp += 3 * source[j + source_pitch]; in scale1d_2t1_i()
233 unsigned char *source, int source_pitch, unsigned int source_width, in Scale2D() argument
265 if (source_pitch < 0) { in Scale2D()
269 offset *= source_pitch; in Scale2D()
335 source += source_pitch; in Scale2D()
355 line_src = (unsigned char *)source + i * source_pitch; in Scale2D()
372 source += (unsigned long)source_band_height * source_pitch; in Scale2D()
393 source += source_pitch; in Scale2D()
[all …]
/external/libaom/libaom/aom_scale/generic/
Daom_scale.c236 unsigned char *source, int source_pitch, unsigned int source_width, in Scale2D() argument
267 if (source_pitch < 0) { in Scale2D()
271 offset *= source_pitch; in Scale2D()
337 source += source_pitch; in Scale2D()
356 line_src = source + i * source_pitch; in Scale2D()
373 source += (unsigned long)source_band_height * source_pitch; in Scale2D()
394 source += source_pitch; in Scale2D()
421 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D()
440 source += source_band_height * source_pitch; in Scale2D()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c289 uint32_t const *source_pitch, in vlVdpOutputSurfacePutBitsIndexed() argument
321 if (!source_data || !source_pitch) in vlVdpOutputSurfacePutBitsIndexed()
362 source_data[0], source_pitch[0], in vlVdpOutputSurfacePutBitsIndexed()
363 source_pitch[0] * res->height0); in vlVdpOutputSurfacePutBitsIndexed()
/external/libdrm/include/drm/
Dmga_drm.h402 int source_pitch, dest_pitch; member
/external/kernel-headers/original/uapi/drm/
Dmga_drm.h402 int source_pitch, dest_pitch; member