Home
last modified time | relevance | path

Searched refs:WEBP_NEAR_LOSSLESS (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dvp8li_enc.h22 #ifndef WEBP_NEAR_LOSSLESS
23 #define WEBP_NEAR_LOSSLESS 1 macro
97 #if (WEBP_NEAR_LOSSLESS == 1)
Dpredictor_enc.c93 #if (WEBP_NEAR_LOSSLESS == 1)
255 #if (WEBP_NEAR_LOSSLESS == 1) in GetResidual()
318 #if (WEBP_NEAR_LOSSLESS == 1) in GetBestPredictorForTile()
372 #if (WEBP_NEAR_LOSSLESS == 1) in GetBestPredictorForTile()
427 #if (WEBP_NEAR_LOSSLESS == 1) in CopyImageWithPrediction()
444 #if (WEBP_NEAR_LOSSLESS == 1) in CopyImageWithPrediction()
Dnear_lossless_enc.c24 #if (WEBP_NEAR_LOSSLESS == 1)
Dvp8l_enc.c1782 #if (WEBP_NEAR_LOSSLESS == 1) in EncodeStreamHook()
1788 #if (WEBP_NEAR_LOSSLESS == 1) in EncodeStreamHook()
1826 #if (WEBP_NEAR_LOSSLESS == 1) in EncodeStreamHook()
/external/webp/cmake/
Dconfig.h.in134 #cmakedefine WEBP_NEAR_LOSSLESS 1
/external/webp/
Dconfigure.ac737 AC_DEFINE(WEBP_NEAR_LOSSLESS, [1], [Enable near lossless encoding]) definition
744 AC_DEFINE(WEBP_NEAR_LOSSLESS, [0], [Enable near lossless encoding]) definition
DCMakeLists.txt49 option(WEBP_NEAR_LOSSLESS "Enable near-lossless encoding" ON) option