PitchFrameInfo::StateInfo Struct Reference
Collaboration diagram for PitchFrameInfo::StateInfo:

Public Member Functions

 StateInfo ()
 

Public Attributes

int32 backpointer
 The state index on the previous frame that is the best preceding state for this state. More...
 
BaseFloat pov_nccf
 the version of the NCCF we keep for the POV computation (without the ballast term). More...
 

Detailed Description

Definition at line 263 of file pitch-functions.cc.

Constructor & Destructor Documentation

◆ StateInfo()

StateInfo ( )
inline

Definition at line 270 of file pitch-functions.cc.

270 : backpointer(0), pov_nccf(0.0) { }
int32 backpointer
The state index on the previous frame that is the best preceding state for this state.
BaseFloat pov_nccf
the version of the NCCF we keep for the POV computation (without the ballast term).

Member Data Documentation

◆ backpointer

int32 backpointer

The state index on the previous frame that is the best preceding state for this state.

Definition at line 266 of file pitch-functions.cc.

◆ pov_nccf

BaseFloat pov_nccf

the version of the NCCF we keep for the POV computation (without the ballast term).

Definition at line 269 of file pitch-functions.cc.


The documentation for this struct was generated from the following file: