Searched refs:src_pitch (Results 26 - 50 of 78) sorted by relevance

1234

/external/libvpx/config/mips32/
H A Dvp8_rtcd.h29 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
32 void vp8_bilinear_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
35 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
38 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
47 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
50 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
53 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
140 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
143 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
146 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, in
[all...]
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h29 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
32 void vp8_bilinear_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
35 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
38 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
47 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
50 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
53 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
140 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
143 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
146 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, in
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c91 unsigned short src_pitch,
110 src_buffer, src_pitch, src_offset, src_x, src_y,
144 assert (dst_pitch > 0 && src_pitch > 0);
156 OUT_BATCH(((int) src_pitch & 0xffff));
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_8t_intrin_ssse3.c207 ptrdiff_t src_pitch,
237 srcReg2 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch));
238 srcReg3 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 2));
239 srcReg4 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 3));
240 srcReg5 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 4));
241 srcReg6 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 5));
242 srcReg7 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 6));
246 srcReg8 = _mm_loadl_epi64((const __m128i *)(src_ptr + src_pitch * 7));
276 src_ptr+=src_pitch;
373 static void filter_horiz_w8_ssse3(const uint8_t *src_x, ptrdiff_t src_pitch, argument
206 vpx_filter_block1d8_v8_intrin_ssse3(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *output_ptr, ptrdiff_t out_pitch, uint32_t output_height, const int16_t *filter) argument
495 filter_horiz_w4_ssse3(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *dst, const int16_t *filter) argument
613 filter_vert_w4_ssse3(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *dst, const int16_t *filter) argument
675 filter_vert_w8_ssse3(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *dst, const int16_t *filter) argument
735 filter_vert_w16_ssse3(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *dst, const int16_t *filter, int w) argument
[all...]
H A Dvpx_subpixel_8t_intrin_avx2.c311 ptrdiff_t src_pitch,
352 src_stride = src_pitch << 1;
355 // load 16 bytes 7 times in stride of src_pitch
359 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch)));
361 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch * 2)));
363 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch * 3)));
365 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch * 4)));
367 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch * 5)));
369 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch * 6)));
406 _mm_loadu_si128((const __m128i *)(src_ptr + src_pitch *
310 vpx_filter_block1d16_v8_avx2(const uint8_t *src_ptr, ptrdiff_t src_pitch, uint8_t *output_ptr, ptrdiff_t out_pitch, uint32_t output_height, const int16_t *filter) argument
[all...]
/external/libvpx/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c21 unsigned int src_pitch,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
17 vp8_filter_block2d_bil_armv6( unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height ) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
348 src_pitch *= cpp;
352 src += src_y * src_pitch;
355 if (width == dst_pitch && width == src_pitch)
361 src += src_pitch;
380 uint32_t src_pitch = src->pitch; local
390 src_pitch = -src_pitch;
394 src_pitch, src->bo, src_offset, src->tiling,
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_tex_copy.c98 GLshort src_pitch; local
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
124 src_pitch,
H A Dintel_blit.c93 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);
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
348 src_pitch *= cpp;
352 src += src_y * src_pitch;
355 if (width == dst_pitch && width == src_pitch)
361 src += src_pitch;
380 uint32_t src_pitch = src->pitch; local
390 src_pitch = -src_pitch;
394 src_pitch, src->bo, src_offset, src->tiling,
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_tex_copy.c98 GLshort src_pitch; local
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
124 src_pitch,
H A Dintel_blit.c93 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);
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
348 src_pitch *= cpp;
352 src += src_y * src_pitch;
355 if (width == dst_pitch && width == src_pitch)
361 src += src_pitch;
380 uint32_t src_pitch = src->pitch; local
390 src_pitch = -src_pitch;
394 src_pitch, src->bo, src_offset, src->tiling,
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_tex_copy.c98 GLshort src_pitch; local
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
124 src_pitch,
H A Dintel_blit.h41 GLshort src_pitch,
H A Dintel_blit.c93 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);
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsubpel_variance_media.c30 uint32_t src_pitch,
37 int32_t src_pitch,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c18 static void copy_and_extend_plane(const uint8_t *src, int src_pitch, argument
35 src_ptr1 += src_pitch;
36 src_ptr2 += src_pitch;
61 static void highbd_copy_and_extend_plane(const uint8_t *src8, int src_pitch, argument
80 src_ptr1 += src_pitch;
81 src_ptr2 += src_pitch;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp196 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...]
H A Dgrfmt_sunras.cpp182 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 );
H A Dgrfmt_pxm.cpp205 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/opencv3/modules/imgcodecs/src/
H A Dgrfmt_bmp.cpp191 int src_pitch = ((m_width*(m_bpp != 15 ? m_bpp : 16) + 7)/8 + 3) & -4; local
205 _src.allocate(src_pitch + 32);
227 m_strm.getBytes( src, src_pitch );
241 m_strm.getBytes( src, src_pitch );
329 m_strm.getBytes( src, src_pitch );
427 m_strm.getBytes( src, src_pitch );
439 m_strm.getBytes( src, src_pitch );
451 m_strm.getBytes( src, src_pitch );
463 m_strm.getBytes( src, src_pitch );
H A Dgrfmt_sunras.cpp162 int src_pitch = ((m_width*m_bpp + 7)/8 + 1) & -2; local
170 AutoBuffer<uchar> _src(src_pitch + 32);
190 m_strm.getBytes( src, src_pitch );
259 m_strm.getBytes( src, src_pitch );
337 m_strm.getBytes( color ? data : bgr, src_pitch );
358 m_strm.getBytes( src + 3, src_pitch );
H A Dgrfmt_pxm.cpp197 int src_pitch = (m_width*m_bpp*bit_depth/8 + 7)/8; local
205 AutoBuffer<uchar> _src(src_pitch + 32);
247 m_strm.getBytes( src, src_pitch );
277 m_strm.getBytes( src, src_pitch );
/external/pdfium/core/src/fxcodec/lbmp/
H A Dfx_bmp.cpp730 size = bmp_ptr->src_pitch * bmp_ptr->src_row *
786 uint8_t b = bmp_ptr->src_buf[row_num * bmp_ptr->src_pitch + i++];
787 uint8_t g = bmp_ptr->src_buf[row_num * bmp_ptr->src_pitch + i++];
788 uint8_t r = bmp_ptr->src_buf[row_num * bmp_ptr->src_pitch + i++];
830 &bmp_ptr->src_buf[row_num * bmp_ptr->src_pitch],
831 bmp_ptr->src_pitch);
852 size = bmp_ptr->src_pitch * bmp_ptr->src_row * 2;
861 index = row_num * bmp_ptr->src_pitch;
864 if (i + rle[0] >= (int32_t)bmp_ptr->src_pitch) {
865 rle[0] = uint8_t(bmp_ptr->src_pitch
[all...]

Completed in 2539 milliseconds

1234