OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPECTRUM
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
overlapadd.h
98
typedef FIXP_DBL
SPECTRUM
[1024];
block.cpp
378
* formula:
spectrum
[i] = Sign(
spectrum
[i]) * Matissa(
spectrum
[i])^(4/3) * 2^(lsb/4).
379
* \param
spectrum
pointer to first line of the sfb to be inverse quantized.
385
void InverseQuantizeBand( FIXP_DBL * RESTRICT
spectrum
,
394
FIXP_DBL *ptr =
spectrum
;
519
FDKmemclear(pSpectralCoefficient, sizeof(
SPECTRUM
));
Completed in 70 milliseconds