downsampling_t Struct Reference

Structure containing various parameters for downsampling. More...

#include <fast_algo_struct.h>

List of all members.

Public Attributes

int32 ds_ratio
int32 cond_ds
int32 dist_ds
int32 skip_count

Detailed Description

Structure containing various parameters for downsampling.


Member Data Documentation

Whether we want to use conditional DS, cond_ds=0, don't use, cond_ds=1, store previous 1 frame

Whether we want to use distance-based DS, dist_ds=0, don't use, dist_ds=1, store previous 1 frame

Ratio of down-sampling the frame computation

Counting how many frames are skipped


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

Generated on 7 Mar 2010 by  doxygen 1.6.1