Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/libyuv/source/
Drow_neon.cc1255 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON()
2129 void RGB565ToUVRow_NEON(const uint8_t* src_rgb565, in RGB565ToUVRow_NEON()
2317 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_neon64.cc1458 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON()
2483 void RGB565ToUVRow_NEON(const uint8_t* src_rgb565, in RGB565ToUVRow_NEON()
2658 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_mmi.cc160 void RGB565ToARGBRow_MMI(const uint8_t* src_rgb565, in RGB565ToARGBRow_MMI()
2844 void RGB565ToYRow_MMI(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_MMI()
3173 void RGB565ToUVRow_MMI(const uint8_t* src_rgb565, in RGB565ToUVRow_MMI()
Drow_lsx.cc242 void RGB565ToARGBRow_LSX(const uint8_t* src_rgb565, in RGB565ToARGBRow_LSX()
459 void RGB565ToYRow_LSX(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_LSX()
502 void RGB565ToUVRow_LSX(const uint8_t* src_rgb565, in RGB565ToUVRow_LSX()
Drow_lasx.cc1453 void RGB565ToARGBRow_LASX(const uint8_t* src_rgb565, in RGB565ToARGBRow_LASX()
1701 void RGB565ToYRow_LASX(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_LASX()
1746 void RGB565ToUVRow_LASX(const uint8_t* src_rgb565, in RGB565ToUVRow_LASX()
Drow_common.cc180 void RGB565ToARGBRow_C(const uint8_t* src_rgb565, in RGB565ToARGBRow_C()
790 void RGB565ToYRow_C(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_C()
835 void RGB565ToUVRow_C(const uint8_t* src_rgb565, in RGB565ToUVRow_C()
Drow_msa.cc1592 void RGB565ToARGBRow_MSA(const uint8_t* src_rgb565, in RGB565ToARGBRow_MSA()
1745 void RGB565ToYRow_MSA(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_MSA()
1950 void RGB565ToUVRow_MSA(const uint8_t* src_rgb565, in RGB565ToUVRow_MSA()
Dconvert.cc2561 int RGB565ToI420(const uint8_t* src_rgb565, in RGB565ToI420()
Dconvert_argb.cc3041 int RGB565ToARGB(const uint8_t* src_rgb565, in RGB565ToARGB()