Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c369 HuffmanCode* huffman_tables_bogus = NULL; in ReadHuffmanCodes() local
421 huffman_tables_bogus = (HuffmanCode*)WebPSafeMalloc( in ReadHuffmanCodes()
422 table_size, sizeof(*huffman_tables_bogus)); in ReadHuffmanCodes()
423 if (huffman_tables_bogus == NULL) { in ReadHuffmanCodes()
465 HuffmanCode* huffman_tables_i = is_bogus ? huffman_tables_bogus : next; in ReadHuffmanCodes()
524 WebPSafeFree(huffman_tables_bogus); in ReadHuffmanCodes()