OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specScale
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACdec/src/
conceal_types.h
154
SHORT
specScale
[8];
conceal.cpp
333
pConcealChannelInfo->
specScale
[i] = 0;
603
|
specScale
= 22 |
specScale
= 31 |
660
SHORT *pSpecScale = pAacDecoderChannelInfo->
specScale
;
671
FDKmemcpy(tSpecScale, hConcealmentInfo->
specScale
, 8*sizeof(SHORT));
679
FDKmemcpy(hConcealmentInfo->
specScale
, pSpecScale, 8*sizeof(SHORT));
836
SHORT *pSpecScale = pAacDecoderChannelInfo->
specScale
;
903
pSpecScale[win*win_idx_stride] = pConcealmentInfo->
specScale
[win_idx_stride*lastWindow++];
955
pAacDecoderChannelInfo->
specScale
,
[
all
...]
aacdec_pns.cpp
292
static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int
specScale
, int noise_e, int out_of_phase)
308
shift = sfExponent -
specScale
+ 1 + noise_e;
block.cpp
219
SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->
specScale
;
652
pAacDecoderChannelInfo[channel]->
specScale
,
730
pAacDecoderChannelInfo->
specScale
,
759
pAacDecoderChannelInfo->
specScale
[0],
channelinfo.h
275
SHORT
specScale
[8]; /* Scale shift values of each spectrum window */
aacdec_drc.cpp
802
SHORT *pSpecScale = pAacDecoderChannelInfo->
specScale
;
[
all
...]
aacdecoder.cpp
[
all
...]
Completed in 658 milliseconds