OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pePart
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
289
Word32
pePart
;
307
pePart
= ((pePerWindow * 24) * (max_bark * barcWidth)) /
311
pePart
= min(
pePart
, 8400);
312
pePart
= max(
pePart
, 1400);
318
snr = pow2_xy((
pePart
- 16*1000),1000) - 0x0000c000;
/external/aac/libAACenc/src/
psy_configuration.cpp
480
FIXP_DBL barcFactor, pePerWindow,
pePart
, barcWidth;
524
pePart
= fMult(pePart_const, barcWidth); qpeprt = qpeprt_const + 25 - (DFRACT_BITS-1);
528
pePart
= fDivNorm(
pePart
, sfbWidth, &qdiv); qpeprt += DFRACT_BITS-1-qdiv;
530
tmp = f2Pow(
pePart
, DFRACT_BITS-1-qpeprt, &qtmp);
Completed in 977 milliseconds