Searched refs:cxd (Results 1 – 1 of 1) sorted by relevance
1074 int cxd; /* Index of cell to the left and one row above */ in editDist3Core() local1079 cxd = rxp + i1; in editDist3Core()1080 cxu = cxd + b1; in editDist3Core()1088 updateCost(m, cx, cxd, 0); in editDist3Core()1090 updateCost(m, cx, cxd, pLang->iSubCost); in editDist3Core()1094 updateCost(m, cxd+p->nFrom+szRow*p->nTo, cxd, p->iCost); in editDist3Core()