OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constPart
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
line_pe.h
108
INT
constPart
; /* sum of sfbConstPart */
115
INT
constPart
;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
line_pe.h
38
Word16
constPart
; /* sum of sfbConstPart */
46
Word16
constPart
;
/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
...]
Completed in 2026 milliseconds