HomeSort by relevance Sort by last modified time
    Searched refs:dst_stride (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /external/mesa3d/src/mesa/main/
texcompress_etc.c 90 * \param dst_stride in bytes
94 unsigned dst_stride,
100 etc1_unpack_rgba8888(dst_row, dst_stride,
  /external/webp/src/utils/
rescaler.h 36 int dst_stride; member in struct:__anon30422
43 int dst_width, int dst_height, int dst_stride,
  /external/libyuv/files/include/libyuv/
rotate.h 56 uint8* dst, int dst_stride,
61 uint8* dst, int dst_stride,
66 uint8* dst, int dst_stride,
96 uint8* dst, int dst_stride,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 251 float *dst, unsigned dst_stride,
267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
274 void *dst, unsigned dst_stride,
286 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
294 util_format_read_4ub(enum pipe_format format, uint8_t *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h)
308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
313 util_format_write_4ub(enum pipe_format format, const uint8_t *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h)
324 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
327 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h)
    [all...]
u_tile.c 51 void *dst, int dst_stride)
55 if (dst_stride == 0)
56 dst_stride = util_format_get_stride(pt->resource->format, w);
66 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y);
120 unsigned dst_stride)
133 p += dst_stride;
149 unsigned dst_stride)
162 p += dst_stride;
176 unsigned dst_stride)
189 p += dst_stride;
461 unsigned dst_stride = w * 4; local
876 unsigned dst_stride = w * 4; local
907 unsigned dst_stride = w * 4; local
    [all...]
u_rect.h 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
u_linear.c 62 size_t dst_stride, void *dst_ptr)
73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x;
77 ptr += dst_stride;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 251 float *dst, unsigned dst_stride,
267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
274 void *dst, unsigned dst_stride,
286 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
294 util_format_read_4ub(enum pipe_format format, uint8_t *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h)
308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
313 util_format_write_4ub(enum pipe_format format, const uint8_t *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h)
324 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
327 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h)
    [all...]
u_tile.c 51 void *dst, int dst_stride)
55 if (dst_stride == 0)
56 dst_stride = util_format_get_stride(pt->resource->format, w);
66 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y);
120 unsigned dst_stride)
133 p += dst_stride;
149 unsigned dst_stride)
162 p += dst_stride;
176 unsigned dst_stride)
189 p += dst_stride;
461 unsigned dst_stride = w * 4; local
876 unsigned dst_stride = w * 4; local
907 unsigned dst_stride = w * 4; local
    [all...]
u_rect.h 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
  /external/libvpx/libvpx/vp8/common/
reconinter.c 26 int dst_stride)
59 dst += dst_stride;
69 int dst_stride)
89 dst += dst_stride;
99 int dst_stride)
119 dst += dst_stride;
155 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride)
162 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
166 vp8_copy_mem8x8(ptr, pre_stride, dst, dst_stride);
170 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride
452 int dst_stride = x->dst.y_stride; local
481 int dst_stride = x->dst.y_stride; local
508 int dst_stride = x->dst.uv_stride; local
527 int dst_stride = x->dst.uv_stride; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 17 void sym(unsigned char *dst, int dst_stride, \
37 int dst_stride,
67 fn(dst_u, dst_stride, uabove_row, uleft, left_stride);
68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride);
114 void sym(unsigned char *dst, int dst_stride, \
131 int dst_stride,
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride);
idct_blk_sse2.c 16 unsigned char *dst, int dst_stride);
19 unsigned char *dst, int dst_stride);
  /external/pixman/test/
composite-traps-test.c 55 int dst_stride; local
151 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
152 dst_stride = (dst_stride + 3) & ~3;
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
160 dst_format, dst_width, dst_height, dst_bits, dst_stride);
220 for (i = 0; i < dst_stride * dst_height / 4; i++)
232 for (j = 0; j < dst_stride; j++)
233 printf ("%02X ", *((uint8_t *)dst_bits + i * dst_stride + j));
239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height)
    [all...]
