TurboPFor: TurboPFor decode
This commit is contained in:
4
vp4d.c
4
vp4d.c
@ -23,6 +23,10 @@
|
|||||||
**/
|
**/
|
||||||
// "Integer Compression" TurboPFor - Pfor/PforDelta
|
// "Integer Compression" TurboPFor - Pfor/PforDelta
|
||||||
#ifndef USIZE
|
#ifndef USIZE
|
||||||
|
#pragma warning( disable : 4005)
|
||||||
|
#pragma warning( disable : 4090)
|
||||||
|
#pragma warning( disable : 4068)
|
||||||
|
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "bitutil.h"
|
#include "bitutil.h"
|
||||||
#include "bitpack.h"
|
#include "bitpack.h"
|
||||||
|
Reference in New Issue
Block a user