Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.h67 static WEBP_INLINE int VP8LBitsLog2Ceiling(uint32_t n) { in VP8LBitsLog2Ceiling() function
Dvp8l.c355 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); in StoreFullHuffmanCode()