HomeSort by relevance Sort by last modified time
    Searched refs:source_pitch (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 72 int source_pitch = source_step; local
83 temp += 3 * source[j - source_pitch];
85 temp += 3 * source[j + source_pitch];
199 * int source_pitch : Stride of source image.
233 unsigned char *source, int source_pitch, unsigned int source_width,
265 if (source_pitch < 0) {
269 offset *= source_pitch;
335 source += source_pitch;
355 line_src = (unsigned char *)source + i * source_pitch;
372 source += (unsigned long)source_band_height * source_pitch;
    [all...]
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 234 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 402 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/libdrm/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 282 uint32_t const *source_pitch,
314 if (!source_data || !source_pitch)
355 source_data[0], source_pitch[0],
356 source_pitch[0] * res->height0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit

Completed in 419 milliseconds