OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGB1555ToARGBRow_SSE2
(Results
1 - 5
of
5
) sorted by null
/external/libyuv/files/include/libyuv/
row.h
293
void
ARGB1555ToARGBRow_SSE2
(const uint8* src_argb, uint8* dst_argb, int pix);
/external/libyuv/files/source/
row_posix.cc
378
void
ARGB1555ToARGBRow_SSE2
(const uint8* src, uint8* dst, int pix) {
[
all
...]
convert_argb.cc
483
ARGB1555ToARGBRow =
ARGB1555ToARGBRow_SSE2
;
[
all
...]
convert.cc
[
all
...]
row_win.cc
375
void
ARGB1555ToARGBRow_SSE2
(const uint8* src_argb1555, uint8* dst_argb,
[
all
...]
Completed in 30 milliseconds