OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zeroNrgThresh
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java
550
// ratio of
zeroNrgThresh
to the max nrg
553
double
zeroNrgThresh
= nSegSmp * nSegSmp;
587
if (nrg[ch][seg] >
zeroNrgThresh
&& offset[ch] < 0) {
597
sigSeg[seg] |= nrg[ch][seg] >
zeroNrgThresh
;
610
zeroNrgThresh
= zeroMaxNrgRatio * totMaxNrg;
660
double refMinNrg =
zeroNrgThresh
;
752
nrg[idx][seg] <
zeroNrgThresh
);
[
all
...]
DecoderTest.java
[
all
...]
Completed in 190 milliseconds