vpx/vp8/encoder/arm/armv5te
Attila Nagy 97259b460c Fix encoder partitioned output on ARM
API was not returning correct partition sizes on arm targets.
The armv5 token packing functions were not storing the information to the
partition size table.
As a fix, have one boolcoder instance allocated for each partition so
that partition sizes are internally available after all partitions
were encoded. This will also allow more flexibility in producing
several partitions in parallel.

Use buffer validation (overflow check) in all ARM bitpacking
functions.

Change-Id: I31c8a11d8a7613676f0ff50928cb2a2ab14fd169
2011-11-23 12:29:43 +02:00
..
boolhuff_armv5te.asm Fix encoder partitioned output on ARM 2011-11-23 12:29:43 +02:00
vp8_packtokens_armv5.asm Fix encoder partitioned output on ARM 2011-11-23 12:29:43 +02:00
vp8_packtokens_mbrow_armv5.asm Fix encoder partitioned output on ARM 2011-11-23 12:29:43 +02:00
vp8_packtokens_partitions_armv5.asm Fix encoder partitioned output on ARM 2011-11-23 12:29:43 +02:00