HomeSort by relevance Sort by last modified time
    Searched defs:RGB565ToARGBRow_SSE2 (Results 1 - 4 of 4) sorted by null

  /external/libyuv/files/source/
row_posix.cc 328 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) {
    [all...]
row_win.cc 324 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc 344 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) {
    [all...]
row_win.cc 469 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb,
    [all...]

Completed in 847 milliseconds