OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pSpecScale
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
block.cpp
219
SHORT * RESTRICT
pSpecScale
= pAacDecoderChannelInfo->specScale;
225
FDKmemclear(
pSpecScale
, 8*sizeof(SHORT));
232
int SpecScale_window =
pSpecScale
[window];
246
pSpecScale
[window] = SpecScale_window;
conceal.cpp
565
SHORT *
pSpecScale
,
579
pSpecScale
[win] = 31;
660
SHORT *
pSpecScale
= pAacDecoderChannelInfo->specScale;
679
FDKmemcpy(hConcealmentInfo->specScale,
pSpecScale
, 8*sizeof(SHORT));
714
FDKmemcpy(
pSpecScale
, tSpecScale, 8*sizeof(SHORT));
837
SHORT *
pSpecScale
= pAacDecoderChannelInfo->specScale;
904
pSpecScale
[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
[
all
...]
Completed in 425 milliseconds