HomeSort by relevance Sort by last modified time
    Searched refs:VP8LBuildHuffmanTable (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
huffman_utils.h 81 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
huffman_utils.c 205 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
  /external/webp/src/dec/
vp8l_dec.c 258 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS,
348 size = VP8LBuildHuffmanTable(table, HUFFMAN_TABLE_BITS,
    [all...]

Completed in 4575 milliseconds