/external/chromium_org/third_party/libwebp/dec/ |
frame.c | 68 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8; local 74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); 82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); 557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; local 567 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]); 575 u_dst[j * BPS - 1] = 129; 580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129 [all...] |
io.c | 32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; local 43 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w);
|
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 217 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; local 229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); 231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
|
/external/webp/src/dec/ |
frame.c | 68 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8; local 74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); 82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); 557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; local 567 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]); 575 u_dst[j * BPS - 1] = 129; 580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129 [all...] |
io.c | 32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; local 43 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w);
|
/external/webp/src/enc/ |
filter.c | 217 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; local 229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); 231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
|