.
This commit is contained in:
@ -29,6 +29,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
//******************** Bit Packing High Level API - n unlimited ***************************************************
|
//******************** Bit Packing High Level API - n unlimited ***************************************************
|
||||||
size_t bitnpack8( uint8_t *__restrict in, size_t n, unsigned char *__restrict out);
|
size_t bitnpack8( uint8_t *__restrict in, size_t n, unsigned char *__restrict out);
|
||||||
|
1
vp4.h
1
vp4.h
@ -29,6 +29,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
//************************************************ High level API - n unlimited ****************************************************
|
//************************************************ High level API - n unlimited ****************************************************
|
||||||
// Compress integer array with n values to the buffer out.
|
// Compress integer array with n values to the buffer out.
|
||||||
// Return value = number of bytes written to compressed buffer out
|
// Return value = number of bytes written to compressed buffer out
|
||||||
|
Reference in New Issue
Block a user