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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 77 int source_pitch = source_step; local
87 temp += 3 * source[j - source_pitch];
89 temp += 3 * source[j + source_pitch];
209 * int source_pitch : Stride of source image.
239 int source_pitch,
272 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
278 if (source_pitch < 0) {
282 offset *= source_pitch;
350 source += source_pitch;
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 77 int source_pitch = source_step; local
87 temp += 3 * source[j - source_pitch];
89 temp += 3 * source[j + source_pitch];
209 * int source_pitch : Stride of source image.
239 int source_pitch,
272 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
278 if (source_pitch < 0) {
282 offset *= source_pitch;
350 source += source_pitch;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 77 int source_pitch = source_step; local
87 temp += 3 * source[j - source_pitch];
89 temp += 3 * source[j + source_pitch];
209 * int source_pitch : Stride of source image.
239 int source_pitch,
272 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
278 if (source_pitch < 0) {
282 offset *= source_pitch;
350 source += source_pitch;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 275 uint32_t const *source_pitch,
307 if (!source_data || !source_pitch)
346 source_data[0], source_pitch[0],
347 source_pitch[0] * res->height0);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 275 uint32_t const *source_pitch,
307 if (!source_data || !source_pitch)
346 source_data[0], source_pitch[0],
347 source_pitch[0] * res->height0);
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 285 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 404 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit

Completed in 178 milliseconds