OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8YuvToBgr
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
yuv.h
104
static inline void
VP8YuvToBgr
(uint8_t y, uint8_t u, uint8_t v,
116
VP8YuvToBgr
(y, u, v, bgra);
io_sse2.c
173
SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePairSSE2,
VP8YuvToBgr
, 3)
178
SSE2_UPSAMPLE_FUNC(UpsampleBgrKeepAlphaLinePairSSE2,
VP8YuvToBgr
, 4)
io.c
98
UPSAMPLE_FUNC(UpsampleBgrLinePair,
VP8YuvToBgr
, 3)
106
UPSAMPLE_FUNC(UpsampleBgrKeepAlphaLinePair,
VP8YuvToBgr
, 4)
174
SAMPLE_FUNC(SampleBgrLinePair,
VP8YuvToBgr
, 3)
210
YUV444_FUNC(Yuv444ToBgr,
VP8YuvToBgr
, 3)
[
all
...]
Completed in 536 milliseconds