Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_calcM1andM2.cpp127 const int numOttBands, const int resBands,
321 const int numOttBands, const int resBands, in param2UMX_PS_Core__FDK() argument
328 for (band = 0; band < numOttBands; band++) { in param2UMX_PS_Core__FDK()
335 for (; band < numOttBands; band++) { in param2UMX_PS_Core__FDK()
368 self->numOttBands[ottBoxIndx], residualBands, H11, H12, in param2UMX_PS__FDK()
371 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands; in param2UMX_PS__FDK()
531 INT numOttBands = self->numOttBands[ottBoxIndx]; in param2UMX_PS_IPD_OPD__FDK() local
540 self->numOttBands[ottBoxIndx], residualBands, H11, H12, in param2UMX_PS_IPD_OPD__FDK()
543 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands; in param2UMX_PS_IPD_OPD__FDK()
557 for (band = numIpdBands; band < numOttBands; band++) { in param2UMX_PS_IPD_OPD__FDK()
Dsac_dec_ssc_struct.h279 UCHAR numOttBands[MAX_NUM_OTT]; member
Dsac_dec.h396 int *numOttBands; /* number of bands for each ott, is != numParameterBands for member
Dsac_dec.cpp296 FDK_ALLOCATE_MEMORY_1D(self->numOttBands, setup.maxNumOttBoxes, int) in FDK_SpatialDecOpen()
1017 FDK_FREE_MEMORY_1D(self->numOttBands); in FDK_SpatialDecClose()
Dsac_bitdec.cpp187 pSpatialSpecificConfig->numOttBands[i] = in SpatialDecDecodeHelperInfo()
2045 self->numOttBands[i] = self->pConfigCurrent->bitstreamOttBands[i]; in SpatialDecDecodeHeader()