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
592
INT
lastValPns
= 0, deltaPns;
604
lastValPns
= noiseNrg[j];
607
deltaPns = noiseNrg[j] -
lastValPns
;
608
lastValPns
= noiseNrg[j];
bitenc.cpp
301
INT
lastValPns
= 0;
308
lastValPns
= globalGain - scalefac[sectionData->firstScf] +
331
deltaPns = noiseNrg[j] -
lastValPns
;
332
lastValPns
= noiseNrg[j];
[
all
...]
Completed in 2999 milliseconds