Skip to content

Commit

Permalink
TurboPFor: TurboPFor encode
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo committed Mar 21, 2023
1 parent 837cd63 commit 2104007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vp4c.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ size_t p4nsdec64(unsigned char *in, size_t n, uint64_t *out) { uint64_t *op,sta
#ifdef _P4BITS
unsigned T2(_P4BITS, USIZE)(uint_t *__restrict in, unsigned n, unsigned *pbx) {
#if HYBRID > 0 && USIZE >= 16
unsigned _vb[USIZE*2+64] = {0}, *vb=&_vb[USIZE];
unsigned _vb[USIZE*2+64+16] = {0}, *vb=&_vb[USIZE+16];
#endif
unsigned cnt[USIZE+8] = {0}, x, bx, bmp8=(n+7)/8;
uint_t *ip, u=0, a = in[0];
Expand Down

0 comments on commit 2104007

Please sign in to comment.