Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dsubtract_neon.c48 const uint8x16_t v_src = vld1q_u8(&src[0]); in vpx_subtract_block_neon() local
62 const uint8x8_t v_src = vld1_u8(&src[0]); in vpx_subtract_block_neon() local
/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc45 const uint8_t* v_src, in MbHasSkinColor()
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc90 const uint8_t* v_src = frame.buffer(kVPlane); in DenoiseFrame() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c66 unsigned char *u_src, unsigned char *v_src, in apply_ifactor()
/external/valgrind/VEX/priv/
Dhost_ppc_defs.c5244 UInt v_src = vregEnc(i->Pin.AvUnary.src); in emit_PPCInstr() local
5617 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); in emit_PPCInstr() local
5645 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); in emit_PPCInstr() local
5733 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); in emit_PPCInstr() local
5808 UInt v_src, opc2; in emit_PPCInstr() local
5833 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr() local
5852 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); in emit_PPCInstr() local
Dhost_ppc_isel.c6016 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); in iselVecExpr_wrk() local
6205 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data, IEndianess); in iselStmt() local
6267 HReg v_src = iselFp128Expr(env, stmt->Ist.Put.data, IEndianess); in iselStmt() local
6278 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data, IEndianess); in iselStmt() local
6411 HReg v_src = iselFp128Expr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt() local
6417 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt() local
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c360 unsigned char *v_src) { in yv12_extend_frame_left_right_c()