OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SFB_LONG
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_const.h
65
#define
MAX_SFB_LONG
51 /* 51 for a memory optimized implementation, maybe 64 for convenient debugging */
66
#define MAX_SFB (MAX_SFB_SHORT >
MAX_SFB_LONG
? MAX_SFB_SHORT :
MAX_SFB_LONG
) /* =
MAX_SFB_LONG
*/
67
#define MAX_GROUPED_SFB (MAX_NO_OF_GROUPS*MAX_SFB_SHORT >
MAX_SFB_LONG
? \
68
MAX_NO_OF_GROUPS*MAX_SFB_SHORT :
MAX_SFB_LONG
)
psy_configuration.h
36
Word32 sfbThresholdQuiet[
MAX_SFB_LONG
];
46
Word16 sfbMaskLowFactor[
MAX_SFB_LONG
];
47
Word16 sfbMaskHighFactor[
MAX_SFB_LONG
];
49
Word16 sfbMaskLowFactorSprEn[
MAX_SFB_LONG
];
50
Word16 sfbMaskHighFactorSprEn[
MAX_SFB_LONG
];
53
Word16 sfbMinSnr[
MAX_SFB_LONG
]; /* minimum snr (formerly known as bmax) */
dyn_bits.h
64
Word16 bitLookUp[
MAX_SFB_LONG
*(CODE_BOOK_ESC_NDX+1)];
65
Word16 mergeGainLookUp[
MAX_SFB_LONG
];
67
SECTION_DATA; /* Word16 size: 10 + 60(MAX_SECTIONS)*4(SECTION_INFO) + 51(
MAX_SFB_LONG
)*12(CODE_BOOK_ESC_NDX+1) + 51(
MAX_SFB_LONG
) = 913 */
aac_rom.h
115
extern const Word16 sideInfoTabLong[
MAX_SFB_LONG
+ 1];
/external/aac/libAACenc/src/
psy_const.h
141
#define
MAX_SFB_LONG
51 /* 51 for a memory optimized implementation, maybe 64 for convenient debugging */
144
#define MAX_SFB (MAX_SFB_SHORT >
MAX_SFB_LONG
? MAX_SFB_SHORT :
MAX_SFB_LONG
) /* = 51 */
145
#define MAX_GROUPED_SFB (MAX_NO_OF_GROUPS*MAX_SFB_SHORT >
MAX_SFB_LONG
? \
146
MAX_NO_OF_GROUPS*MAX_SFB_SHORT :
MAX_SFB_LONG
) /* = 60 */
aacEnc_ram.h
158
#define BIT_LOOK_UP_SIZE ( sizeof(INT)*(
MAX_SFB_LONG
*(CODE_BOOK_ESC_NDX+1)) )
159
#define MERGE_GAIN_LOOK_UP_SIZE ( sizeof(INT)*
MAX_SFB_LONG
)
aacEnc_ram.cpp
168
return ((INT*) (dynamic_RAM + P_BUF_1 + sizeof(INT)*(
MAX_SFB_LONG
*(CODE_BOOK_ESC_NDX+1))));
psy_configuration.h
144
UCHAR sfbWidth[
MAX_SFB_LONG
]; /* Width of scalefactor bands for long blocks */
aacEnc_rom.h
154
extern const SHORT FDKaacEnc_sideInfoTabLong[
MAX_SFB_LONG
+ 1];
aacenc_tns.h
166
FIXP_DBL ratioMultTable[
MAX_SFB_LONG
];
dyn_bits.cpp
124
INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
220
const INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
248
const INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
283
INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
324
INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
391
INT mergeGainLookUp[
MAX_SFB_LONG
],
392
INT bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
psy_main.cpp
463
FIXP_SGL sfbTonality[(2)][
MAX_SFB_LONG
];
[
all
...]
aacEnc_rom.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c
39
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
106
findMaxMerge(const Word16 mergeGainLookUp[
MAX_SFB_LONG
],
127
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
154
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
175
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
212
Word16 mergeGainLookUp[
MAX_SFB_LONG
],
213
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
275
Word16 mergeGainLookUp[
MAX_SFB_LONG
],
276
Word16 bitLookUp[
MAX_SFB_LONG
][CODE_BOOK_ESC_NDX + 1],
psy_configuration.c
351
Word16 sfbBarcVal[
MAX_SFB_LONG
];
aac_rom.c
[
all
...]
Completed in 388 milliseconds