|
Realtimestagram
|
Processes | |
| curve_adjustment | ( clk , rst ) |
| clocked process that adds an vignette to an image using precalculated LUTs | |
Signals | |
| lut_value_x | std_logic_vector ( ( wordsize - 1 ) downto 0 ) |
| Value from LUT_x. | |
| lut_value_y | std_logic_vector ( ( wordsize - 1 ) downto 0 ) |
| Value from LUT_y. | |
| lut_x_lut_y | natural range 0 to 2 ** ( 2 * wordsize ) |
| LUT_x * LUT_y. | |
| p0 | natural range 0 to 2 ** ( wordsize ) |
| buffered pix_in | |
| p1 | natural range 0 to 2 ** ( wordsize ) |
| buffered pix_in | |
clocked process that adds an vignette to an image using precalculated LUTs
| [in] | clk | clock |
| [in] | rst | asynchronous reset |
|
Signal |
Value from LUT_x.
|
Signal |
Value from LUT_y.
|
Signal |
LUT_x * LUT_y.
1.8.12