Searched refs:source_pitch (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 72 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/ |
D | aom_scale.c | 236 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/frontends/vdpau/ |
D | output.c | 290 uint32_t const *source_pitch, in vlVdpOutputSurfacePutBitsIndexed() argument 322 if (!source_data || !source_pitch) in vlVdpOutputSurfacePutBitsIndexed() 363 source_data[0], source_pitch[0], in vlVdpOutputSurfacePutBitsIndexed() 364 source_pitch[0] * res->height0); in vlVdpOutputSurfacePutBitsIndexed()
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | mga_drm.h | 402 int source_pitch, dest_pitch; member
|
/external/kernel-headers/original/uapi/drm/ |
D | mga_drm.h | 402 int source_pitch, dest_pitch; member
|
/external/libdrm/include/drm/ |
D | mga_drm.h | 402 int source_pitch, dest_pitch; member
|