This commit is contained in:
powturbo
2017-01-16 19:31:57 +01:00
committed by GitHub
parent 53dd5af49e
commit eb1e3666ae
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
extern "C" {
#endif
#include <stdint.h>
#include <stddef.h>
//******************** Bit Packing High Level API - n unlimited ***************************************************
size_t bitnpack8( uint8_t *__restrict in, size_t n, unsigned char *__restrict out);

1
vp4.h
View File

@ -29,6 +29,7 @@
extern "C" {
#endif
#include <stdint.h>
#include <stddef.h>
//************************************************ High level API - n unlimited ****************************************************
// Compress integer array with n values to the buffer out.
// Return value = number of bytes written to compressed buffer out