mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
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 "../dsp/lossless_common.h"
|
||||||
#include "../utils/utils.h"
|
#include "../utils/utils.h"
|
||||||
#include "./vp8i_enc.h"
|
#include "./vp8li_enc.h"
|
||||||
|
|
||||||
#define MIN_DIM_FOR_NEAR_LOSSLESS 64
|
#define MIN_DIM_FOR_NEAR_LOSSLESS 64
|
||||||
#define MAX_LIMIT_BITS 5
|
#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.
|
// compressibility (no guarantee, though). Assumes that pic->use_argb is true.
|
||||||
void WebPCleanupTransparentAreaLossless(WebPPicture* const pic);
|
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
|
#ifdef __cplusplus
|
||||||
|
@ -82,6 +82,11 @@ WebPEncodingError VP8LEncodeStream(const WebPConfig* const config,
|
|||||||
const WebPPicture* const picture,
|
const WebPPicture* const picture,
|
||||||
VP8LBitWriter* const bw, int use_cache);
|
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.
|
// Image transforms in predictor.c.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user