Searched refs:noSubbands (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 196 int noSubbands, int scale_change, 202 int noSubbands, int scale_change, int noNoiseFlag, 212 int lowSubbands, int noSubbands, int scale_change, FIXP_SGL smooth_ratio, 220 int lowSubbands, int noSubbands, int scale_change); 225 int noSubbands, int scale_change, 380 int noSubbands) /*!< number of QMF channels to process */ in aliasingReduction() argument 392 for (k = 0; k < noSubbands - 1; k++) { in aliasingReduction() 415 groupVector[index++] = noSubbands; in aliasingReduction() 464 if (k < noSubbands - 1) { in aliasingReduction() 908 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope() local [all …]
|
D | env_calc.h | 175 int noSubbands, int start_pos, int next_pos,
|