Home
last modified time | relevance | path

Searched refs:dStep (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_linearization_info.cpp462 int32 dStep = dstBuffer.fColStep; in Process() local
506 dstPtr += dStep; in Process()
557 dstPtr += dStep; in Process()
589 dstPtr += dStep; in Process()
606 dstPtr += dStep; in Process()
632 dstPtr += dStep; in Process()
649 dstPtr += dStep; in Process()
719 dstPtr += dStep; in Process()
752 dstPtr += dStep; in Process()
823 dstPtr += dStep; in Process()
[all …]
/external/aac/libAACdec/src/
Dconceal.cpp1978 FIXP_DBL dStep; in CConcealment_TDFadePcmAtt() local
1986 dStep = (FIXP_DBL)((int)((fadeStart >> 1) - (fadeStop >> 1)) / len) << 1; in CConcealment_TDFadePcmAtt()
1989 dGain -= dStep; in CConcealment_TDFadePcmAtt()