Home
last modified time | relevance | path

Searched refs:fNorm (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp830 fPts[i].fNorm = norms[i]; in init()
840 fPts[cur].fNorm = tess.point(fPts[next].fIndex) - tess.point(fPts[cur].fIndex); in computeNormals()
841 SkPoint::Normalize(&fPts[cur].fNorm); in computeNormals()
842 fPts[cur].fNorm.setOrthog(fPts[cur].fNorm, tess.side()); in computeNormals()
849 fPts[cur].fBisector = fPts[cur].fNorm + fPts[prev].fNorm; in computeBisectors()
852 fPts[cur].fBisector.setOrthog(fPts[cur].fNorm, (SkPoint::Side)-tess.side()); in computeBisectors()
854 other.setOrthog(fPts[prev].fNorm, tess.side()); in computeBisectors()
1045 draw_arrow(canvas, mid, fPts[cur].fNorm, kArrowLength, SK_ColorRED); in draw()
1046 mid.fX += (kArrowLength/2) * fPts[cur].fNorm.fX; in draw()
1047 mid.fY += (kArrowLength/2) * fPts[cur].fNorm.fY; in draw()
DGrAAConvexTessellator.h153 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm()
170 SkPoint fNorm; member
/external/aac/libFDK/include/
Dscale.h150 if (fNorm(value) < scalefactor && value != (FIXP_DBL)0) { in scaleValueSaturate()
Dcommon_fix.h242 FDK_INLINE INT fNorm(FIXP_DBL x) in fNorm() function
244 FDK_INLINE INT fNorm(FIXP_SGL x) in fNorm() function
/external/aac/libSBRdec/src/
Denv_calc.cpp1069 ov_reserve = fNorm(maxVal); in calculateSbrEnvelope()
1079 reserve = fNorm(maxVal); in calculateSbrEnvelope()
1448 shift = fNorm(accu); in calcNrgPerSubband()
1569 shift = fNorm(sumAll); in calcNrgPerSfb()
/external/aac/libFDK/src/
Dfixpoint_math.cpp866 enorm = DFRACT_BITS - fNorm((FIXP_DBL)x_e); in fLog2()