RecFilter
|
Info about scans in a particular dimension. More...
#include <recfilter_internals.h>
Data Fields | |
int | filter_order |
order of recursive filter in a given dimension More... | |
int | filter_dim |
dimension id More... | |
int | num_scans |
number of scans in the dimension that must be tiled More... | |
int | image_width |
image width in this dimension More... | |
int | tile_width |
tile width in this dimension More... | |
Halide::Var | var |
variable that represents this dimension More... | |
Halide::RDom | rdom |
RDom update domain of each scan. More... | |
std::vector< bool > | scan_causal |
causal or anticausal flag for each scan More... | |
std::vector< int > | scan_id |
scan or update definition id of each scan More... | |
Info about scans in a particular dimension.
Definition at line 9 of file recfilter_internals.h.
int FilterInfo::filter_order |
order of recursive filter in a given dimension
Definition at line 10 of file recfilter_internals.h.
int FilterInfo::filter_dim |
dimension id
Definition at line 11 of file recfilter_internals.h.
int FilterInfo::num_scans |
number of scans in the dimension that must be tiled
Definition at line 12 of file recfilter_internals.h.
int FilterInfo::image_width |
image width in this dimension
Definition at line 13 of file recfilter_internals.h.
int FilterInfo::tile_width |
tile width in this dimension
Definition at line 14 of file recfilter_internals.h.
Halide::Var FilterInfo::var |
variable that represents this dimension
Definition at line 15 of file recfilter_internals.h.
Halide::RDom FilterInfo::rdom |
RDom update domain of each scan.
Definition at line 16 of file recfilter_internals.h.
std::vector<bool> FilterInfo::scan_causal |
causal or anticausal flag for each scan
Definition at line 17 of file recfilter_internals.h.
std::vector<int> FilterInfo::scan_id |
scan or update definition id of each scan
Definition at line 18 of file recfilter_internals.h.