Searched refs:u_dst (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dec/ |
D | frame.c | 155 uint8_t* const u_dst = dec->cache_u_ + mb_x * 8; in DoFilter() local 162 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 166 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter() 170 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 174 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter() 406 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in VP8ReconstructBlock() local 417 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]); in VP8ReconstructBlock() 426 u_dst[j * BPS - 1] = 129; in VP8ReconstructBlock() 431 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129; in VP8ReconstructBlock() 444 memcpy(u_dst - BPS, top_u, 8); in VP8ReconstructBlock() [all …]
|
D | io.c | 239 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; in EmitYUV() local 249 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w); in EmitYUV()
|
/external/webp/src/enc/ |
D | filter.c | 214 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; in DoFilter() local 226 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 228 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|