/external/webp/src/dec/ |
D | frame.c | 67 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8; in DoFilter() local 72 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 76 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter() 80 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter() 84 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter() 556 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in VP8ReconstructBlock() local 567 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); in VP8ReconstructBlock() 576 v_dst[j * BPS - 1] = 129; in VP8ReconstructBlock() 580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129; in VP8ReconstructBlock() 594 memcpy(v_dst - BPS, top_v, 8); in VP8ReconstructBlock() [all …]
|
D | io.c | 31 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local 42 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w); in EmitYUV()
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 3597 UInt v_dst = vregNo(i->Pin.AvUnary.dst); in emit_PPCInstr() local 3615 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2 ); in emit_PPCInstr() 3618 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2 ); in emit_PPCInstr() 3625 UInt v_dst = vregNo(i->Pin.AvBinary.dst); in emit_PPCInstr() local 3630 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036 ); // vslo in emit_PPCInstr() 3631 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 452 ); // vsl in emit_PPCInstr() 3635 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100 ); // vsro in emit_PPCInstr() 3636 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 708 ); // vsr in emit_PPCInstr() 3647 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2 ); in emit_PPCInstr() 3652 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); in emit_PPCInstr() local [all …]
|
D | host_ppc_isel.c | 3479 HReg v_dst = newVRegV(env); in iselVecExpr_wrk() local 3482 addInstr(env, PPCInstr_AvLdSt( True/*load*/, 16, v_dst, am_addr)); in iselVecExpr_wrk() 3483 return v_dst; in iselVecExpr_wrk() 4056 HReg v_dst = lookupIRTemp(env, tmp); in iselStmt() local 4058 addInstr(env, PPCInstr_AvUnary(Pav_MOV, v_dst, v_src)); in iselStmt()
|
/external/webp/src/enc/ |
D | filter.c | 216 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; in DoFilter() local 227 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 229 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|