libsharpyuv: add colorspace utilities

Change-Id: I620c8593dc81f39e747de5ed354332adb7278bed
This commit is contained in:
Maryla
2022-04-06 15:38:21 +02:00
parent b8bca81fb6
commit 01a05de1a7
11 changed files with 185 additions and 22 deletions

View File

@ -9,8 +9,8 @@
//
// Speed-critical functions for Sharp YUV.
#ifndef WEBP_SHARPYUV_DSP_H_
#define WEBP_SHARPYUV_DSP_H_
#ifndef WEBP_SHARPYUV_SHARPYUV_DSP_H_
#define WEBP_SHARPYUV_SHARPYUV_DSP_H_
#include <stdint.h>
@ -25,4 +25,4 @@ extern void (*SharpYUVFilterRow)(const int16_t* A, const int16_t* B, int len,
void SharpYuvInitDsp(VP8CPUInfo cpu_info_func);
#endif // WEBP_SHARPYUV_DSP_H_
#endif // WEBP_SHARPYUV_SHARPYUV_DSP_H_