OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noOfPatches
(Results
1 - 5
of
5
) sorted by null
/external/aac/libSBRdec/src/
lpp_tran.h
173
UCHAR
noOfPatches
; /*!< number of patches */
lpp_tran.cpp
280
targetStopBand = patchParam[pSettings->
noOfPatches
-1].targetStartBand
281
+ patchParam[pSettings->
noOfPatches
-1].numBandsInPatch;
296
FDKmemclear(bwIndex, pSettings->
noOfPatches
*sizeof(INT));
608
while ( patch < pSettings->
noOfPatches
) { /* inner loop over every patch */
719
while ( patch < pSettings->
noOfPatches
) {
[
all
...]
sbr_dec.cpp
[
all
...]
/external/aac/libSBRenc/src/
ton_corr.h
147
INT
noOfPatches
; /*!< number of patches */
ton_corr.cpp
592
hTonCorr->
noOfPatches
= patch + 1;
600
for(i = 0; i < hTonCorr->
noOfPatches
; i++)
[
all
...]
Completed in 59 milliseconds