OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExponentTable
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
aac_rom.h
105
extern const SCHAR
ExponentTable
[4][14] ;
block.h
261
return
ExponentTable
[lsb][exponent] + 1;
block.cpp
392
const SCHAR* RESTRICT ExponentTabler=(SCHAR*)
ExponentTable
[lsb];
aac_rom.cpp
137
* gain is given by: MantissaTable[sf % 4][msb] = 2^(sf % 4) / (1<<
ExponentTable
[sf % 4][msb]
139
* The corresponding exponents for the values in this tables are stored in
ExponentTable
[sf % 4][msb] below.
161
const SCHAR
ExponentTable
[4][14] =
[
all
...]
Completed in 763 milliseconds