ASTC interpolation

US12361606B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12361606-B2
Application numberUS-202318239599-A
CountryUS
Kind codeB2
Filing dateAug 29, 2023
Priority dateDec 20, 2018
Publication dateJul 15, 2025
Grant dateJul 15, 2025

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A binary logic circuit for performing an interpolation calculation between two endpoint values E 0 and E 1 using a weighting index i for generating an interpolated result P, the values E 0 and E 1 being formed from Adaptive Scalable Texture Compression (ASTC) low-dynamic range (LDR) colour endpoint values C 0 and C 1 respectively, the circuit comprising: an interpolation unit configured to perform an interpolation between the colour endpoint values C 0 and C 1 using the weighting index i to generate a first intermediate interpolated result C 2 ; and combinational logic circuitry configured to receive the interpolated result C 2 and to perform one or more logical processing operations to calculate the interpolated result P according to the equation P=└((C 2 <<8)+C 2 +32)/64┘ when the interpolated result is not to be compatible with an sRGB colour space, and according to the equation P=└((C 2 <<8)+128·64+32)/64┘ when the interpolated result is to be compatible with an sRGB colour space.

First claim

Opening claim text (preview).

What is claimed is: 1. A binary logic circuit for performing an interpolation calculation between two endpoint values E 0 and E 1 for generating an interpolated result P, the values E 0 and E 1 being formed from low-dynamic range (LDR) colour endpoint values C 0 and C 1 respectively, the binary logic circuit being configured to: perform an interpolation between the colour endpoint values C 0 and C 1 to generate a first intermediate interpolated result C 2 ; and determine the interpolated result P such that the interpolated result P satisfies the equation P=└((C 2 <<8)+C 2 +32)/64┘, or satisfies the equation P=└((C 2 <<8)+128·64+32)/64┘. 2. The binary logic circuit as claimed in claim 1 , wherein the interpolation calculation between the two endpoint values E 0 and E 1 is specified such that p=└(E 0 ·(64−i)+E 1 ·i+32)/64┘, where p is equal to the interpolated result P, and i is a weighting index. 3. The binary logic circuit as claimed in claim 1 , wherein the binary logic circuit is further configured to perform the interpolation between the colour endpoint values C 0 and C 1 using a weighting index i to generate the first intermediate interpolated result C 2 such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i. 4. The binary logic circuit as claimed in claim 3 , wherein the binary logic circuit is further configured to generate the first intermediate interpolated result C 2 for exception values of i. 5. The binary logic circuit as claimed in claim 4 , wherein the binary logic circuit is further configured to generate the first intermediate interpolated result C 2 such that C 2 =C 1 ·i for exception values of i. 6. The binary logic circuit as claimed in claim 4 , wherein the binary logic circuit is further configured to: generate a second intermediate interpolated result from the set of values C 0 , C 1 and C 2 ; left-shift the second intermediate interpolated result by a number of bits equal to the number of bits of each of the colour endpoint values C 0 and C 1 and to add to the shifted result a constant to generate a third intermediate interpolated result; and add the second intermediate interpolated result to the third intermediate interpolated result if the interpolated result P is not to be compatible with the sRGB colour space; wherein the binary logic circuit is further configured to generate the second intermediate interpolated result as: (i) the first intermediate interpolated result C 2 , such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i, when the interpolated result P is not to be compatible with an sRGB colour space and the value of the weighting index is not equal to an exception value; (ii) the summation of the first intermediate interpolated result C 2 , such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i, and a numerical constant when the interpolated result P is to be compatible with an sRGB colour space and the value of the weighting index is not equal to an exception value; (iii) the first intermediate interpolated result C 2 generated for exception values of i when the interpolated result P is not to be compatible with an sRGB colour space and the value of the weighting index is equal to an exception value; and iv) the summation of the first intermediate interpolated result C 2 generated for exception values of i and a numerical constant when the interpolated result P is to be compatible with an sRGB colour space and the value of the weighting index is equal to an exception value. 7. The binary logic circuit as claimed in claim 4 , wherein the binary logic circuit is further configured to: generate a second intermediate interpolated result from the set of values C 0 , C 1 and C 2 ; left-shift the second intermediate interpolated result by a number of bits equal to the number of bits of each of the colour endpoint values C 0 and C 1 and to add to the shifted result a constant to generate a third intermediate interpolated result; and add the second intermediate interpolated result to the third intermediate interpolated result if the interpolated result P is not to be compatible with the sRGB colour space; wherein the binary logic circuit is further configured to: select between (i) a first input dependent on the first intermediate interpolated result C 2 generated for exception values of i; and (ii) a second input dependent on the first intermediate interpolated result C 2 , such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i, in dependence on whether the value of the weighting index is equal to an exception value. 8. The binary logic circuit as claimed in claim 7 , wherein the binary logic circuit is further configured to add a non-zero numerical constant in the generation of the second intermediate interpolated result from the set of values C 0 , C 1 and C 2 only if the interpolated result P is to be compatible with an sRBG colour space. 9. The binary logic circuit as claimed in claim 8 , wherein the binary logic circuit is configured to add a non-zero numerical constant to the result of the selection between the first input and the second input. 10. The binary logic circuit as claimed in claim 8 , wherein the binary logic circuit is configured to generate the second intermediate interpolated result based on the first intermediate interpolated result C 2 generated for exception values of i, and the first intermediate interpolated result C 2 , such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i. 11. The binary logic circuit as claimed in claim 7 , wherein the first input is the first intermediate interpolated result C 2 generated for exception values of i and the second input is the first intermediate interpolated result C 2 , such that C 2 =C 0 ·(64−i)+C 1 ·i for non-exception values of i. 12. The binary logic circuit as claimed in claim 3 , wherein the weighting index comprises 7 bits, and the binary logic circuit is configured to perform the interpolation between the colour endpoint values C 0 and C 1 using the 6 least significant bits of the weighting index. 13. The binary logic circuit as claimed in claim 1 , wherein the binary logic circuit is further configured to: generate a second intermediate interpolated result from the set of values C 0 , C 1 and C 2 in dependence on whether the interpolated result P is to be compatible with an sRGB colour space; left-shift the second intermediate interpolated result by a number of bits equal to the number of bits of each of the colour endpoint values C 0 and C 1 and to add to the shifted result a constant to generate a third intermediate interpolated result; and add the second intermediate interpolated result to the third intermediate interpolated result if the interpolated result P is not to be compatible with the sRGB colour space. 14. The binary logic circuit as claimed in claim 13 , wherein the binary logic circuit is further configured to right-shift the result of adding the second intermediate interpolated result to the third intermediate interpolated result by a specified number of bits to generate the interpolated result P. 15. The binary logic circuit as claimed in claim 14 , wherein the specified number of bits is equal to 6. 16. The binary logic circuit as claimed in claim 13 , wherein the binary logic circuit is configured to left-shift the second intermediate interpolated result by 8 bits and to add a numerical constant of 32 to generate the third intermediate interpolated result. 17. The binary logic circuit as claimed in claim 13 , wherein the binary logic circuit is configured to generate the

Assignees

Inventors

Classifications

  • G06T11/10Primary

    Texturing; Colouring; Generation of textures or colours (retouching, inpainting or scratch removal G06T5/77) · CPC title

  • G06T9/00Primary

    Image coding (bandwidth or redundancy reduction for static pictures H04N1/41; coding or decoding of static colour picture signals H04N1/64; methods or arrangements for coding, decoding, compressing or decompressing digital video signals H04N19/00) · CPC title

  • Texture mapping · CPC title

  • using hierarchical techniques, e.g. scalability (H04N19/63 takes precedence) · CPC title

  • characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation (H04N19/635 takes precedence) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12361606B2 cover?
A binary logic circuit for performing an interpolation calculation between two endpoint values E 0 and E 1 using a weighting index i for generating an interpolated result P, the values E 0 and E 1 being formed from Adaptive Scalable Texture Compression (ASTC) low-dynamic range (LDR) colour endpoint values C 0 and C 1 respectively, the circuit comprising: an interpolation unit configured t…
Who is the assignee on this patent?
Imagination Tech Ltd
What technology area does this patent fall under?
Primary CPC classification G06T11/10. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 15 2025 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 2 related publications on this page (citations in our corpus or others sharing the same primary CPC).