HomeSort by relevance Sort by last modified time
    Searched refs:y_dst (Results 1 - 13 of 13) sorted by null

  /hardware/samsung_slsi/exynos5/include/
swconverter.h 124 unsigned char *y_dst,
201 unsigned char *y_dst,
237 * @param y_dst
256 unsigned char *y_dst,
266 * @param y_dst
282 unsigned char *y_dst,
291 * @param y_dst
310 unsigned char *y_dst,
320 * @param y_dst
336 unsigned char *y_dst,
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 148 unsigned char *y_dst,
167 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
170 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
179 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
182 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
194 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
197 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
206 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
209 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
408 unsigned char *y_dst,
    [all...]
csc_tiled_to_linear_uv_neon.s 54 @r0 y_dst
91 add r7, r0, r12 @ dst_offset = y_dst + temp1
116 add r7, r0, r12 @ r7 = y_dst + temp1
157 add r7, r0, r12 @ r7 = y_dst + temp1
184 add r7, r0, r12 @ r7 = y_dst + temp1
csc_tiled_to_linear_y_neon.s 55 @r0 y_dst
96 add r7, r0, r12 @ dst_offset = y_dst + temp1
131 add r7, r0, r12 @ r7 = y_dst + temp1
172 add r7, r0, r12 @ r7 = y_dst + temp1
199 add r7, r0, r12 @ r7 = y_dst + temp1
  /external/chromium_org/third_party/libwebp/dec/
frame.c 46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16; local
55 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
58 VP8SimpleHFilter16i(y_dst, y_bps, limit);
61 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
64 VP8SimpleVFilter16i(y_dst, y_bps, limit);
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
556 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF local
    [all...]
io.c 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; local
40 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w);
  /external/webp/src/dec/
frame.c 46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16; local
55 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
58 VP8SimpleHFilter16i(y_dst, y_bps, limit);
61 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
64 VP8SimpleVFilter16i(y_dst, y_bps, limit);
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
556 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF local
    [all...]
io.c 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; local
40 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w);
  /external/chromium_org/third_party/libwebp/enc/
filter.c 216 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; local
221 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t));
224 VP8EncSimpleHFilter16i(y_dst, BPS, limit);
225 VP8EncSimpleVFilter16i(y_dst, BPS, limit);
228 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
230 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
  /external/webp/src/enc/
filter.c 216 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; local
221 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t));
224 VP8EncSimpleHFilter16i(y_dst, BPS, limit);
225 VP8EncSimpleVFilter16i(y_dst, BPS, limit);
228 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
230 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
  /external/pixman/pixman/
pixman-trap.c 488 int y_dst,
514 pixman_rasterize_trapezoid (dst, trap, x_dst, y_dst);
543 x_dst + box.x1, y_dst + box.y1,
679 int y_dst,
688 x_src, y_src, x_dst, y_dst,
pixman.h     [all...]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 73 unsigned char *y_dst,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);

Completed in 123 milliseconds