mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 10:25:46 +01:00 
			
		
		
		
	Cosmetic fixes
Change-Id: Ia878115086edc3fdfee3f0ca76e5e74ea5906f21
(cherry picked from commit e9a7990bc5)
			
			
This commit is contained in:
		| @@ -32,7 +32,7 @@ WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST]; | |||||||
| //  ([3*a +   b + 9*c + 3*d      a + 3*b + 3*c + 9*d]   [8 8]) / 16 | //  ([3*a +   b + 9*c + 3*d      a + 3*b + 3*c + 9*d]   [8 8]) / 16 | ||||||
|  |  | ||||||
| // We process u and v together stashed into 32bit (16bit each). | // We process u and v together stashed into 32bit (16bit each). | ||||||
| #define LOAD_UV(u,v) ((u) | ((v) << 16)) | #define LOAD_UV(u, v) ((u) | ((v) << 16)) | ||||||
|  |  | ||||||
| #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP)                                  \ | #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP)                                  \ | ||||||
| static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y,           \ | static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y,           \ | ||||||
|   | |||||||
| @@ -266,7 +266,6 @@ enum WebPEncodingError { | |||||||
|  |  | ||||||
| // Main exchange structure (input samples, output bytes, statistics) | // Main exchange structure (input samples, output bytes, statistics) | ||||||
| struct WebPPicture { | struct WebPPicture { | ||||||
|  |  | ||||||
|   //   INPUT |   //   INPUT | ||||||
|   ////////////// |   ////////////// | ||||||
|   // Main flag for encoder selecting between ARGB or YUV input. |   // Main flag for encoder selecting between ARGB or YUV input. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user