OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxNrg
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
band_nrg.cpp
150
FIXP_DBL
maxNrg
= 0;
170
/* find index of
maxNrg
*/
177
/* return unscaled
maxNrg
*/
181
maxNrg
= scaleValue(bandEnergy[nr], scale);
183
return
maxNrg
;
psy_main.cpp
639
FIXP_DBL
maxNrg
= 0;
665
maxNrg
= fixMax(
maxNrg
, currNrg);
669
if (
maxNrg
!= (FIXP_DBL)0) {
670
nrgShift = (CountLeadingBits(
maxNrg
) >> 1) + (minSpecShift - 4);
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java
692
double
maxNrg
= nrg[idx][ofst]; // channels maximum segment energy
700
if (nrg[idx][seg] >
maxNrg
) {
701
maxNrg
= nrg[idx][seg];
706
assertTrue(String.format("max energy of channel %d is zero", ch),
maxNrg
> 0.0f);
722
final double nrgRatio = minNrg /
maxNrg
;
[
all
...]
DecoderTest.java
[
all
...]
Completed in 377 milliseconds