Skip to content

Commit 207fc20

Browse files
authored
Merge pull request #170 from AdaWorldAPI/claude/pr-x12-a1-ctu
PR-X12 A1: CTU carrier + quad-tree partition
2 parents 94494bf + fd585e6 commit 207fc20

4 files changed

Lines changed: 810 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ ogit_bridge = []
247247
# `lance-graph/crates/jc/src/ewa_sandwich_3d.rs`.
248248
splat3d = ["std"]
249249

250+
# PR-X12 cognitive codec — x265-shaped skip/merge/delta/escape mode classes
251+
# over BlockedGrid CTUs. A1 (this crate) ships only the CTU carrier +
252+
# quad-tree partition; the entropy coder + RDO loop land in later workers.
253+
codec = ["std"]
254+
250255
# no_std polyfill for `static LazyLock` in `src/simd.rs` (sprint A12).
251256
# Pulls in `portable-atomic` with the `critical-section` impl plus the
252257
# `critical-section` runtime so we can build a once-cell-style cache for

0 commit comments

Comments
 (0)