OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARGBToRGB565Row_SSE2
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc
557
void
ARGBToRGB565Row_SSE2
(const uint8* src, uint8* dst, int pix) {
[
all
...]
row_win.cc
834
void
ARGBToRGB565Row_SSE2
(const uint8* src_argb, uint8* dst_rgb, int pix) {
[
all
...]
/external/libyuv/files/source/
row_gcc.cc
536
void
ARGBToRGB565Row_SSE2
(const uint8* src, uint8* dst, int width) {
[
all
...]
Completed in 464 milliseconds