OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGBToARGB4444Row_SSE2
(Results
1 - 6
of
6
) sorted by null
/external/libyuv/files/include/libyuv/
row.h
317
void
ARGBToARGB4444Row_SSE2
(const uint8* src_argb, uint8* dst_rgb, int pix);
/external/libyuv/files/source/
row_posix.cc
637
void
ARGBToARGB4444Row_SSE2
(const uint8* src, uint8* dst, int pix) {
[
all
...]
convert_from.cc
[
all
...]
planar_functions.cc
810
ARGBToARGB4444Row =
ARGBToARGB4444Row_SSE2
;
[
all
...]
row_common.cc
[
all
...]
row_win.cc
627
void
ARGBToARGB4444Row_SSE2
(const uint8* src_argb, uint8* dst_rgb, int pix) {
[
all
...]
Completed in 32 milliseconds