OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YuvToBgraRow
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
yuv_mips32.c
84
ROW_FUNC(
YuvToBgraRow
, 4, 2, 1, 0, 3)
97
WebPSamplers[MODE_BGRA] =
YuvToBgraRow
;
yuv_mips_dsp_r2.c
112
ROW_FUNC(
YuvToBgraRow
, 4, 2, 1, 0, 3)
128
WebPSamplers[MODE_BGRA] =
YuvToBgraRow
;
yuv.c
94
ROW_FUNC(
YuvToBgraRow
, VP8YuvToBgra, 4)
136
WebPSamplers[MODE_BGRA] =
YuvToBgraRow
;
141
WebPSamplers[MODE_bgrA] =
YuvToBgraRow
;
yuv_sse2.c
332
static void
YuvToBgraRow
(const uint8_t* y, const uint8_t* u, const uint8_t* v,
455
WebPSamplers[MODE_BGRA] =
YuvToBgraRow
;
Completed in 110 milliseconds