Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_common.h96 static WEBP_INLINE int VP8LBitsLog2Ceiling(uint32_t n) { in VP8LBitsLog2Ceiling() function
/external/webp/src/enc/
Dvp8l_enc.c574 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); in StoreFullHuffmanCode()