HomeSort by relevance Sort by last modified time
    Searched defs:cplxBands (Results 1 - 3 of 3) sorted by null

  /external/aac/libFDK/include/
FDK_hybrid.h 132 INT cplxBands; /*!< Number of complex QMF bands.*/
147 INT cplxBands; /*!< Number of complex QMF bands.*/
178 * \param cplxBands Number of complex qmf bands to be processed.
186 const INT cplxBands, const INT initStatesFlag);
231 * \param cplxBands Number of complex qmf bands to be processed.
237 const INT cplxBands);
  /external/aac/libSACdec/src/
sac_reshapeBBEnv.cpp 243 FIXP_DBL *RESTRICT pImag, INT cplxBands,
248 for (qs = 12; qs < cplxBands; qs++) {
267 INT cplxBands, INT hybBands) {
271 for (qs = 12; qs < cplxBands; qs++) {
292 FIXP_DBL *RESTRICT pHybOutputImagWet, INT cplxBands,
298 for (qs = 0; qs < cplxBands; qs++) {
317 FIXP_DBL dryFac, INT scale, INT cplxBands, INT hybBands) {
321 for (qs = 0; qs < cplxBands; qs++) {
329 for (qs = 0; qs < cplxBands; qs++) {
371 INT cplxBands;
    [all...]
sac_stp.cpp 352 int n, ch, cplxBands, cplxHybBands;
365 cplxBands = BP_GF_SIZE;
414 for (n = BP_GF_START; n < cplxBands; n++) {
453 for (n = BP_GF_START; n < cplxBands; n++) {

Completed in 163 milliseconds