/external/webp/src/dec/ |
D | io.c | 56 const uint8_t* v_src = io->v; in EmitSampledRGB() local 62 sample(y_src, y_src + io->y_stride, u_src, v_src, in EmitSampledRGB() 66 v_src += io->uv_stride; in EmitSampledRGB() 70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); in EmitSampledRGB() 85 const uint8_t* v_src = io->v; 91 convert(y_src, u_src, v_src, dst, mb_w); 94 v_src += io->uv_stride;
|
/external/chromium_org/third_party/libwebp/dec/ |
D | io.c | 56 const uint8_t* v_src = io->v; in EmitSampledRGB() local 62 sample(y_src, y_src + io->y_stride, u_src, v_src, in EmitSampledRGB() 66 v_src += io->uv_stride; in EmitSampledRGB() 70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); in EmitSampledRGB() 85 const uint8_t* v_src = io->v; 91 convert(y_src, u_src, v_src, dst, mb_w); 94 v_src += io->uv_stride;
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 76 unsigned char *v_src, in apply_ifactor() argument 88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor() 94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor()
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 4575 UInt v_src = vregNo(i->Pin.AvUnary.src); in emit_PPCInstr() local 4592 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2 ); in emit_PPCInstr() 4595 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2 ); in emit_PPCInstr() 4832 UInt v_src = vregNo(i->Pin.AvUn32Fx4.src); in emit_PPCInstr() local 4848 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2 ); in emit_PPCInstr() 4883 UInt v_src, opc2; in emit_PPCInstr() local 4899 v_src = vregNo(i->Pin.AvSplat.src->Pvi.Reg); in emit_PPCInstr() 4901 p = mkFormVX( p, 4, v_dst, lowest_lane, v_src, opc2 ); in emit_PPCInstr() 4908 UInt v_src = vregNo(i->Pin.AvCMov.src); in emit_PPCInstr() local 4911 if (v_dst == v_src) goto done; in emit_PPCInstr() [all …]
|
D | host_ppc_isel.c | 1155 HReg v_src = newVRegV(env); in mk_AvDuplicateRI() local 1167 addInstr(env, PPCInstr_AvLdSt( True/*ld*/, 4, v_src, am_off12 ) ); in mk_AvDuplicateRI() 1171 addInstr(env, PPCInstr_AvSplat(sz, dst, PPCVI5s_Reg(v_src))); in mk_AvDuplicateRI() 4637 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1); in iselVecExpr_wrk() local 4639 addInstr(env, PPCInstr_AvPerm(dst, v_src, v_src, v_ctl)); in iselVecExpr_wrk() 4722 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data); in iselStmt() local 4724 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr)); in iselStmt() 4772 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data); in iselStmt() local 4776 PPCInstr_AvLdSt(False/*store*/, 16, v_src, am_addr)); in iselStmt() 4886 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt() local [all …]
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodframe.c | 419 unsigned char *v_src) in yv12_extend_frame_left_right_c() argument 483 src_ptr1 = v_src; in yv12_extend_frame_left_right_c()
|