The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Dec. 01, 2015
Filed:
Dec. 23, 2011
Vinodh Gopal, Westborough, MA (US);
Jim D. Guilford, Northborough, MA (US);
Gilbert M. Wolrich, Framingham, MA (US);
Wajdi K. Feghali, Boston, MA (US);
Deniz Karakoyunlu, Worcester, MA (US);
Erdinc Ozturk, Marlborough, MA (US);
Martin Dixon, Portland, OR (US);
Kahraman Akdemir, Franklin, MA (US);
Vinodh Gopal, Westborough, MA (US);
Jim D. Guilford, Northborough, MA (US);
Gilbert M. Wolrich, Framingham, MA (US);
Wajdi K. Feghali, Boston, MA (US);
Deniz Karakoyunlu, Worcester, MA (US);
Erdinc Ozturk, Marlborough, MA (US);
Martin Dixon, Portland, OR (US);
Kahraman Akdemir, Franklin, MA (US);
Intel Corporation, Santa Clara, CA (US);
Abstract
Methods and apparatus for processing bitstreams and byte streams. According to one aspect, bitstream data is compressed using coalesced string match tokens with delayed matching. A matcher is employed to perform search string match operations using a shortened maximum string length search criteria, resulting in generation of a token stream having <len, distance> data and literal data. A distance match operation is performed on sequentially adjacent tokens to determine if they contain the same distance data. If they do, the len values of the tokens are added through use of a coalesce buffer. Upon detection of a distance non-match, a final coalesced length of a matching string is calculated and output along with the prior matching distance as a coalesced token. Also disclosed is a scheme for writing variable-length tokens into a bitstream under which token data is input into a bit accumulator and written to memory (or cache to be subsequently written to memory) as each token is processed in a manner that eliminates branch mispredict operations associated with detecting whether the bit accumulator is full or close to full.