Make libsharpyuv self-contained by removing dependency on cpu.c

Change-Id: I2edac1afa38bfddf2a91e7829e38425bd3519feb
This commit is contained in:
Maryla
2022-03-30 11:37:32 +02:00
parent 7a68afaac5
commit 841960b670
5 changed files with 50 additions and 11 deletions

View File

@ -23,6 +23,6 @@ extern void (*SharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
extern void (*SharpYUVFilterRow)(const int16_t* A, const int16_t* B, int len,
const uint16_t* best_y, uint16_t* out);
void InitSharpYuv(void);
void SharpYuvInitDsp(VP8CPUInfo cpu_info_func);
#endif // WEBP_SHARPYUV_DSP_H_