/*******************************************************************

 *******************************************************************/
#ifndef SCAN_H
#define SCAN_H

#ifndef SCAN_C
extern const unsigned char scan_table[2][64];
extern const unsigned char default_intra_quantizer_matrix[64];
#endif

#endif
