4 * Copyright (C) 1991-1998, Thomas G. Lane.
5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file holds place for arithmetic entropy encoding routines.
11 #define JPEG_INTERNALS
17 * Module initialization routine for arithmetic entropy encoding.
21 jinit_arith_encoder (j_compress_ptr cinfo)
23 ERREXIT(cinfo, JERR_ARITH_NOTIMPL);