Lines Matching refs:hyb
1125 int hyb; in SpatialDecApplyParameterSets() local
1319 for (hyb = 0; hyb < self->tp_hybBandBorder; hyb++) { in SpatialDecApplyParameterSets()
1320 self->hybOutputRealDry__FDK[ch][hyb] += in SpatialDecApplyParameterSets()
1321 self->hybOutputRealWet__FDK[ch][hyb]; in SpatialDecApplyParameterSets()
1322 self->hybOutputImagDry__FDK[ch][hyb] += in SpatialDecApplyParameterSets()
1323 self->hybOutputImagWet__FDK[ch][hyb]; in SpatialDecApplyParameterSets()
1343 for (hyb = 0; hyb < nHybBands; hyb++) { in SpatialDecApplyParameterSets()
1344 pRealDry[hyb] += pRealWet[hyb]; in SpatialDecApplyParameterSets()
1345 pImagDry[hyb] += pImagWet[hyb]; in SpatialDecApplyParameterSets()
1347 for (; hyb < self->hybridBands; hyb++) { in SpatialDecApplyParameterSets()
1348 pRealDry[hyb] += pRealWet[hyb]; in SpatialDecApplyParameterSets()