TurboPFor: TurboPFor decode
This commit is contained in:
4
vp4d.c
4
vp4d.c
@ -95,7 +95,7 @@ extern char _shuffle_16[256][16];
|
||||
#include "vp4d.c"
|
||||
|
||||
#undef BITUNDD
|
||||
#elif defined(PLAIN)
|
||||
#elif !defined(SSE2_ON) && !defined(AVX2_ON)
|
||||
|
||||
#define _P4DEC _p4dec
|
||||
#define P4DEC p4dec
|
||||
@ -531,4 +531,4 @@ unsigned char *TEMPLATE2(p4fdecx, USIZE)(unsigned char *in, unsigned n, uint_t *
|
||||
return in + PAD8(n*b);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user