OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Average4
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c
165
static WEBP_INLINE uint32_t
Average4
(const uint32_t* const a,
202
return
Average4
(&left, top - 1, top + 0, top + 1);
lossless_sse2.c
106
static WEBP_INLINE uint32_t
Average4
(uint32_t a0, uint32_t a1,
140
const uint32_t pred =
Average4
(left, top[-1], top[0], top[1]);
lossless.c
408
static WEBP_INLINE uint32_t
Average4
(uint32_t a0, uint32_t a1,
524
const uint32_t pred =
Average4
(left, top[-1], top[0], top[1]);
[
all
...]
Completed in 265 milliseconds