Public Attributes | List of all members
fast_gmm_t Struct Reference

Structure that contains all parameter related to 4-Level Fast GMM computation. More...

#include <fast_algo_struct.h>

Public Attributes

downsampling_tdowns
 
gmm_select_tgmms
 
gau_select_tgaus
 
int32 gs4gs
 
int32 svq4svq
 
int32 rec_bst_senscr
 
float32 * last_feat
 

Detailed Description

Structure that contains all parameter related to 4-Level Fast GMM computation.

Member Data Documentation

◆ downs

downsampling_t* fast_gmm_t::downs

All structure for down-sampling

◆ gaus

gau_select_t* fast_gmm_t::gaus

All structure for Gaussian-level of selection

◆ gmms

gmm_select_t* fast_gmm_t::gmms

All structure for GMM-level of selection

◆ gs4gs

int32 fast_gmm_t::gs4gs

Whether the GS map is used for Gaussian Selection or not mainly for internal debugging of Conditional Down-Sampling

◆ last_feat

float32* fast_gmm_t::last_feat

Last feature frame

◆ rec_bst_senscr

int32 fast_gmm_t::rec_bst_senscr

recent best scores.

◆ svq4svq

int32 fast_gmm_t::svq4svq

Whether SVQ scores would be used as the Gaussian Scores


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