Home
last modified time | relevance | path

Searched refs:numParameterBands (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSACdec/src/
Dsac_smoothing.cpp186 for (pb = 0; pb < self->numParameterBands; pb++) { in SpatialDecSmoothM1andM2()
232 self->numParameterBands * sizeof(FIXP_DBL)); in SpatialDecSmoothOPD()
234 self->numParameterBands * sizeof(FIXP_DBL)); in SpatialDecSmoothOPD()
251 for (pb = 0; pb < self->numParameterBands; pb++) { in SpatialDecSmoothOPD()
Dsac_calcM1andM2.cpp283 for (pb = 0; pb < self->numParameterBands; pb++) { in SpatialDecCalculateM1andM2_212()
291 for (pb = 0; pb < self->numParameterBands; pb++) { in SpatialDecCalculateM1andM2_212()
371 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands; in param2UMX_PS__FDK()
543 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands; in param2UMX_PS_IPD_OPD__FDK()
728 for (band = 0; band < self->numParameterBands; band++) { in param2UMX_Prediction__FDK()
Dsac_process.cpp621 complexParBands = self->numParameterBands; in SpatialDecApplyM2()
677 self->numParameterBands); in SpatialDecApplyM2()
758 self->numParameterBands); in SpatialDecApplyM2()
961 complexParBands = self->numParameterBands; in SpatialDecBufferMatrices()
969 self->numParameterBands * sizeof(FIXP_DBL)); in SpatialDecBufferMatrices()
979 self->numParameterBands * sizeof(FIXP_DBL)); in SpatialDecBufferMatrices()
981 self->numParameterBands * sizeof(FIXP_DBL)); in SpatialDecBufferMatrices()
1010 for (pb = 0; pb < self->numParameterBands; pb++) { in SpatialDecApplyPhase()
Dsac_bitdec.cpp153 int numParameterBands; in SpatialDecDecodeHelperInfo() local
155 numParameterBands = pSpatialSpecificConfig->freqRes; in SpatialDecDecodeHelperInfo()
156 switch (numParameterBands) { in SpatialDecDecodeHelperInfo()
1929 self->numParameterBands = self->bitstreamParameterBands; in SpatialDecDecodeHeader()
1932 switch (self->numParameterBands) { in SpatialDecDecodeHeader()
1958 switch (self->numParameterBands) { in SpatialDecDecodeHeader()
Dsac_dec.h393 int numParameterBands; /* Number of parameter bands 40, 28, 20, 14, 10, ... member