Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/libyuv/source/
Drow_neon.cc1330 void ARGB4444ToARGBRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_NEON()
2261 void ARGB4444ToUVRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToUVRow_NEON()
2367 void ARGB4444ToYRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToYRow_NEON()
Drow_neon64.cc1548 void ARGB4444ToARGBRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_NEON()
2599 void ARGB4444ToUVRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToUVRow_NEON()
2711 void ARGB4444ToYRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToYRow_NEON()
Drow_mmi.cc268 void ARGB4444ToARGBRow_MMI(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_MMI()
3073 void ARGB4444ToYRow_MMI(const uint8_t* src_argb4444, in ARGB4444ToYRow_MMI()
3731 void ARGB4444ToUVRow_MMI(const uint8_t* src_argb4444, in ARGB4444ToUVRow_MMI()
Drow_common.cc215 void ARGB4444ToARGBRow_C(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_C()
820 void ARGB4444ToYRow_C(const uint8_t* src_argb4444, uint8_t* dst_y, int width) { in ARGB4444ToYRow_C()
1003 void ARGB4444ToUVRow_C(const uint8_t* src_argb4444, in ARGB4444ToUVRow_C()
Dconvert.cc2923 int ARGB4444ToI420(const uint8_t* src_argb4444, in ARGB4444ToI420()
Drow_lsx.cc158 void ARGB4444ToARGBRow_LSX(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_LSX()
Drow_lasx.cc1371 void ARGB4444ToARGBRow_LASX(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_LASX()
Drow_msa.cc1513 void ARGB4444ToARGBRow_MSA(const uint8_t* src_argb4444, in ARGB4444ToARGBRow_MSA()
Dconvert_argb.cc3207 int ARGB4444ToARGB(const uint8_t* src_argb4444, in ARGB4444ToARGB()