OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:huffman_codes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
187
HuffmanTreeCode* const
huffman_codes
) {
200
HuffmanTreeCode* const codes = &
huffman_codes
[5 * i];
221
const int bit_length =
huffman_codes
[i].num_symbols;
222
huffman_codes
[i].codes = codes;
223
huffman_codes
[i].code_lengths = lengths;
239
HuffmanTreeCode* const codes = &
huffman_codes
[5 * i];
253
memset(
huffman_codes
, 0, 5 * histogram_image_size * sizeof(*
huffman_codes
));
434
const HuffmanTreeCode* const
huffman_codes
) {
445
const HuffmanTreeCode* const codes =
huffman_codes
+ 5 * histogram_ix
492
HuffmanTreeCode
huffman_codes
[5] = { { 0, NULL, NULL } };
local
574
HuffmanTreeCode*
huffman_codes
= NULL;
local
[
all
...]
/external/webp/src/enc/
vp8l.c
187
HuffmanTreeCode* const
huffman_codes
) {
200
HuffmanTreeCode* const codes = &
huffman_codes
[5 * i];
221
const int bit_length =
huffman_codes
[i].num_symbols;
222
huffman_codes
[i].codes = codes;
223
huffman_codes
[i].code_lengths = lengths;
239
HuffmanTreeCode* const codes = &
huffman_codes
[5 * i];
253
memset(
huffman_codes
, 0, 5 * histogram_image_size * sizeof(*
huffman_codes
));
434
const HuffmanTreeCode* const
huffman_codes
) {
445
const HuffmanTreeCode* const codes =
huffman_codes
+ 5 * histogram_ix
492
HuffmanTreeCode
huffman_codes
[5] = { { 0, NULL, NULL } };
local
574
HuffmanTreeCode*
huffman_codes
= NULL;
local
[
all
...]
Completed in 55 milliseconds