Searched refs:smoothState (Results 1 – 4 of 4) sorted by relevance
127 dSlots = frame->paramSlot[ps] - self->smoothState->prevParamSlot; in calcFilterCoeff__FDK()210 self->smoothState->prevParamSlot = frame->paramSlot[ps]; in SpatialDecSmoothM1andM2()215 self->smoothState->prevParamSlot = 0; in initParameterSmoothing()224 FIXP_DBL *phaseLeftSmooth__FDK = self->smoothState->opdLeftState__FDK; in SpatialDecSmoothOPD()225 FIXP_DBL *phaseRightSmooth__FDK = self->smoothState->opdRightState__FDK; in SpatialDecSmoothOPD()
474 FDK_ALLOCATE_MEMORY_1D(self->smoothState, 1, SMOOTHING_STATE) in FDK_SpatialDecOpen()852 self->smoothState->prevSmgTime = smgTimeTable[2]; /* == 256 */ in FDK_SpatialDecInit()853 FDKmemclear(self->smoothState->prevSmgData, in FDK_SpatialDecInit()855 FDKmemclear(self->smoothState->opdLeftState__FDK, in FDK_SpatialDecInit()857 FDKmemclear(self->smoothState->opdRightState__FDK, in FDK_SpatialDecInit()933 FDK_FREE_MEMORY_1D(self->smoothState); in FDK_SpatialDecClose()
513 SMOOTHING_STATE *smoothState; /*!< Pointer to smoothing states. */ member
1763 self->smgTime[ps] = self->smoothState->prevSmgTime; in decodeAndMapFrameSmg()1764 FDKmemcpy(self->smgData[ps], self->smoothState->prevSmgData, in decodeAndMapFrameSmg()1792 self->smoothState->prevSmgTime = self->smgTime[frame->numParameterSets - 1]; in decodeAndMapFrameSmg()1793 FDKmemcpy(self->smoothState->prevSmgData, in decodeAndMapFrameSmg()