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()
473 FDK_ALLOCATE_MEMORY_1D(self->smoothState, 1, SMOOTHING_STATE) in FDK_SpatialDecOpen()851 self->smoothState->prevSmgTime = smgTimeTable[2]; /* == 256 */ in FDK_SpatialDecInit()852 FDKmemclear(self->smoothState->prevSmgData, in FDK_SpatialDecInit()854 FDKmemclear(self->smoothState->opdLeftState__FDK, in FDK_SpatialDecInit()856 FDKmemclear(self->smoothState->opdRightState__FDK, in FDK_SpatialDecInit()932 FDK_FREE_MEMORY_1D(self->smoothState); in FDK_SpatialDecClose()
513 SMOOTHING_STATE *smoothState; /*!< Pointer to smoothing states. */ member
1752 self->smgTime[ps] = self->smoothState->prevSmgTime; in decodeAndMapFrameSmg()1753 FDKmemcpy(self->smgData[ps], self->smoothState->prevSmgData, in decodeAndMapFrameSmg()1781 self->smoothState->prevSmgTime = self->smgTime[frame->numParameterSets - 1]; in decodeAndMapFrameSmg()1782 FDKmemcpy(self->smoothState->prevSmgData, in decodeAndMapFrameSmg()