[PR #492] [MERGED] Update encoder #1129

Open
opened 2026-01-29 20:52:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/492
Author: @eustas
Created: 12/22/2016
Status: Merged
Merged: 12/22/2016
Merged by: @eustas

Base: masterHead: update-encoder


📝 Commits (1)

📊 Changes

5 files changed (+97 additions, -138 deletions)

View changed files

📝 enc/context.h (+1 -1)
📝 enc/encode.c (+8 -24)
📝 enc/metablock.c (+86 -101)
📝 enc/metablock.h (+1 -11)
📝 enc/quality.h (+1 -1)

📄 Description

  • fix comment position in context.h
  • fix typo in internal quality constant name
  • deduplicate BuildMetaBlockGreedy code
  • simplify aggregation in ChooseContextMap

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/492 **Author:** [@eustas](https://github.com/eustas) **Created:** 12/22/2016 **Status:** ✅ Merged **Merged:** 12/22/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `update-encoder` --- ### 📝 Commits (1) - [`aea1d09`](https://github.com/google/brotli/commit/aea1d09e513def61e3837194a2cee0db6ba480a1) Update encoder ### 📊 Changes **5 files changed** (+97 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `enc/context.h` (+1 -1) 📝 `enc/encode.c` (+8 -24) 📝 `enc/metablock.c` (+86 -101) 📝 `enc/metablock.h` (+1 -11) 📝 `enc/quality.h` (+1 -1) </details> ### 📄 Description * fix comment position in `context.h` * fix typo in internal quality constant name * deduplicate `BuildMetaBlockGreedy` code * simplify aggregation in `ChooseContextMap` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1129