TurboPFor: TurboPFor encode header

This commit is contained in:
x
2017-01-04 15:03:23 +01:00
parent 17b97fe9bf
commit 2e0eea1e4e

2
vp4c.h
View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo - twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com - email : powturbo [_AT_] gmail [_DOT_] com
**/ **/
// vp4dc.h - "Integer Compression" TurboPfor (see vp4dd.h for decompression) // "Integer Compression" TurboPfor (see vp4dd.h for decompression)
#define P4EB(_b_) (_b_ << 1) #define P4EB(_b_) (_b_ << 1)
#define P4EBX(_b_, _bx_) (_bx_ << 8 | _b_ << 1 | 1) #define P4EBX(_b_, _bx_) (_bx_ << 8 | _b_ << 1 | 1)