OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLongBlock
(Results
1 - 8
of
8
) sorted by null
/external/aac/libAACdec/src/
channelinfo.h
381
inline UCHAR
IsLongBlock
(const CIcsInfo *pIcsInfo)
398
if (
IsLongBlock
(pIcsInfo))
446
return tns_max_bands_tbl[samplingRateIndex][!
IsLongBlock
(pIcsInfo)];
channelinfo.cpp
106
if (
IsLongBlock
(pIcsInfo)) {
162
if (
IsLongBlock
(pIcsInfo))
pulsedata.cpp
112
if (!
IsLongBlock
((CIcsInfo*)pIcsInfo)) {
block.cpp
292
const int nbits = (
IsLongBlock
(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3;
343
if (
IsLongBlock
( &(pAacDecoderChannelInfo->icsInfo) ))
621
if (
IsLongBlock
(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|AC_SCALABLE)) )
aacdec_tns.cpp
137
UCHAR isLongFlag =
IsLongBlock
(pIcsInfo);
channel.cpp
204
if (
IsLongBlock
(&pAacDecoderChannelInfo->icsInfo) ) {
aacdec_hcr.cpp
306
if (!
IsLongBlock
(&pAacDecoderChannelInfo->icsInfo)) /* short block */
619
if (!
IsLongBlock
(&pAacDecoderChannelInfo->icsInfo))
[
all
...]
conceal.cpp
585
if (
IsLongBlock
(pIcsInfo)) {
[
all
...]
Completed in 636 milliseconds