Home
last modified time | relevance | path

Searched refs:VP8LHuffmanTablesAllocate (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.h66 int VP8LHuffmanTablesAllocate(int size, HuffmanTables* huffman_tables);
Dhuffman_utils.c266 int VP8LHuffmanTablesAllocate(int size, HuffmanTables* huffman_tables) { in VP8LHuffmanTablesAllocate() function
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c258 if (!VP8LHuffmanTablesAllocate(1 << LENGTHS_TABLE_BITS, &tables) || in ReadHuffmanCodeLengths()
445 !VP8LHuffmanTablesAllocate(num_htree_groups * table_size, in ReadHuffmanCodes()