OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP8RGBToU
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
yuv.h
202
static WEBP_INLINE int
VP8RGBToU
(int r, int g, int b, int rounding) {
222
static WEBP_INLINE int
VP8RGBToU
(int r, int g, int b, int rounding) {
/external/opencv3/3rdparty/libwebp/dsp/
yuv.h
247
static WEBP_INLINE int
VP8RGBToU
(int r, int g, int b) {
268
static WEBP_INLINE int
VP8RGBToU
(int r, int g, int b) {
Completed in 33 milliseconds