OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AC_SCALABLE
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACdec/src/
channelinfo.cpp
164
if ( !(flags & (AC_ELD|
AC_SCALABLE
|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BSAC nor USAC syntax then ... */
channel.cpp
259
if (flags & (AC_ELD|
AC_SCALABLE
)) {
block.cpp
621
if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|
AC_SCALABLE
)) )
aacdecoder.cpp
[
all
...]
/external/aac/libAACenc/src/
bitenc.cpp
189
statBits = (!(syntaxFlags &
AC_SCALABLE
)) ? 11 : 10;
207
if (!(syntaxFlags & (
AC_SCALABLE
|AC_ELD)) ) { /* If not scalable syntax then ... */
843
if (syntaxFlags & (
AC_SCALABLE
|AC_ER))
[
all
...]
aacenc.cpp
851
if (!(hAacEnc->config->syntaxFlags & (
AC_SCALABLE
|AC_ER)))
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
294
#define
AC_SCALABLE
0x000008 /*!< AAC Scalable*/
Completed in 1249 milliseconds