Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_smoothing.cpp166 int residualBands = 0; in SpatialDecSmoothM1andM2() local
172 if (self->residualBands[i] > residualBands) { in SpatialDecSmoothM1andM2()
173 residualBands = self->residualBands[i]; in SpatialDecSmoothM1andM2()
191 if (smoothBand && (pb >= residualBands)) { in SpatialDecSmoothM1andM2()
Dsac_calcM1andM2.cpp137 int ottBoxIndx, int parameterSetIndx, int residualBands);
263 NULL, 0, ps, self->residualBands[0]); in SpatialDecCalculateM1andM2_212()
268 H22re, NULL, 0, ps, self->residualBands[0]); in SpatialDecCalculateM1andM2_212()
274 H22re, NULL, 0, ps, self->residualBands[0]); in SpatialDecCalculateM1andM2_212()
364 int parameterSetIndx, int residualBands) { in param2UMX_PS__FDK() argument
368 self->numOttBands[ottBoxIndx], residualBands, H11, H12, in param2UMX_PS__FDK()
528 int ottBoxIndx, int parameterSetIndx, int residualBands) { in param2UMX_PS_IPD_OPD__FDK() argument
540 self->numOttBands[ottBoxIndx], residualBands, H11, H12, in param2UMX_PS_IPD_OPD__FDK()
Dsac_process.cpp383 self->param2hyb[self->residualBands[res]])) { in SpatialDecApplyM1_CreateW_Mode212()
397 if (self->residualBands[res] > 0) { in SpatialDecApplyM1_CreateW_Mode212()
398 int stopBand = self->param2hyb[self->residualBands[res]]; in SpatialDecApplyM1_CreateW_Mode212()
745 self->residualBands[SpatialDecGetResidualIndex(self, col)]; in SpatialDecApplyM2()
Dsac_dec.h384 UCHAR residualBands[MAX_NUM_OTT + MAX_NUM_TTT]; /* 0, if no residual data member
Dsac_bitdec.cpp2048 self->residualBands[i] = in SpatialDecDecodeHeader()
2052 fMax(self->param2hyb[self->residualBands[i]] + 3 - 10, in SpatialDecDecodeHeader()
2055 self->residualBands[i] = 0; in SpatialDecDecodeHeader()
2064 self->residualBands[i] = 0; in SpatialDecDecodeHeader()