HomeSort by relevance Sort by last modified time
    Searched defs:cdst (Results 1 - 12 of 12) sorted by null

  /external/opencv3/samples/cpp/
houghlines.cpp 29 Mat dst, cdst; local
31 cvtColor(dst, cdst, COLOR_GRAY2BGR);
47 line( cdst, pt1, pt2, Scalar(0,0,255), 3, CV_AA);
55 line( cdst, Point(l[0], l[1]), Point(l[2], l[3]), Scalar(0,0,255), 3, LINE_AA);
59 imshow("detected lines", cdst);
  /external/opencv3/samples/python2/
houghlines.py 19 cdst = cv2.cvtColor(dst, cv2.COLOR_GRAY2BGR) variable
25 cv2.line(cdst, (lines[i][0][0], lines[i][0][1]), (lines[i][0][2], lines[i][0][3]), (0, 0, 255), 3, cv2.LINE_AA)
38 cv2.line(cdst, pt1, pt2, (0, 0, 255), 3, cv2.LINE_AA)
42 cv2.imshow("detected lines", cdst)
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 1077 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i)); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 1015 Value *cdst; local
1019 cdst = bld.getSSA(1, FILE_FLAGS);
1021 bld.mkCmp(OP_SET, CC_NEU, TYPE_U32, cdst, bld.loadImm(NULL, 0), pred);
1023 insn->setPredicate(insn->cc, cdst);
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 1691 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_arm64_isel.c 3942 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_arm_isel.c 6253 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_mips_isel.c 4071 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_s390_isel.c 4019 IRConst *cdst = next->Iex.Const.con; local
    [all...]
host_x86_isel.c 4332 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_amd64_isel.c 4841 IRConst* cdst = next->Iex.Const.con; local
    [all...]
host_ppc_isel.c 6037 IRConst* cdst = next->Iex.Const.con; local
    [all...]

Completed in 583 milliseconds