Skip to content

Indexing for a 15-bit window encoder does not work #86

Description

@sameer

Hello,

Just thought I should report something I noticed.

The index initialization end exceeds the maximum size of a 16-bit signed integer when the window sized is 15 bits. The input offset is 32768 and cannot be represented in the index table.

The cast from unsigned to signed in the array init loop makes it negative (?) so I don't think it runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions