Abstract
Because of the FPGA's parallel pipelining processing features, this paper designed and implemented the real time GIF format image DCT using Exilinx Company' s 500000 gate grade chip XCV400E. Using ping-pong model, C × F × CT is implemented only by designing one fast algorithm model (F × C). Digital video signal is input to FPGA line by line. Controlling by horizontal sync and vertical sync, every group data of 8 pixels as a vector is input and is multiplied CT i.e. (F × C). The computed results are stored as transform format. Each pixel needs one (1 × 8) × (8 ×8) matrix operations. Each line needs 352 × (l × 8) × (8 × 8) times matrix operations. 44 times (1 × 8) × (8 × 8) matrix operations results need storing as transform format (HT=(F × CT)T). When next 8 line data are input, they are processed with the same way as the above. For the last 8 line's first processed results (F × CT), they are read out and processed as (HT × CT). The final results are output as transform format (GT=C × H). Therefore, the continuous real-time whole field pix DCT transform C × F × CT is finished. Function and timing simulation and the successful connection with TMS320C62X system verified the design and implement.
Original language | English |
---|---|
Pages (from-to) | 1317-1319 |
Number of pages | 3 |
Journal | Tien Tzu Hsueh Pao/Acta Electronica Sinica |
Volume | 31 |
Issue number | 9 |
Publication status | Published - Sept 2003 |
Keywords
- DCT
- Parallel pipelining process
- Ping-pong model