Searched refs:parameterSetIndx (Results 1 – 1 of 1) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_calcM1andM2.cpp | 123 int parameterSetIndx, int resBands); 137 int ottBoxIndx, int parameterSetIndx, int residualBands); 144 FIXP_DBL H22im[MAX_PARAMETER_BANDS], int ottBoxIndx, int parameterSetIndx, 364 int parameterSetIndx, int residualBands) { in param2UMX_PS__FDK() argument 366 param2UMX_PS_Core__FDK(self->ottCLD__FDK[ottBoxIndx][parameterSetIndx], in param2UMX_PS__FDK() 367 self->ottICC__FDK[ottBoxIndx][parameterSetIndx], in param2UMX_PS__FDK() 477 static void calculateOpd(spatialDec* self, INT ottBoxIndx, INT parameterSetIndx, in calculateOpd() argument 482 INT idxCld = self->ottCLD__FDK[ottBoxIndx][parameterSetIndx][band]; in calculateOpd() 483 INT idxIpd = self->ottIPD__FDK[ottBoxIndx][parameterSetIndx][band]; in calculateOpd() 484 INT idxIcc = self->ottICC__FDK[ottBoxIndx][parameterSetIndx][band]; in calculateOpd() [all …]
|