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

  /external/aac/libSACdec/src/
sac_smoothing.cpp 166 int residualBands = 0;
172 if (self->residualBands[i] > residualBands) {
173 residualBands = self->residualBands[i];
191 if (smoothBand && (pb >= residualBands)) {
sac_dec.h 384 UCHAR residualBands[MAX_NUM_OTT + MAX_NUM_TTT]; /* 0, if no residual data

Completed in 202 milliseconds