Searched refs:y_dst (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | frame.c | 44 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16; in DoFilter() local 53 VP8SimpleHFilter16(y_dst, y_bps, limit + 4); in DoFilter() 56 VP8SimpleHFilter16i(y_dst, y_bps, limit); in DoFilter() 59 VP8SimpleVFilter16(y_dst, y_bps, limit + 4); in DoFilter() 62 VP8SimpleVFilter16i(y_dst, y_bps, limit); in DoFilter() 71 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 75 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 79 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 83 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter() 554 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in VP8ReconstructBlock() local [all …]
|
D | io.c | 29 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; in EmitYUV() local 38 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); in EmitYUV()
|
/external/webp/src/enc/ |
D | filter.c | 214 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; in DoFilter() local 219 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t)); in DoFilter() 222 VP8EncSimpleHFilter16i(y_dst, BPS, limit); in DoFilter() 223 VP8EncSimpleVFilter16i(y_dst, BPS, limit); in DoFilter() 226 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 228 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|
/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()
|