Home
last modified time | relevance | path

Searched refs:v_dst (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dframe.c61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
227 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_); in DitherRow()
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow() local
728 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); in ReconstructRow()
736 v_dst[j * BPS - 1] = 129; in ReconstructRow()
[all …]
Dio.c30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w); in EmitYUV()
/external/webp/src/enc/
Dfilter.c90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; in DoFilter() local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/external/valgrind/VEX/priv/
Dhost_ppc_defs.c4813 UInt v_dst = vregEnc(i->Pin.AvUnary.dst); in emit_PPCInstr() local
4837 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host ); in emit_PPCInstr()
4840 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host ); in emit_PPCInstr()
4847 UInt v_dst = vregEnc(i->Pin.AvBinary.dst); in emit_PPCInstr() local
4852 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036, endness_host ); // vslo in emit_PPCInstr()
4853 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 452, endness_host ); // vsl in emit_PPCInstr()
4857 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100, endness_host ); // vsro in emit_PPCInstr()
4858 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 708, endness_host ); // vsr in emit_PPCInstr()
4869 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr()
4874 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst); in emit_PPCInstr() local
[all …]
Dhost_ppc_isel.c4892 HReg v_dst = newVRegV(env); in iselVecExpr_wrk() local
4922 addInstr(env, PPCInstr_AvPerm( v_dst, Vlo, Vhi, Vp )); in iselVecExpr_wrk()
4925 addInstr(env, PPCInstr_AvPerm( v_dst, Vhi, Vlo, Vp )); in iselVecExpr_wrk()
4927 return v_dst; in iselVecExpr_wrk()
5716 HReg v_dst = lookupIRTemp(env, tmp); in iselStmt() local
5718 addInstr(env, PPCInstr_AvUnary(Pav_MOV, v_dst, v_src)); in iselStmt()
/external/libvpx/libvpx/vp8/common/
Dmfqe.c79 unsigned char *v_dst, in apply_ifactor() argument
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor()
94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor()