HomeSort by relevance Sort by last modified time
    Searched refs:fSign (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_QuantInter_I.c 65 OMX_INT fSign;
94 fSign = armSignCheck (pSrcDst[coeffCount]);
97 pSrcDst[coeffCount] *= fSign;
omxVCM4P2_QuantIntra_I.c 69 OMX_INT dcScaler = 0, coeffCount,fSign;
139 fSign = armSignCheck (pSrcDst[coeffCount]);
141 pSrcDst[coeffCount] *= fSign;
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 164 milliseconds