RecFilter
|
Constructing an Expr from the final result of a recursive filter. More...
#include <recfilter.h>
Public Member Functions | |
RecFilterRefExpr (RecFilter r, std::vector< Halide::Expr > a) | |
operator Halide::Expr (void) | |
Use this RecFilterRefVar as a call to the internal recfilter output. More... | |
Halide::Expr | operator[] (int) |
Use this RecFilterRefVar as a call to the one of the output buffers of the internal recfilter. More... | |
Constructing an Expr from the final result of a recursive filter.
This class allows using R(x,y)
as pixel (x,y) of the final result of the filter
Definition at line 613 of file recfilter.h.
RecFilterRefExpr::RecFilterRefExpr | ( | RecFilter | r, |
std::vector< Halide::Expr > | a | ||
) |
RecFilterRefExpr::operator Halide::Expr | ( | void | ) |
Use this RecFilterRefVar as a call to the internal recfilter output.
Halide::Expr RecFilterRefExpr::operator[] | ( | int | ) |
Use this RecFilterRefVar as a call to the one of the output buffers of the internal recfilter.