OpenCores
URL https://opencores.org/ocsvn/mpdma/mpdma/trunk

Subversion Repositories mpdma

[/] [mpdma/] [trunk/] [mb-dct/] [mb-dct.h] - Blame information for rev 28

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 10 quickwayne
 
2
 
3
#include <stdio.h>
4
 
5
/*
6
        Function Name: dct
7
 
8
        Operation: Find the 8x8 DCT of an array using separable DCT
9
        First, finds 1-d DCT along rows, storing the result in inter[][]
10
        Then, 1-d DCT along columns of inter[][] is found
11
 
12
        Input: pixels is the 8x8 input array
13
 
14
        Output: dct is the 8x8 output array
15
*/
16
 
17
 
18
 
19
void dct(signed char pixels[8][8], int color);
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.