URL
https://opencores.org/ocsvn/mkjpeg/mkjpeg/trunk
[/] [mkjpeg/] [trunk/] [tb/] [vhdl/] [MDCTTB_PKG.vhd] - Diff between revs 25 and 63
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 63 |
Line 35... |
Line 35... |
package MDCTTB_PKG is
|
package MDCTTB_PKG is
|
|
|
----------------------------------------------
|
----------------------------------------------
|
-- constant section 1
|
-- constant section 1
|
----------------------------------------------
|
----------------------------------------------
|
constant MAX_IMAGE_SIZE_X : INTEGER := 1280;
|
constant MAX_IMAGE_SIZE_X : INTEGER := 2048;
|
constant MAX_IMAGE_SIZE_Y : INTEGER := 1280;
|
constant MAX_IMAGE_SIZE_Y : INTEGER := 2048;
|
----------------------------------------------
|
----------------------------------------------
|
-- type section
|
-- type section
|
----------------------------------------------
|
----------------------------------------------
|
type MATRIX_TYPE is array (0 to N-1,0 TO N-1) of REAL;
|
type MATRIX_TYPE is array (0 to N-1,0 TO N-1) of REAL;
|
type I_MATRIX_TYPE is array (0 to N-1,0 TO N-1) of INTEGER;
|
type I_MATRIX_TYPE is array (0 to N-1,0 TO N-1) of INTEGER;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.