Skip to content

mercury phase 1: close fast-path eligibility gaps #423

Description

@boxerab

close the mercury fast-path eligibility gaps. each is a MFP_BAIL in mercury_fastpath.cpp. done: stream input, resolution reduction, layer limits, palette/ICC/cdef, windowed decode, PLT and TLM planner shortcuts.

remaining bails:

COC present: mercury derives one packet schedule from one coding style. needs per-component coding style in the plan, or classic keeps COC streams.
subsampled component (dx or dy != 1): mercury output rows assume full-resolution components.
precinct smaller than code-block: rejected at plan stage, effective block-size clamping (B.7 xcb' = min(xcb, PPx)) not wired.
POC present: classic keeps these.
component filter (compsToDecompress_), asynchronous decode, transcode packet-length recording: API modes, classic keeps these.
part 2 transforms (DFS, ATK): bail to classic, and classic only decodes them whole tile at full resolution.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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