OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastValPns
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
dyn_bits.cpp
673
INT
lastValPns
= 0, deltaPns;
681
lastValPns
= noiseNrg[i];
684
deltaPns = noiseNrg[i]-
lastValPns
;
685
lastValPns
= noiseNrg[i];
701
INT
lastValPns
= 0, deltaPns;
714
lastValPns
= noiseNrg[j];
717
deltaPns = noiseNrg[j]-
lastValPns
;
718
lastValPns
= noiseNrg[j];
bitenc.cpp
303
INT
lastValPns
= 0;
310
lastValPns
= globalGain-scalefac[sectionData->firstScf]+globalGainOffset-4*LOG_NORM_PCM-noiseOffset;
333
deltaPns = noiseNrg[j]-
lastValPns
;
334
lastValPns
= noiseNrg[j];
[
all
...]
Completed in 307 milliseconds