Home
last modified time | relevance | path

Searched refs:y_dst (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dec/
Dframe.c38 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 …]
Dio.c28 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/
Dframe.c38 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 …]
Dio.c28 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/
Dfilter.c88 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/
Dfilter.c88 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/
Dpixman-trap.c488 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()
Dpixman.h1090 int y_dst,
1100 int y_dst,
/external/libvpx/libvpx/vp8/common/
Dmfqe.c73 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/
Dmfqe.c73 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()