US Patent Application 18077196. DYNAMIC CONTENT ENCODING simplified abstract

From WikiPatents
Jump to navigation Jump to search

DYNAMIC CONTENT ENCODING

Organization Name

Apple Inc.


Inventor(s)

Christian T. Martelock of Los Gatos CA (US)


Ali Sazegari of Los Altos CA (US)


Eric Bainville of Sunnyvale CA (US)


DYNAMIC CONTENT ENCODING - A simplified explanation of the abstract

  • This abstract for appeared for US patent application number 18077196 Titled 'DYNAMIC CONTENT ENCODING'

Simplified Explanation

The abstract describes a method for encoding text by converting it into a sequence of bytes. Each byte represents a character in the text. The encoding process involves processing each bit of the byte from the most significant bit to the least significant bit. A context is generated based on the processed bits, and a prediction model is used to predict the next bit. The prediction is a combination of predictions from multiple sub-models. The encoded data is then output as a bitstream, which represents the original text.


Original Abstract Submitted

A method for encoding text includes grouping text as a sequence of bytes, the text comprising a string of characters, each byte corresponding to a character in the text. For each byte of the sequence of bytes: (a) each bit is processed from most significant bit to least significant bit to generate a context; and (b) a subsequent bit is predicted, using a prediction model, based on the context generated based on previously processed bits, prediction of the prediction model being a combination of predictions of a plurality of sub-models. An encoded bitstream is output based on the predicted bits. The encoded bitstream includes encoded data corresponding to the text.