Home
last modified time | relevance | path

Searched defs:src_rgb565 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc982 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON()
1982 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
2191 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
Drow_neon64.cc966 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON()
1939 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
2157 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
Dconvert_argb.cc548 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
Drow_common.cc103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
444 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C()
489 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()
Dconvert.cc1018 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
Drow_win.cc469 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2()
525 void RGB565ToARGBRow_AVX2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_AVX2()
/external/libyuv/files/source/
Dconvert_argb.cc431 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
Drow_win.cc324 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2()
Dconvert.cc1300 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()