Home
last modified time | relevance | path

Searched defs:v_dst (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dframe.c156 uint8_t* const v_dst = dec->cache_v_ + mb_x * 8; in DoFilter() local
407 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in VP8ReconstructBlock() local
Dio.c240 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c3478 UInt v_dst = vregNo(i->Pin.AvUnary.dst); in emit_PPCInstr() local
3506 UInt v_dst = vregNo(i->Pin.AvBinary.dst); in emit_PPCInstr() local
3533 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); in emit_PPCInstr() local
3579 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst); in emit_PPCInstr() local
3631 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst); in emit_PPCInstr() local
3679 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); in emit_PPCInstr() local
3735 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst); in emit_PPCInstr() local
3757 UInt v_dst = vregNo(i->Pin.AvPerm.dst); in emit_PPCInstr() local
3767 UInt v_dst = vregNo(i->Pin.AvSel.dst); in emit_PPCInstr() local
3776 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); in emit_PPCInstr() local
[all …]
Dhost_ppc_isel.c3352 HReg v_dst = newVRegV(env); in iselVecExpr_wrk() local
3929 HReg v_dst = lookupIRTemp(env, tmp); in iselStmt() local
/external/webp/src/enc/
Dfilter.c215 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; in DoFilter() local