Searched refs:v_dst (Results 1 - 7 of 7) sorted by relevance

/external/webp/src/dec/
H A Dframe_dec.c79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
87 v_dst[j * BPS - 1] = 129;
92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
98 memset(v_dst - BPS - 1, 127, 8 + 1);
113 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
126 memcpy(v_dst - BPS, top_yuv[0].v, 8);
163 VP8PredChroma8[pred_func](v_dst);
165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst);
172 memcpy(top_yuv[0].v, v_dst
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
382 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
[all...]
H A Dio_dec.c30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
/external/webp/src/enc/
H A Dfilter_enc.c90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc87 uint8_t* v_dst = denoised_frame->buffer(kVPlane); local
131 uint8_t* mb_dst_v = v_dst + (mb_row << 3) * stride_v + (mb_col << 3);
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c68 unsigned char *v_dst, int uv_dst_stride,
75 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride,
83 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride,
64 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c1998 vex_printf("if (v_dst != v_src) { ");
4813 UInt v_dst = vregEnc(i->Pin.AvUnary.dst); local
4837 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host );
4840 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host );
4847 UInt v_dst = vregEnc(i->Pin.AvBinary.dst); local
4852 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036, endness_host ); // vslo
4853 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 452, endness_host ); // vsl
4857 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100, endness_host ); // vsro
4858 p = mkFormVX( p, 4, v_dst, v_ds
4874 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst); local
4922 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst); local
4976 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst); local
5035 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst); local
5066 UInt v_dst = vregEnc(i->Pin.AvCipherV128Unary.dst); local
5078 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst); local
5094 UInt v_dst = vregEnc(i->Pin.AvHashV128Binary.dst); local
5108 UInt v_dst = vregEnc(i->Pin.AvBCDV128Trinary.dst); local
5124 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst); local
5180 UInt v_dst = vregEnc(i->Pin.AvUn32Fx4.dst); local
5202 UInt v_dst = vregEnc(i->Pin.AvPerm.dst); local
5212 UInt v_dst = vregEnc(i->Pin.AvSel.dst); local
5220 UInt v_dst = vregEnc(i->Pin.AvSh.dst); local
5245 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5254 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5280 UInt v_dst = vregEnc(i->Pin.AvCMov.dst); local
[all...]
H A Dhost_ppc_isel.c4894 HReg v_dst = newVRegV(env); local
4924 addInstr(env, PPCInstr_AvPerm( v_dst, Vlo, Vhi, Vp ));
4927 addInstr(env, PPCInstr_AvPerm( v_dst, Vhi, Vlo, Vp ));
4929 return v_dst;
5718 HReg v_dst = lookupIRTemp(env, tmp); local
5720 addInstr(env, PPCInstr_AvUnary(Pav_MOV, v_dst, v_src));

Completed in 224 milliseconds