HomeSort by relevance Sort by last modified time
    Searched refs:numOttBands (Results 1 - 5 of 5) sorted by null

  /external/aac/libSACdec/src/
sac_dec_ssc_struct.h 279 UCHAR numOttBands[MAX_NUM_OTT];
sac_calcM1andM2.cpp 127 const int numOttBands, const int resBands,
321 const int numOttBands, const int resBands,
328 for (band = 0; band < numOttBands; band++) {
335 for (; band < numOttBands; band++) {
368 self->numOttBands[ottBoxIndx], residualBands, H11, H12,
371 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands;
605 INT numOttBands = self->numOttBands[ottBoxIndx];
614 self->numOttBands[ottBoxIndx], residualBands, H11, H12,
617 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands
    [all...]
sac_dec.h 396 int *numOttBands; /* number of bands for each ott, is != numParameterBands for
sac_dec.cpp 295 FDK_ALLOCATE_MEMORY_1D(self->numOttBands, setup.maxNumOttBoxes, int)
    [all...]
sac_bitdec.cpp 187 pSpatialSpecificConfig->numOttBands[i] =
    [all...]

Completed in 201 milliseconds