/external/webp/src/dec/ |
D | frame.c | 38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter() local 47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4); in DoFilter() 50 VP8SimpleHFilter16i(y_dst, y_bps, limit); in DoFilter() 53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4); in DoFilter() 56 VP8SimpleVFilter16i(y_dst, y_bps, limit); in DoFilter() 64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow() local [all …]
|
D | io.c | 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; in EmitYUV() local 37 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); in EmitYUV()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | frame.c | 38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter() local 47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4); in DoFilter() 50 VP8SimpleHFilter16i(y_dst, y_bps, limit); in DoFilter() 53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4); in DoFilter() 56 VP8SimpleVFilter16i(y_dst, y_bps, limit); in DoFilter() 64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow() local [all …]
|
D | io.c | 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; in EmitYUV() local 37 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); in EmitYUV()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | filter.c | 88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; in DoFilter() local 93 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t)); in DoFilter() 96 VP8SimpleHFilter16i(y_dst, BPS, limit); in DoFilter() 97 VP8SimpleVFilter16i(y_dst, BPS, limit); in DoFilter() 100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|
/external/webp/src/enc/ |
D | filter.c | 88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; in DoFilter() local 93 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t)); in DoFilter() 96 VP8SimpleHFilter16i(y_dst, BPS, limit); in DoFilter() 97 VP8SimpleVFilter16i(y_dst, BPS, limit); in DoFilter() 100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|
/external/pixman/pixman/ |
D | pixman-trap.c | 488 int y_dst, in pixman_composite_trapezoids() argument 514 pixman_rasterize_trapezoid (dst, trap, x_dst, y_dst); in pixman_composite_trapezoids() 543 x_dst + box.x1, y_dst + box.y1, in pixman_composite_trapezoids() 679 int y_dst, in pixman_composite_triangles() argument 688 x_src, y_src, x_dst, y_dst, in pixman_composite_triangles()
|
D | pixman.h | 1090 int y_dst, 1100 int y_dst,
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 73 unsigned char *y_dst, in apply_ifactor() argument 86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor() 92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
D | mfqe.c | 73 unsigned char *y_dst, in apply_ifactor() argument 86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor() 92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor()
|