library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_SIGNED.all; use work.mul.all;
package imdct_package is type type_dct is array (17 downto 0) of std_logic_vector(31 downto 0); end;
package body imdct_package is end; That's all folks! Enjoy!
thanks