Searched refs:u_dst (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
226 Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->dither_);
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; local
727 Copy32b(&u_dst[j * BPS - 4], &u_dst[
[all...]
H A Dio.c29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; local
40 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w);
/external/webp/src/dec/
H A Dframe.c60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
226 Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->dither_);
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; local
727 Copy32b(&u_dst[j * BPS - 4], &u_dst[
[all...]
H A Dio.c29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; local
40 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w);
/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c89 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
/external/webp/src/enc/
H A Dfilter.c89 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c78 unsigned char *u_dst,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c78 unsigned char *u_dst,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument

Completed in 1076 milliseconds