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

Subversion Repositories mpdma

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 quickwayne
#ifndef _ZZQ_H
2
#define _ZZQ_H 1
3
 
4
#define MATRIX_SIZE 8
5
#define NUMBER_OF_PIXELS MATRIX_SIZE*MATRIX_SIZE
6
 
7
 
8
 
9
 
10
/*
11
 * ZigZag order the pixelmatrix and quantify its values, if endode == 0 the
12
 * inverse operation will be caried out.
13
 */
14
void zzq_encode(signed short pixelmatrix[MATRIX_SIZE][MATRIX_SIZE], int color);
15
#else
16
#error "ERROR file zzq.h multiple times included"
17
#endif /* --- _ZZQ_H --- */
18
 

powered by: WebSVN 2.1.0

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