Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_neon.cc822 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON()
1748 void RGB565ToUVRow_NEON(const uint8* src_rgb565, in RGB565ToUVRow_NEON()
1963 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_neon64.cc820 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON()
1714 void RGB565ToUVRow_NEON(const uint8* src_rgb565, in RGB565ToUVRow_NEON()
1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_common.cc117 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
441 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C()
486 void RGB565ToUVRow_C(const uint8* src_rgb565, in RGB565ToUVRow_C()
Dconvert.cc1196 int RGB565ToI420(const uint8* src_rgb565, in RGB565ToI420()
Drow_dspr2.cc787 void RGB565ToARGBRow_DSPR2(const uint8* src_rgb565, in RGB565ToARGBRow_DSPR2()
Dconvert_argb.cc1075 int RGB565ToARGB(const uint8* src_rgb565, in RGB565ToARGB()
Drow_msa.cc1550 void RGB565ToARGBRow_MSA(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_MSA()
1702 void RGB565ToYRow_MSA(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_MSA()
1928 void RGB565ToUVRow_MSA(const uint8* src_rgb565, in RGB565ToUVRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc859 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON()
1799 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
2005 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_neon64.cc850 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON()
1746 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
1958 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_common.cc117 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
436 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C()
481 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()
Dconvert.cc981 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
Dconvert_argb.cc984 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()