OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noQmfBands
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ps_main.cpp
158
INT
noQmfBands
172
hParametricStereo->
noQmfBands
=
noQmfBands
;
198
hParametricStereo->psDelay = (HYBRID_FILTER_DELAY*hParametricStereo->
noQmfBands
);
407
const int
noQmfBands
= hParametricStereo->
noQmfBands
;
414
FDKmemcpy(tmp[0], hParametricStereo->qmfDelayLines[0][i],
noQmfBands
*sizeof(FIXP_QMF));
415
FDKmemcpy(tmp[1], hParametricStereo->qmfDelayLines[1][i],
noQmfBands
*sizeof(FIXP_QMF));
417
FDKmemcpy(hParametricStereo->qmfDelayLines[0][i], mixRealQmfData[i+noQmfSlots2],
noQmfBands
*sizeof(FIXP_QMF));
418
FDKmemcpy(hParametricStereo->qmfDelayLines[1][i], mixImagQmfData[i+noQmfSlots2],
noQmfBands
*sizeof(FIXP_QMF))
[
all
...]
ps_main.h
147
INT
noQmfBands
;
190
* \param
noQmfBands
Number of QMF bands.
201
INT
noQmfBands
/external/aac/libSBRenc/include/
sbr_encoder.h
246
INT
noQmfBands
; /**< Number of QMF frequency bands. */
Completed in 41 milliseconds