Lines Matching refs:parameterSetIndx
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()
528 int ottBoxIndx, int parameterSetIndx, int residualBands) { in param2UMX_PS_IPD_OPD__FDK() argument
538 param2UMX_PS_Core__FDK(self->ottCLD__FDK[ottBoxIndx][parameterSetIndx], in param2UMX_PS_IPD_OPD__FDK()
539 self->ottICC__FDK[ottBoxIndx][parameterSetIndx], in param2UMX_PS_IPD_OPD__FDK()
549 calculateOpd(self, ottBoxIndx, parameterSetIndx, opd); in param2UMX_PS_IPD_OPD__FDK()
724 int parameterSetIndx, int resBands) { in param2UMX_Prediction__FDK() argument
729 int cldIdx = self->ottCLD__FDK[ottBoxIndx][parameterSetIndx][band]; in param2UMX_Prediction__FDK()
730 int iccIdx = self->ottICC__FDK[ottBoxIndx][parameterSetIndx][band]; in param2UMX_Prediction__FDK()
731 int ipdIdx = self->ottIPD__FDK[ottBoxIndx][parameterSetIndx][band]; in param2UMX_Prediction__FDK()