31#define BUF_SIZE (1024)
48 static const char b64[] =
49 "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
54 declare_func(
char *,
char *
out,
const uint8_t *in,
int in_size,
const char *b64);
59 for (
int i = 0;
i < 48 * 5;
i++) {
char * ff_base64_encode_neon(char *out, const uint8_t *in, int in_size, const char *tbl)
static char * ff_base64_encode_c(char *out, const uint8_t *in, int in_size, const char *b64)
#define i(width, name, range_min, range_max)
#define AV_BASE64_SIZE(x)
Calculate the output size needed to base64-encode x bytes to a null-terminated string.
static atomic_int cpu_flags
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
#define LOCAL_ALIGNED_32(t, v,...)
static void check_base64_encode(void)
static char *(*)(char *, const uint8_t *, int, const char *) base64_encode_get_fn(void)
void checkasm_check_base64(void)