OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:signMatrix
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
136
INT** RESTRICT
signMatrix
= hTonCorr->
signMatrix
;
164
FDKmemcpy(
signMatrix
[i],
signMatrix
[i + noEstPerFrame],noQmfChannels * sizeof(INT));
235
signMatrix
[timeIndex][r] = 0;
293
signMatrix
[timeIndex][r] = 1 - 2*(r2 & 0x1);
399
hTonCorr->
signMatrix
,
633
INT*
signMatrix
= GetRam_Sbr_signMatrix(chan);
639
hTonCorr->
signMatrix
[i] =
signMatrix
+ (i*QMF_CHANNELS)
[
all
...]
ton_corr.h
134
INT *
signMatrix
[MAX_NO_OF_ESTIMATES]; /*!< Matrix holding the sign of each channe, i.e. indicating in what
Completed in 153 milliseconds