ascii-chat
0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
avx2.h
Go to the documentation of this file.
1
#pragma once
2
17
#include "../image.h"
18
19
#if SIMD_SUPPORT_AVX2
20
29
char
*render_ascii_image_monochrome_avx2(
const
image_t
*image,
const
char
*ascii_chars);
30
41
char
*render_ascii_avx2_unified_optimized(
const
image_t
*image,
bool
use_background,
bool
use_256color,
42
const
char
*ascii_chars);
43
49
void
avx2_caches_destroy(
void
);
50
51
#endif
/* SIMD_SUPPORT_AVX2 */
52
image_t
Image structure.
Definition
video/image.h:141
lib
video
simd
avx2.h
Generated by
1.9.8