OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constPart
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
line_pe.c
68
* description:
constPart
is sfbPe without the threshold part n*ld(thr) or n*C3*ld(thr)
79
Word32 pe,
constPart
, nActiveLines;
82
peData->
constPart
= 0;
91
constPart
= 0;
128
constPart
=
constPart
+ peChanData->sfbConstPart[sfbGrp+sfb];
134
peChanData->
constPart
= saturate(
constPart
);
140
constPart
+= peData->
constPart
;
[
all
...]
adj_thr.c
328
Word16 *
constPart
,
357
*
constPart
= saturate(iconstPart);
743
Word16
constPart
, constPartNoAH;
756
constPart
= peData->
constPart
;
760
avgThrExp = pow2_xy((
constPart
- noRedPe), (nActiveLines << 2));
763
redVal = pow2_xy((
constPart
- desiredPe), (nActiveLines << 2)) - avgThrExp;
[
all
...]
/external/aac/libAACenc/src/
line_pe.h
108
INT
constPart
; /* sum of sfbConstPart */
115
INT
constPart
;
line_pe.cpp
142
constPart
is sfbPe without the threshold part n*ld(thr) or n*C3*ld(thr)
159
peChanData->
constPart
= 0;
202
peChanData->
constPart
+= peChanData->sfbConstPart[sfbGrp+sfb];
206
/* correct scaled pe and
constPart
values */
208
peChanData->
constPart
>>=PE_CONSTPART_SHIFT;
adj_thr.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
line_pe.h
38
Word16
constPart
; /* sum of sfbConstPart */
46
Word16
constPart
;
Completed in 274 milliseconds