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
152
INT **RESTRICT
signMatrix
= hTonCorr->
signMatrix
;
177
FDKmemcpy(
signMatrix
[i],
signMatrix
[i + noEstPerFrame],
258
signMatrix
[timeIndex][r] = 0;
318
signMatrix
[timeIndex][r] = 1 - 2 * (r2 & 0x1);
432
hTonCorr->
signMatrix
, hTonCorr->indexVector, frameInfo, transientInfo,
651
INT *
signMatrix
= GetRam_Sbr_signMatrix(chan);
653
if ((NULL == quotaMatrix) || (NULL ==
signMatrix
)) {
661
hTonCorr->
signMatrix
[i] = signMatrix + (i * 64)
[
all
...]
ton_corr.h
163
INT*
signMatrix
[MAX_NO_OF_ESTIMATES]; /*!< Matrix holding the sign of each
Completed in 79 milliseconds