Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dhuffman_fuzzer.c50 const int num_htree_groups = VP8LReadBits(br, kNumHtreeGroupsBits); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/webp/src/utils/
H A Dhuffman_utils.c25 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups) { in VP8LHtreeGroupsNew()
/aosp_15_r20/external/webp/src/dec/
H A Dvp8l_dec.c373 int num_htree_groups = 1; in ReadHuffmanCodes() local
453 int ReadHuffmanCodesHelper(int color_cache_bits, int num_htree_groups, in ReadHuffmanCodesHelper()