OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseNrg
(Results
1 - 8
of
8
) sorted by null
/external/aac/libAACenc/src/
aacenc_pns.cpp
118
INT *
noiseNrg
);
179
calculated
noiseNrg
at active PNS
197
INT *
noiseNrg
)
209
noiseNrg
[sfb] = NO_NOISE_PNS; /* clear nrg's of previous frame */
314
calculate
noiseNrg
's
319
noiseNrg
);
384
description: Calculate the
NoiseNrg
's
387
if pnsFlag calculate
NoiseNrg
389
pointer to
noiseNrg
(modified)
390
output:
noiseNrg
's in pnsFlaged sfb'
[
all
...]
dyn_bits.h
147
INT noisePreCount(const INT *
noiseNrg
, INT maxSfb);
161
const INT* const
noiseNrg
,
pns_func.h
124
INT *
noiseNrg
);
130
INT *
noiseNrg
,
dyn_bits.cpp
250
const INT* const
noiseNrg
,
262
if(
noiseNrg
[i] != NO_NOISE_PNS){
397
const INT* const
noiseNrg
,
441
FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup,
noiseNrg
+grpNdx, isBook+grpNdx);
670
INT noisePreCount(const INT *
noiseNrg
, INT maxSfb)
677
if (
noiseNrg
[i] != NO_NOISE_PNS) {
681
lastValPns =
noiseNrg
[i];
684
deltaPns =
noiseNrg
[i]-lastValPns;
685
lastValPns =
noiseNrg
[i];
697
const INT* const
noiseNrg
[
all
...]
interface.h
131
INT
noiseNrg
[MAX_GROUPED_SFB];
bitenc.cpp
296
INT *RESTRICT
noiseNrg
,
333
deltaPns =
noiseNrg
[j]-lastValPns;
334
lastValPns =
noiseNrg
[j];
[
all
...]
psy_main.cpp
[
all
...]
qc_main.cpp
[
all
...]
Completed in 1308 milliseconds