/external/chromium_org/third_party/libwebp/dec/ |
frame.c | 69 uint8_t* const v_dst = dec->cache_v_ + 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); 558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local 568 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); 576 v_dst[j * BPS - 1] = 129; 580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129 [all...] |
io.c | 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local 44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
|
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 218 uint8_t* const v_dst = it->yuv_out2_ + V_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 | 69 uint8_t* const v_dst = dec->cache_v_ + 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); 558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local 568 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); 576 v_dst[j * BPS - 1] = 129; 580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129 [all...] |
io.c | 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local 44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
|
/external/webp/src/enc/ |
filter.c | 218 uint8_t* const v_dst = it->yuv_out2_ + V_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/valgrind/main/VEX/priv/ |
host_ppc_defs.c | 4574 UInt v_dst = vregNo(i->Pin.AvUnary.dst); local 4602 UInt v_dst = vregNo(i->Pin.AvBinary.dst); local 4629 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); local 4675 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst); local 4727 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst); local 4775 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); local 4831 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst); local 4853 UInt v_dst = vregNo(i->Pin.AvPerm.dst); local 4863 UInt v_dst = vregNo(i->Pin.AvSel.dst); local 4872 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local 4881 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local 4907 UInt v_dst = vregNo(i->Pin.AvCMov.dst); local [all...] |
host_ppc_isel.c | 4281 HReg v_dst = newVRegV(env); local 4885 HReg v_dst = lookupIRTemp(env, tmp); local [all...] |