/* * jdsample.h * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. * For conditions of distribution and use, see the accompanying README.ijg * file. */ #define JPEG_INTERNALS #include "jpeglib.h" /* Pointer to routine to upsample a single component */ upsample1_ptr; /* Private subobject */ my_upsampler; my_upsample_ptr;