OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YuvToBgrRow
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
yuv_mips32.c
83
ROW_FUNC(
YuvToBgrRow
, 3, 2, 1, 0, 0)
96
WebPSamplers[MODE_BGR] =
YuvToBgrRow
;
yuv_mips_dsp_r2.c
111
ROW_FUNC(
YuvToBgrRow
, 3, 2, 1, 0, 0)
127
WebPSamplers[MODE_BGR] =
YuvToBgrRow
;
yuv.c
92
ROW_FUNC(
YuvToBgrRow
, VP8YuvToBgr, 3)
135
WebPSamplers[MODE_BGR] =
YuvToBgrRow
;
yuv_sse2.c
410
static void
YuvToBgrRow
(const uint8_t* y, const uint8_t* u, const uint8_t* v,
454
WebPSamplers[MODE_BGR] =
YuvToBgrRow
;
Completed in 49 milliseconds