Lines Matching full:encoding
140 [31:28] CCB version. For API version 2.0: set to 1 if CCB uses OZIP encoding; set to 0 if the…
141 uses Huffman encoding; otherwise either 0 or 1. For API version 1.0: always set to 0.
246 …common set of values to indicate the encoding formats of the data being processed. Some encoding f…
263 length encoding provided as a secondary input
265 … length encoding 1); bits are read most significant bit to least significant bit
268 … 0x8 Fixed width byte packed with Up to 16 bytes before the encoding; compressed stream
270 … OZIP (CCB version 1) encoding within a byte; pointer to the encoding table must be
274 … OZIP (CCB version 1) encoding least significant bit within a byte; pointer to the encoding
276 … 0xA Variable width byte packed with Up to 16 bytes before the encoding; compressed stream
278 … OZIP (CCB version 1) encoding within a byte; data stream of lengths must be provided as
279 … a secondary input; pointer to the encoding table must be
288 …0xC Fixed width byte packed with Up to 16 bytes before the encoding; compressed str…
289 … run length encoding, followed by bits are read most significant bit to least significant bit
291 … OZIP (CCB version 1) encoding as a secondary input; pointer to the encoding table must
294 … run length encoding, followed by before the encoding; compressed stream bits are read most
296 … OZIP (CCB version 1) encoding stream of run lengths must be provided as a secondary
297 … input; pointer to the encoding table must be provided
299 If OZIP encoding is used, there must be no reserved bytes in the table.
311 …significant bit within a byte. There are two encoding options for the secondary input stream data …
348 …output encodings, and up to four supported element sizes per encoding. Not all output encodings are
584 … 0 Huffman encoding. Must use 64 byte aligned table
586 … 1 OZIP encoding. Must use 16 byte aligned table