OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Clip255
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless.c
42
static WEBP_INLINE uint32_t
Clip255
(uint32_t a) {
52
return
Clip255
(a + b - c);
69
return
Clip255
(a + (a - b) / 2);
lossless_enc.c
713
static WEBP_INLINE uint32_t
Clip255
(uint32_t a) {
723
return
Clip255
(a + b - c);
740
return
Clip255
(a + (a - b) / 2);
[
all
...]
Completed in 154 milliseconds