Home | History | Annotate | Download | only in src

Lines Matching full:srcval

384                 const T srcVal = srcRow[j];
392 dstRow[j] += btvWeights[ind] * (diffSign(srcVal, srcRow3[j + l])
393 - diffSign(srcRow2[j - l], srcVal));