#include <fast_algo_struct.h>
Public Attributes | |
| int32 | ds_ratio |
| int32 | cond_ds |
| int32 | dist_ds |
| int32 | skip_count |
|
|
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 |
1.3.9.1