OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statBits
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
stat_bits.c
184
Word32
statBits
;
187
statBits
= 0;
190
if(adtsUsed)
statBits
+= 56;
195
statBits
+= SI_ID_BITS+SI_SCE_BITS+SI_ICS_BITS;
196
statBits
+= countTnsBits(&(psyOutChannel[0].tnsInfo),
203
statBits
+= SI_ICS_INFO_BITS_LONG;
206
statBits
+= SI_ICS_INFO_BITS_SHORT;
211
statBits
+= SI_ID_BITS+SI_CPE_BITS+2*SI_ICS_BITS;
213
statBits
+= SI_CPE_MS_MASK_BITS;
214
statBits
+= countMsMaskBits(psyOutChannel[0].sfbCnt
[
all
...]
/external/aac/libAACenc/src/
bitenc.cpp
180
INT
statBits
;
183
statBits
= 8 + TRANS_FAC - 1;
186
statBits
= 6;
189
statBits
= (!(syntaxFlags & AC_SCALABLE)) ? 11 : 10;
222
return (
statBits
);
[
all
...]
Completed in 546 milliseconds