cosmopolitan/third_party/stb/internal.h

20 lines
895 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_THIRD_PARTY_STB_INTERNAL_H_
#define COSMOPOLITAN_THIRD_PARTY_STB_INTERNAL_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
void stbi__YCbCr_to_RGB_row(unsigned char *, const unsigned char *,
const unsigned char *, const unsigned char *,
2022-11-08 19:39:50 +00:00
unsigned, unsigned) _Hide;
2020-06-15 14:18:57 +00:00
int stbi__YCbCr_to_RGB_row$sse2(unsigned char *, const unsigned char *,
const unsigned char *, const unsigned char *,
2022-11-08 19:39:50 +00:00
unsigned) _Hide;
2020-06-15 14:18:57 +00:00
void stbi__idct_simd$sse(unsigned char *out, int out_stride,
2022-11-08 19:39:50 +00:00
short data[64]) _Hide;
2020-06-15 14:18:57 +00:00
void stbi__idct_simd$avx(unsigned char *out, int out_stride,
2022-11-08 19:39:50 +00:00
short data[64]) _Hide;
2020-06-15 14:18:57 +00:00
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_THIRD_PARTY_STB_INTERNAL_H_ */