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

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/msm8084/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /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/msm8994/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [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/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 272 int src_stride = x_image_->bytes_per_line; local
282 src_pos += src_stride;
290 int src_stride = x_image_->bytes_per_line; local
333 src_pos += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 67 unsigned int src_stride, dst_stride; local
101 src_stride = src_pixels_per_line << 1;
186 src_ptr+=src_stride;
312 unsigned int src_stride, dst_stride; local
341 src_stride = src_pitch << 1;
453 src_ptr+=src_stride;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 27 int src_stride = be->src_stride; local
29 vpx_subtract_block(4, 4, diff_ptr, pitch, src_ptr, src_stride,
34 int src_stride, unsigned char *upred,
39 vpx_subtract_block(8, 8, udiff, 8, usrc, src_stride, upred, pred_stride);
40 vpx_subtract_block(8, 8, vdiff, 8, vsrc, src_stride, vpred, pred_stride);
43 void vp8_subtract_mby(short *diff, unsigned char *src, int src_stride,
45 vpx_subtract_block(16, 16, diff, 16, src, src_stride, pred, pred_stride);
53 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride);
586 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
174 b->src_stride = arf_frame->y_stride;
216 b->src_stride = src_stride;
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 505 const int src_stride = src_strides[i]; local
515 srcs[i] + 2 * src_stride + 2);
518 vp9_highbd_post_proc_down_and_across(src_plane, dst_plane, src_stride,
522 const uint8_t *const src_plane = srcs[i] + 2 * src_stride + 2;
525 vp9_post_proc_down_and_across(src_plane, dst_plane, src_stride,
529 const uint8_t *const src_plane = srcs[i] + 2 * src_stride + 2;
531 vp9_post_proc_down_and_across(src_plane, dst_plane, src_stride, dst_stride,
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_avx2.c 78 ptrdiff_t src_stride, dst_stride; local
112 src_stride = src_pixels_per_line << 1;
197 src_ptr+=src_stride;
323 ptrdiff_t src_stride, dst_stride; local
352 src_stride = src_pitch << 1;
464 src_ptr+=src_stride;
586 // void vpx_convolve8_horiz_avx2(const uint8_t *src, ptrdiff_t src_stride,
591 // void vpx_convolve8_vert_avx2(const uint8_t *src, ptrdiff_t src_stride,
597 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , avx2);
599 // void vpx_convolve8_avx2(const uint8_t *src, ptrdiff_t src_stride,
    [all...]
  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 160 int src_stride = b->src_stride; local
171 b->src_stride = arf_frame->y_stride;
213 b->src_stride = src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/test/
convolve_test.cc 33 typedef void (*ConvolveFunc)(const uint8_t *src, ptrdiff_t src_stride,
82 const unsigned int src_stride,
110 const int src_next_row_stride = src_stride - output_width;
111 src_ptr -= (kInterp_Extend - 1) * src_stride + (kInterp_Extend - 1);
160 unsigned int src_stride,
168 output_ptr[j] = (output_ptr[j] + src[i * src_stride + j] + 1) >> 1;
175 const unsigned int src_stride,
186 filter_block2d_8_c(src_ptr, src_stride, HFilter, VFilter, tmp, 64,
194 const unsigned int src_stride,
223 const int src_next_row_stride = src_stride - output_width
507 src_stride, HFilter, VFilter, local
532 highbd_filter_block2d_8_c(CONVERT_TO_SHORTPTR(src_ptr), src_stride, local
    [all...]

Completed in 1055 milliseconds

1 2