OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LFastLog2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless.h
77
static WEBP_INLINE float
VP8LFastLog2
(int v) {
/external/webp/src/dsp/
lossless.h
77
static WEBP_INLINE float
VP8LFastLog2
(int v) {
/external/chromium_org/third_party/libwebp/enc/
backward_references.c
403
const double logsum =
VP8LFastLog2
(sum);
405
output[i] = logsum -
VP8LFastLog2
(population_counts[i]);
/external/webp/src/enc/
backward_references.c
403
const double logsum =
VP8LFastLog2
(sum);
405
output[i] = logsum -
VP8LFastLog2
(population_counts[i]);
Completed in 579 milliseconds