head 1.1; access; symbols STEP1_2b:1.1 mpdma_STEP1_2:1.1 mpdma_STEP1_2b:1.1; locks; strict; comment @ * @; 1.1 date 2006.10.23.13.00.03; author quickwayne; state Exp; branches; next ; commitid 35b2453cbcd24567; desc @@ 1.1 log @*** empty log message *** @ text @#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 --- */ @