Skip to content

plans/x265: record PROBE-MORTON-SHIFT-MOTION (head-to-head-2) results#252

Merged
AdaWorldAPI merged 1 commit into
masterfrom
claude/x265-x266-plans-review-h9osnl
Jul 19, 2026
Merged

plans/x265: record PROBE-MORTON-SHIFT-MOTION (head-to-head-2) results#252
AdaWorldAPI merged 1 commit into
masterfrom
claude/x265-x266-plans-review-h9osnl

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

What

Records the results of PROBE-MORTON-SHIFT-MOTION — the non-tautological
head-to-head-2 — into the plan's probe-queue home. The probe lives in lance-graph
(crates/helix/examples/morton_shift_motion_probe.rs, PR #745); this repo holds the
plan + queue.

Result

PASS → [H] (structural). Rigid translation of an arbitrary (non-φ) sprite IS
a Morton dilated-lane address-add — bit-exact, and the whole 576-pixel object moves
for a 2-byte delta (O(1) in sprite size). Interior residual = 0 (x265's DCT+quant
round-trip never is); only the dis-occlusion L-strip is new content — the tail
shrinks to genuine-new-information, doesn't vanish. Sub-pel rides the comma phase
(three_gap=3), the Fujifilm X-Trans anti-moiré move that replaces quarter-pel
interpolation. This is the concrete "MortonShift" prediction mode for the
add-a-mode/RDO parity path.

Because the sprite appearance is arbitrary and paid equally on both sides, this
removes head-to-head-1's model-match confound — only the motion representation is
tested.

Full write-up: lance-graph E-X265-MORTON-SHIFT-1.

🤖 Generated with Claude Code

https://claude.ai/code/session_01K3RyLEbuNSHxxB3NTTrGki


Generated by Claude Code

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@AdaWorldAPI, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: baa1f56a-5293-4716-8817-184a5d182bdd

📥 Commits

Reviewing files that changed from the base of the PR and between 04dfefb and 837a460.

📒 Files selected for processing (1)
  • .claude/plans/x265-sprite-replay-probe-v1.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@AdaWorldAPI
AdaWorldAPI marked this pull request as ready for review July 19, 2026 07:22
@cursor

cursor Bot commented Jul 19, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_df34bf24-14a9-41bd-9098-d75d558d5d1f)

The non-tautological head-to-head: rigid translation of an arbitrary (non-φ)
sprite IS a Morton dilated-lane address-add, bit-exact, O(1) in sprite size
(2-byte delta moves the whole object). Interior residual = 0; only the
dis-occlusion L-strip is new content. Comma sub-pel dither aperiodic (X-Trans
move). PASS->[H] structural — the MortonShift prediction mode for add-a-mode/RDO
parity. Full write-up: lance-graph E-X265-MORTON-SHIFT-1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K3RyLEbuNSHxxB3NTTrGki
@AdaWorldAPI
AdaWorldAPI force-pushed the claude/x265-x266-plans-review-h9osnl branch from 4d2a59f to 837a460 Compare July 19, 2026 07:31
@AdaWorldAPI
AdaWorldAPI merged commit 200ba77 into master Jul 19, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants