OpenCores
URL https://opencores.org/ocsvn/mb-jpeg/mb-jpeg/trunk

Subversion Repositories mb-jpeg

[/] [mb-jpeg/] [tags/] [Step2_2/] [bmp2jpg_mb/] [zzq.h] - Rev 44

Go to most recent revision | Compare with Previous | Blame | View Log

#ifndef _ZZQ_H
#define _ZZQ_H 1
 
#define MATRIX_SIZE 8
#define NUMBER_OF_PIXELS MATRIX_SIZE*MATRIX_SIZE
 
 
 
 
/*
 * ZigZag order the pixelmatrix and quantify its values, if endode == 0 the
 * inverse operation will be caried out.
 */
void zzq_encode(signed short pixelmatrix[MATRIX_SIZE][MATRIX_SIZE], int color);
#else
#error "ERROR file zzq.h multiple times included"
#endif /* --- _ZZQ_H --- */
 
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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