HomeSort by relevance Sort by last modified time
    Searched defs:src_stride (Results 1 - 25 of 43) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 33 void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
39 unsigned int src_stride = be->src_stride; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
vp8_enc_stubs_mmx.c 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
74 unsigned int src_stride = be->src_stride; local
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride)
92 const uint32_t *s1 = s0 + src_stride;
93 const uint32_t *s2 = s1 + src_stride;
94 const uint32_t *s3 = s2 + src_stride;
109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride)
112 const uint16_t *s1 = s0 + src_stride;
113 const uint16_t *s2 = s1 + src_stride;
114 const uint16_t *s3 = s2 + src_stride;
146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp)
    [all...]
lp_test_conv.c 224 unsigned src_stride = src_type.length*src_type.width/8; local
234 random_vec(src_type, src + j*src_stride);
235 read_vec(src_type, src + j*src_stride, fref + j*src_type.length);
265 dump_vec(stderr, src_type, src + j*src_stride);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
subpicture.c 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
185 src, src_stride, src_x, src_y);
353 unsigned src_stride; local
377 src_stride = image->width * util_format_get_blocksize(subpicture_priv->sampler->texture->format);
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 141 GLuint src_offset, src_stride; local
176 src_stride = unpack->RowLength;
178 src_stride = image->Width;
188 src_stride, src_buffer,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride)
92 const uint32_t *s1 = s0 + src_stride;
93 const uint32_t *s2 = s1 + src_stride;
94 const uint32_t *s3 = s2 + src_stride;
109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride)
112 const uint16_t *s1 = s0 + src_stride;
113 const uint16_t *s2 = s1 + src_stride;
114 const uint16_t *s3 = s2 + src_stride;
146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp)
    [all...]
lp_test_conv.c 224 unsigned src_stride = src_type.length*src_type.width/8; local
234 random_vec(src_type, src + j*src_stride);
235 read_vec(src_type, src + j*src_stride, fref + j*src_type.length);
265 dump_vec(stderr, src_type, src + j*src_stride);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
185 src, src_stride, src_x, src_y);
353 unsigned src_stride; local
377 src_stride = image->width * util_format_get_blocksize(subpicture_priv->sampler->texture->format);
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 141 GLuint src_offset, src_stride; local
176 src_stride = unpack->RowLength;
178 src_stride = image->Width;
188 src_stride, src_buffer,
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /external/chromium_org/media/base/
video_util.cc 178 int src_stride = width; local
253 src += src_stride;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 79 const void *src, int src_stride)
84 if (src_stride == 0)
85 src_stride = util_format_get_stride(format, w);
95 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
502 unsigned src_stride = w * 4; local
515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
518 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
522 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
526 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
529 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
553 unsigned src_stride = w * 4; local
581 unsigned src_stride = w * 4; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 79 const void *src, int src_stride)
84 if (src_stride == 0)
85 src_stride = util_format_get_stride(format, w);
95 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
502 unsigned src_stride = w * 4; local
515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
518 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
522 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
526 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
529 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
553 unsigned src_stride = w * 4; local
581 unsigned src_stride = w * 4; local
    [all...]
  /external/pixman/test/
affine-test.c 35 int src_stride, dst_stride; local
61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
64 if (src_stride & 3)
65 src_stride += 2;
77 srcbuf = (uint32_t *)malloc (src_stride * src_height);
80 prng_randmemset (srcbuf, src_stride * src_height, 0);
90 src_fmt, src_width, src_height, srcbuf, src_stride);
blitters-test.c 231 int src_stride, dst_stride; local
279 src_stride = pixman_image_get_stride (src_img);
308 src_stride);
349 printf ("src_stride=%d, dst_stride=%d\n",
350 src_stride, dst_stride);
composite-traps-test.c 99 int src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp; local
105 src_stride = (src_stride + 3) & ~3;
107 bits = (uint32_t *)make_random_bytes (src_stride * src_height);
110 src_format, src_width, src_height, bits, src_stride);
scaling-test.c 61 int src_stride, mask_stride, dst_stride; local
115 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
119 if (src_stride & 3)
120 src_stride += 2;
139 srcbuf = (uint32_t *)malloc (src_stride * src_height);
143 prng_randmemset (srcbuf, src_stride * src_height, 0);
151 src_fmt, src_width, src_height, srcbuf, src_stride);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 330 int src_stride = element->glarray->StrideB; local
331 const unsigned char *src = element->glarray->Ptr + min * src_stride;
335 if (dst_stride == src_stride) {
344 src += src_stride;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 27 int src_stride = be->src_stride; local
40 src_ptr += src_stride;
45 int src_stride, unsigned char *upred,
62 usrc += src_stride;
74 vsrc += src_stride;
78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride,
92 src += src_stride;
101 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride);
641 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride)
    [all...]
temporal_filter.c 161 int src_stride = b->src_stride; local
172 b->src_stride = arf_frame->y_stride;
214 b->src_stride = src_stride;
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 361 const int src_stride = src_strides[i]; local
362 const uint8_t *const src = srcs[i] + 2 * src_stride + 2;
369 vp9_post_proc_down_and_across(src, dst, src_stride, dst_stride,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 330 int src_stride = element->glarray->StrideB; local
331 const unsigned char *src = element->glarray->Ptr + min * src_stride;
335 if (dst_stride == src_stride) {
344 src += src_stride;

Completed in 298 milliseconds

1 2