OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTAC
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h
113
struct huffman_table
HTAC
[HUFFMAN_TABLES]; /* AC huffman tables */
tinyjpeg.c
166
memcpy(priv->
HTAC
[i].bits, default_huffman_table_param.huffman_table[i].num_ac_codes, 16);
167
memcpy(priv->
HTAC
[i].values, default_huffman_table_param.huffman_table[i].ac_values, 256);
329
memcpy(priv->
HTAC
[index & 0xf].bits, stream, 16);
349
memcpy(priv->
HTAC
[index & 0xf].values, stream, count);
758
memcpy(huffman_table.huffman_table[i].num_ac_codes, priv->
HTAC
[i].bits,
760
memcpy(huffman_table.huffman_table[i].ac_values, priv->
HTAC
[i].values,
Completed in 43 milliseconds