HomeSort by relevance Sort by last modified time
    Searched refs:src_pitch (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_copy.c 98 GLshort src_pitch; local
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
124 src_pitch,
intel_blit.h 41 GLshort src_pitch,
intel_blit.c 93 GLshort src_pitch,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
147 src_pitch *= cpp;
153 assert(src_pitch % 4 == 0);
188 src_pitch /= 4;
208 OUT_BATCH((uint16_t)src_pitch);
intel_regions.h 134 GLuint src_pitch, GLuint src_x, GLuint src_y);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 98 GLshort src_pitch; local
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
124 src_pitch,
intel_blit.h 41 GLshort src_pitch,
intel_blit.c 93 GLshort src_pitch,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
147 src_pitch *= cpp;
153 assert(src_pitch % 4 == 0);
188 src_pitch /= 4;
208 OUT_BATCH((uint16_t)src_pitch);
intel_regions.h 134 GLuint src_pitch, GLuint src_x, GLuint src_y);
  /external/libvpx/generic/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch)
    [all...]
  /external/libvpx/mips/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch)
    [all...]
  /external/qemu/android/skin/
argb.h 226 int src_pitch = op->src_pitch; local
238 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch;
266 uint8_t* s = src + (gsx >> 16)*4 + (gsy >> 16)*src_pitch;
299 src_line += (sy >> 16)*src_pitch;
322 int src_pitch = op->src_pitch; local
334 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch;
352 int off = src_pitch;
411 off += src_pitch;
461 int src_pitch = op->src_pitch; local
548 int src_pitch = op->src_pitch; local
802 int src_pitch = op->src_pitch; local
    [all...]
window.c 395 int src_pitch = disp->datasize.w*2; local
406 src_line += x*2 + y*src_pitch;
418 src_line += src_pitch;
424 src_line += y*2 + (disp_w - x - 1)*src_pitch;
433 src -= src_pitch;
442 src_line += (disp_w -1 - x)*2 + (disp_h-1-y)*src_pitch;
454 src_line -= src_pitch;
460 src_line += (disp_h-1-y)*2 + x*src_pitch;
470 src += src_pitch;
489 int src_pitch = disp->datasize.w*4 local
    [all...]
scaler.c 65 int src_pitch; member in struct:__anon24761
123 op.src_pitch = src_surface->pitch;
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 196 int src_pitch = ((m_width*(m_bpp != 15 ? m_bpp : 16) + 7)/8 + 3) & -4; local
207 if( (m_bpp != 24 || !color) && src_pitch+32 > buffer_size )
208 src = new uchar[src_pitch+32];
229 m_strm.GetBytes( src, src_pitch );
243 m_strm.GetBytes( src, src_pitch );
331 m_strm.GetBytes( src, src_pitch );
427 m_strm.GetBytes( src, src_pitch );
439 m_strm.GetBytes( src, src_pitch );
451 m_strm.GetBytes( color ? data : src, src_pitch );
461 m_strm.GetBytes( src, src_pitch );
    [all...]
grfmt_sunras.cpp 182 int src_pitch = ((m_width*m_bpp + 7)/8 + 1) & -2; local
190 if( src_pitch+32 > buffer_size )
191 src = new uchar[src_pitch+32];
211 m_strm.GetBytes( src, src_pitch );
280 m_strm.GetBytes( src, src_pitch );
358 m_strm.GetBytes( color ? data : bgr, src_pitch );
379 m_strm.GetBytes( src + 3, src_pitch );
grfmt_pxm.cpp 205 int src_pitch = (m_width*m_bpp*m_bit_depth/8 + 7)/8; local
213 if( src_pitch+32 > buffer_size )
255 m_strm.GetBytes( src, src_pitch );
285 m_strm.GetBytes( src, src_pitch );
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 140 void vertical_band_5_4_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) {
146 mov ecx, src_pitch // Get the pitch size
323 void vertical_band_5_3_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) {
329 mov ecx, src_pitch // Get the pitch size
451 void vertical_band_2_1_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) {
453 (void) src_pitch;
462 void vertical_band_2_1_scale_i_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) {
469 mov eax, src_pitch
  /external/libvpx/libvpx/vp9/common/
vp9_extend.c 16 static void copy_and_extend_plane(const uint8_t *src, int src_pitch,
33 src_ptr1 += src_pitch;
34 src_ptr2 += src_pitch;
  /external/qemu/hw/
goldfish_fb.c 244 int src_pitch; member in struct:__anon25432
293 int len = fbs->src_pitch;
435 src_line += fbs->src_pitch;
444 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch,
445 dirty_base + (rect->ymax+1)* fbs->src_pitch,
497 fbs.src_pitch = width*s->ds->surface->pf.bytes_per_pixel;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.c 324 * @param[in] src_pitch aligned source image width
345 unsigned src_pitch,
395 src_width, src_height, src_pitch, src_offset,
416 emit_tx_setup(r100, src_mesaformat, src_bo, src_offset, src_width, src_height, src_pitch);
radeon_ioctl.h 68 GLuint src_pitch,
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 387 unsigned int src_pitch,
397 unsigned int src_pitch,
417 unsigned int src_pitch,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 324 * @param[in] src_pitch aligned source image width
345 unsigned src_pitch,
395 src_width, src_height, src_pitch, src_offset,
416 emit_tx_setup(r100, src_mesaformat, src_bo, src_offset, src_width, src_height, src_pitch);
radeon_ioctl.h 68 GLuint src_pitch,
  /external/libvpx/libvpx/vp8/common/
filter.c 356 * UINT32 src_pitch : Stride of source block.
378 unsigned int src_pitch,
390 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);

Completed in 1351 milliseconds

12 3