Lines Matching refs:ottBoxIndx

122                               FIXP_DBL c_r[MAX_PARAMETER_BANDS], int ottBoxIndx,
137 int ottBoxIndx, int parameterSetIndx, int residualBands);
144 FIXP_DBL H22im[MAX_PARAMETER_BANDS], int ottBoxIndx, int parameterSetIndx,
363 FIXP_DBL c_r[MAX_PARAMETER_BANDS], int ottBoxIndx, 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()
368 self->numOttBands[ottBoxIndx], residualBands, H11, H12, in param2UMX_PS__FDK()
371 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands; 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
531 INT numOttBands = self->numOttBands[ottBoxIndx]; in param2UMX_PS_IPD_OPD__FDK()
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()
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()
549 calculateOpd(self, ottBoxIndx, parameterSetIndx, opd); in param2UMX_PS_IPD_OPD__FDK()
723 FIXP_DBL* H22im, int ottBoxIndx, 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()