OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numBandsInPatch
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.h
108
INT
numBandsInPatch
; /*!< number of consecutive bands in this one patch */
/external/aac/libSBRdec/src/
lpp_tran.h
155
UCHAR
numBandsInPatch
; /*!< number of consecutive bands in this one patch */
lpp_tran.cpp
281
+ patchParam[pSettings->noOfPatches-1].
numBandsInPatch
;
856
int
numBandsInPatch
;
903
numBandsInPatch
= desiredBorder - targetStopBand; /* Get the desired range of the patch */
905
if (
numBandsInPatch
>= lsb - sourceStartBand ) {
[
all
...]
Completed in 72 milliseconds