affine-test.c 35 int src_stride, dst_stride; local
62 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
67 if (dst_stride & 3)
68 dst_stride += 2;
78 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
81 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
279 for (i = 0; i < dst_stride * dst_height / 4; i++)
291 for (j = 0; j < dst_stride; j++)
292 printf ("%02X ", *((uint8_t *)dstbuf + i * dst_stride + j))
    [all...]
scaling-test.c 61 int src_stride, mask_stride, dst_stride; local
117 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
127 if (dst_stride & 3)
128 dst_stride += 2;
141 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
145 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
346 for (i = 0; i < dst_stride * dst_height / 4; i++)
358 for (j = 0; j < dst_stride; j++)
359 printf ("%02X ", *((uint8_t *)dstbuf + i * dst_stride + j))
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /external/pixman/pixman/
pixman-fast-path.c 117 int src_stride, mask_stride, dst_stride; local
122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
131 dst_line += dst_stride;
167 int dst_stride, mask_stride; local
175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1);
183 dst_line += dst_stride;
206 dst_line += dst_stride;
234 int dst_stride, src_stride; local
240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1);
245 dst_line += dst_stride;
272 int dst_stride, mask_stride; local
320 int dst_stride, mask_stride; local
366 int dst_stride, mask_stride; local
423 int dst_stride, mask_stride; local
478 int dst_stride, mask_stride; local
535 int dst_stride, mask_stride; local
599 int dst_stride, src_stride; local
634 int dst_stride, src_stride; local
705 int dst_stride, src_stride; local
748 int dst_stride, src_stride; local
791 int dst_stride, src_stride; local
831 int dst_stride, src_stride; local
871 int dst_stride, mask_stride; local
927 int dst_stride, src_stride; local
963 int mask_stride, dst_stride; local
1045 int mask_stride, dst_stride; local
1166 int dst_stride, src_stride; local
1464 int dst_stride, src_stride; local
    [all...]
pixman-mips-dspr2.h 66 int32_t dst_stride, src_stride; \
72 dst_stride, dst_line, dst_cnt); \
77 dst_line += dst_stride; \
103 int32_t dst_stride; \
113 dst_stride, dst_line, dst_cnt); \
118 dst_line += dst_stride; \
142 int32_t dst_stride, mask_stride; \
152 dst_stride, dst_line, dst_cnt); \
159 dst_line += dst_stride; \
184 int32_t dst_stride, src_stride;
    [all...]
pixman-arm-common.h 36 * width, height, dst, dst_stride, src, src_stride, mask, mask_stride
60 int32_t dst_stride, \
71 int32_t dst_stride, src_stride; \
76 dst_stride, dst_line, dst_cnt); \
79 dst_line, dst_stride, \
89 int32_t dst_stride, \
98 int32_t dst_stride; \
108 dst_stride, dst_line, dst_cnt); \
111 dst_line, dst_stride, \
122 int32_t dst_stride, \
    [all...]
pixman-arm-simd.c 65 int32_t dst_stride,
72 int32_t dst_stride,
79 int32_t dst_stride,
132 int dst_stride, /* in 32-bit words */
151 dest_y * dst_stride * 4 + dest_x * 1), dst_stride * 4,
159 dest_y * dst_stride * 4 + dest_x * 2), dst_stride * 2,
167 dest_y * dst_stride * 4 + dest_x * 4), dst_stride,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 56 int dst_stride = x->e_mbd.dst.y_stride; local
58 unsigned char *Above = dst - dst_stride;
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
  /external/libyuv/files/source/
rotate.cc 53 uint8* dst, int dst_stride, int width);
65 uint8* dst, int dst_stride, int width) {
73 mov esi, [esp + 12 + 16] // dst_stride
286 uint8* dst, int dst_stride, int width) {
364 "r"(static_cast<intptr_t>(dst_stride)) // %4
498 uint8* dst, int dst_stride, int width) {
628 "r"(static_cast<intptr_t>(dst_stride)) // %4
749 uint8* dst, int dst_stride,
761 dst += dst_stride;
766 uint8* dst, int dst_stride,
    [all...]

Completed in 942 milliseconds

1 23 4 5 6 7 8