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.c4814 UInt v_src = vregEnc(i->Pin.AvUnary.src); in emit_PPCInstr() local
5067 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); in emit_PPCInstr() local
5095 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); in emit_PPCInstr() local
5181 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); in emit_PPCInstr() local
5256 UInt v_src, opc2; in emit_PPCInstr() local
5281 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr() local
5300 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); in emit_PPCInstr() local
Dhost_ppc_isel.c5368 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); in iselVecExpr_wrk() local
5535 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data, IEndianess); in iselStmt() local
5586 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data, IEndianess); in iselStmt() local
5719 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()