Searched defs:v_src (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsubtract_neon.c48 const uint8x16_t v_src = vld1q_u8(&src[0]); local
51 vsubl_u8(vget_low_u8(v_src), vget_low_u8(v_pred));
53 vsubl_u8(vget_high_u8(v_src), vget_high_u8(v_pred));
62 const uint8x8_t v_src = vld1_u8(&src[0]); local
64 const uint16x8_t v_diff = vsubl_u8(v_src, v_pred);
/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc90 const uint8_t* v_src = frame.buffer(kVPlane); local
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col);
129 v_src + (mb_row << 3) * stride_v + (mb_col << 3);
/external/webrtc/webrtc/modules/video_processing/util/
H A Dskin_detection.cc45 const uint8_t* v_src,
53 const uint8_t* v = v_src + ((mb_row << 3) + 4) * stride_v + (mb_col << 3) + 4;
43 MbHasSkinColor(const uint8_t* y_src, const uint8_t* u_src, const uint8_t* v_src, const int stride_y, const int stride_u, const int stride_v, const int mb_row, const int mb_col) argument
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c66 unsigned char *u_src, unsigned char *v_src,
75 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride,
82 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/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c360 unsigned char *v_src) {
421 src_ptr1 = v_src;
357 yv12_extend_frame_left_right_c(YV12_BUFFER_CONFIG *ybf, unsigned char *y_src, unsigned char *u_src, unsigned char *v_src) argument
/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c2125 vex_printf("if (v_dst != v_src) { ");
5244 UInt v_src = vregEnc(i->Pin.AvUnary.src); local
5280 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host );
5288 p = mkFormVX( p, 4, v_dst, 0, v_src, 590, endness_host );// vupkhsh
5310 p = mkFormVX_BX_TX( p, 60, v_dst, opc3, v_src, opc2, endness_host );
5313 p = mkFormVX( p, 4, v_dst, 0, v_src, (1<<10 | 385), endness_host );
5317 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host );
5320 p = mkFormVX( p, 4, v_dst, 28, v_src, opc2, endness_host );
5323 p = mkFormVX( p, 4, v_dst, 29, v_src, opc
5617 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); local
5645 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); local
5733 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); local
5808 UInt v_src, opc2; local
5833 UInt v_src = vregEnc(i->Pin.AvCMov.src); local
5852 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); local
[all...]
H A Dhost_ppc_isel.c6016 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
6018 addInstr(env, PPCInstr_AvPerm(dst, v_src, v_src, v_ctl));
6205 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data, IEndianess); local
6207 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr));
6267 HReg v_src = iselFp128Expr(env, stmt->Ist.Put.data, IEndianess); local
6272 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr));
6278 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data, IEndianess); local
6282 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr));
6411 HReg v_src local
6417 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data, IEndianess); local
[all...]

Completed in 1736 milliseconds