OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nActiveLinesNoAH
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c
744
Word16 nActiveLines,
nActiveLinesNoAH
;
775
calcPeNoAH(&redPeNoAH, &constPartNoAH, &
nActiveLinesNoAH
,
786
if (
nActiveLinesNoAH
> 0) {
788
avgThrExp = pow2_xy((constPartNoAH - redPeNoAH), (
nActiveLinesNoAH
<< 2));
790
redVal = (redVal + pow2_xy((constPartNoAH - desiredPeNoAH), (
nActiveLinesNoAH
<< 2))) - avgThrExp;
[
all
...]
/external/aac/libAACenc/src/
adj_thr.cpp
[
all
...]
Completed in 3756 milliseconds