Home
last modified time | relevance | path

Searched refs:v_src (Results 1 – 8 of 8) 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
51 vsubl_u8(vget_low_u8(v_src), vget_low_u8(v_pred)); in vpx_subtract_block_neon()
53 vsubl_u8(vget_high_u8(v_src), vget_high_u8(v_pred)); in vpx_subtract_block_neon()
62 const uint8x8_t v_src = vld1_u8(&src[0]); in vpx_subtract_block_neon() local
64 const uint16x8_t v_diff = vsubl_u8(v_src, v_pred); in vpx_subtract_block_neon()
/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc45 const uint8_t* v_src, in MbHasSkinColor() argument
53 const uint8_t* v = v_src + ((mb_row << 3) + 4) * stride_v + (mb_col << 3) + 4; in MbHasSkinColor()
Dskin_detection.h19 const uint8_t* v_src,
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc90 const uint8_t* v_src = frame.buffer(kVPlane); in DenoiseFrame() local
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col); in DenoiseFrame()
129 v_src + (mb_row << 3) * stride_v + (mb_col << 3); in DenoiseFrame()
/external/libvpx/libvpx/vp8/common/
Dmfqe.c66 unsigned char *u_src, unsigned char *v_src, in apply_ifactor() argument
75 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor()
83 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor()
/external/valgrind/VEX/priv/
Dhost_ppc_defs.c5244 UInt v_src = vregEnc(i->Pin.AvUnary.src); in emit_PPCInstr() local
5280 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host ); in emit_PPCInstr()
5288 p = mkFormVX( p, 4, v_dst, 0, v_src, 590, endness_host );// vupkhsh in emit_PPCInstr()
5310 p = mkFormVX_BX_TX( p, 60, v_dst, opc3, v_src, opc2, endness_host ); in emit_PPCInstr()
5313 p = mkFormVX( p, 4, v_dst, 0, v_src, (1<<10 | 385), endness_host ); in emit_PPCInstr()
5317 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host ); in emit_PPCInstr()
5320 p = mkFormVX( p, 4, v_dst, 28, v_src, opc2, endness_host ); in emit_PPCInstr()
5323 p = mkFormVX( p, 4, v_dst, 29, v_src, opc2, endness_host ); in emit_PPCInstr()
5326 p = mkFormVX( p, 4, v_dst, 30, v_src, opc2, endness_host ); in emit_PPCInstr()
5329 p = mkFormVX( p, 4, v_dst, 31, v_src, opc2, endness_host ); in emit_PPCInstr()
[all …]
Dhost_ppc_isel.c6016 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); in iselVecExpr_wrk() local
6018 addInstr(env, PPCInstr_AvPerm(dst, v_src, v_src, v_ctl)); in iselVecExpr_wrk()
6205 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data, IEndianess); in iselStmt() local
6207 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr)); in iselStmt()
6267 HReg v_src = iselFp128Expr(env, stmt->Ist.Put.data, IEndianess); in iselStmt() local
6272 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr)); in iselStmt()
6278 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data, IEndianess); in iselStmt() local
6282 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr)); in iselStmt()
6411 HReg v_src = iselFp128Expr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt() local
6412 addInstr(env, PPCInstr_AvUnary(Pav_MOV, v_dst, v_src)); in iselStmt()
[all …]
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c360 unsigned char *v_src) { in yv12_extend_frame_left_right_c() argument
421 src_ptr1 = v_src; in yv12_extend_frame_left_right_c()