mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 16:19:00 +08:00
Spec: Fix DecodeRawSymbols size
This commit is contained in:
parent
2418ccb720
commit
f2900b9535
@ -82,7 +82,7 @@ void DecodeRawSymbols(num_values, out_values) {
|
||||
rans_precision = 1 << rans_precision_bits;
|
||||
l_rans_base = rans_precision * 4;
|
||||
BuildSymbolTables(num_symbols_, lut_table_, probability_table_);
|
||||
bytes_encoded UI64
|
||||
bytes_encoded varUI64
|
||||
buffer UI8[size]
|
||||
RansInitDecoder(ans_, &buffer[0], bytes_encoded, l_rans_base);
|
||||
for (i = 0; i < num_values; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user