Searched defs:source_pitch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c77 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;
235 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c77 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;
235 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c275 uint32_t const *source_pitch,
307 if (!source_data || !source_pitch)
346 source_data[0], source_pitch[0],
347 source_pitch[0] * res->height0);
272 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, VdpIndexedFormat source_indexed_format, void const *const *source_data, uint32_t const *source_pitch, VdpRect const *destination_rect, VdpColorTableFormat color_table_format, void const *color_table) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c275 uint32_t const *source_pitch,
307 if (!source_data || !source_pitch)
346 source_data[0], source_pitch[0],
347 source_pitch[0] * res->height0);
272 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, VdpIndexedFormat source_indexed_format, void const *const *source_data, uint32_t const *source_pitch, VdpRect const *destination_rect, VdpColorTableFormat color_table_format, void const *color_table) argument
/external/kernel-headers/original/uapi/drm/
H A Dmga_drm.h398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit

Completed in 258 milliseconds