OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LBitsLog2Ceiling
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
backward_references.h
73
static WEBP_INLINE int
VP8LBitsLog2Ceiling
(uint32_t n) {
vp8l.c
362
const int nbits =
VP8LBitsLog2Ceiling
(trimmed_length - 1);
[
all
...]
/external/webp/src/dsp/
lossless.h
265
static WEBP_INLINE int
VP8LBitsLog2Ceiling
(uint32_t n) {
/external/webp/src/enc/
vp8l.c
610
const int nbits =
VP8LBitsLog2Ceiling
(trimmed_length - 1);
[
all
...]
Completed in 210 milliseconds