function definition cleanup
Change-Id: I1f6bb4405f09c0c863d0bd1c77340636abdbae69
This commit is contained in:
parent
501ef6e4e9
commit
c5e34fba66
@ -19,7 +19,7 @@
|
||||
|
||||
#include "../dsp/lossless_common.h"
|
||||
#include "../utils/utils.h"
|
||||
#include "./vp8i_enc.h"
|
||||
#include "./vp8li_enc.h"
|
||||
|
||||
#define MIN_DIM_FOR_NEAR_LOSSLESS 64
|
||||
#define MAX_LIMIT_BITS 5
|
||||
|
@ -502,10 +502,6 @@ int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
|
||||
// compressibility (no guarantee, though). Assumes that pic->use_argb is true.
|
||||
void WebPCleanupTransparentAreaLossless(WebPPicture* const pic);
|
||||
|
||||
// in near_lossless.c
|
||||
// Near lossless preprocessing in RGB color-space.
|
||||
int VP8ApplyNearLossless(const WebPPicture* const picture, int quality,
|
||||
uint32_t* const argb_dst);
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -82,6 +82,11 @@ WebPEncodingError VP8LEncodeStream(const WebPConfig* const config,
|
||||
const WebPPicture* const picture,
|
||||
VP8LBitWriter* const bw, int use_cache);
|
||||
|
||||
// in near_lossless.c
|
||||
// Near lossless preprocessing in RGB color-space.
|
||||
int VP8ApplyNearLossless(const WebPPicture* const picture, int quality,
|
||||
uint32_t* const argb_dst);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Image transforms in predictor.c.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user