Commit 053cd4dd authored by David Flynn's avatar David Flynn Committed by David Flynn
Browse files

entropy: disable aec trailing 0xff-byte pruning

In order to implement the reversed bypass stream, it is necessary that
the arithmetic encoder outputs an independently decodable stream that
does not rely upon bounded read operations that insert 0xff bytes when
the entire aec sub-stream input is consumed (since there will be no
indication of the sub-stream length).
parent 81f2d561
......@@ -215,9 +215,6 @@ schro_arith_flush (SchroArith * arith)
arith->dataptr[arith->offset] = arith->range[0] >> 0;
arith->offset++;
}
while (arith->offset > 1 && arith->dataptr[arith->offset - 1] == 0xff) {
arith->offset--;
}
}
/* wrappers */
......
  • It is the great post here i like it very much to need you seen the windows 10 help all online support here most of the users can need to got it all information to latest version easily working thanks.

  • I'm sure you will get more and more likes to get free Teacher’s Day Status Video and share with your teachers and social media platform

  • Oh nice, get some status videos at jsvidos.com

    Edited by jey 957
  • Get latest news at jsnewstimes and statuses statussove.com and quotes quotesove

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment