Home
last modified time | relevance | path

Searched refs:u_dst (Results 1 – 4 of 4) sorted by relevance

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