TurboPFor: TurboPFor encode

This commit is contained in:
x
2019-07-15 10:32:55 +02:00
parent 8b0262efed
commit 65b69bc029

4
vp4c.c
View File

@ -1,5 +1,5 @@
/**
Copyright (C) powturbo 2013-2018
Copyright (C) powturbo 2013-2019
GPL v2 License
This program is free software; you can redistribute it and/or modify
@ -163,7 +163,7 @@ size_t p4nsdec64(unsigned char *in, size_t n, uint64_t *out) { uint64_t *op,sta
#define HYBRID 1
#define P4BITS _p4bits
#if defined(__SSE2__) && defined(SSE2_ON)
#if (defined(__SSE2__) || defined(__ARM_NEON)) && defined(SSE2_ON)
#define VSIZE 128
#define _P4ENC _p4enc128v
#define P4ENC p4enc128v