Home
last modified time | relevance | path

Searched defs:huffman_tables (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webp/src/utils/
H A Dhuffman_utils.c269 int VP8LHuffmanTablesAllocate(int size, HuffmanTables* huffman_tables) { in VP8LHuffmanTablesAllocate()
282 void VP8LHuffmanTablesDeallocate(HuffmanTables* const huffman_tables) { in VP8LHuffmanTablesDeallocate()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dhuffman_fuzzer.c38 HuffmanTables huffman_tables; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/webp/src/dec/
H A Dvp8l_dec.c372 HuffmanTables* huffman_tables = &hdr->huffman_tables_; in ReadHuffmanCodes() local
456 HuffmanTables* const huffman_tables, in ReadHuffmanCodesHelper()