Home
last modified time | relevance | path

Searched defs:src_rgb24 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/m133/third_party/externals/libyuv/source/
Drow_neon.cc1155 void RGB24MirrorRow_NEON(const uint8_t* src_rgb24, in RGB24MirrorRow_NEON()
1175 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON()
1812 void RGB24ToUVJRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVJRow_NEON()
2038 void RGB24ToUVRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVRow_NEON()
2644 void RGB24ToYJRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_NEON()
2652 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON()
Drow_neon64.cc1344 void RGB24MirrorRow_NEON(const uint8_t* src_rgb24, in RGB24MirrorRow_NEON()
1369 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON()
2192 void RGB24ToUVJRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVJRow_NEON()
2402 void RGB24ToUVRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVRow_NEON()
2888 void RGB24ToYJRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_NEON()
2896 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON()
Dconvert.cc1910 int RGB24ToI420(const uint8_t* src_rgb24, in RGB24ToI420()
2084 int RGB24ToJ420(const uint8_t* src_rgb24, in RGB24ToJ420()
3115 int RGB24ToJ400(const uint8_t* src_rgb24, in RGB24ToJ400()
Drow_lsx.cc286 void RGB24ToARGBRow_LSX(const uint8_t* src_rgb24, in RGB24ToARGBRow_LSX()
564 void RGB24ToYRow_LSX(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_LSX()
597 void RGB24ToUVRow_LSX(const uint8_t* src_rgb24, in RGB24ToUVRow_LSX()
Drow_lasx.cc1499 void RGB24ToARGBRow_LASX(const uint8_t* src_rgb24, in RGB24ToARGBRow_LASX()
1814 void RGB24ToYRow_LASX(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_LASX()
1856 void RGB24ToUVRow_LASX(const uint8_t* src_rgb24, in RGB24ToUVRow_LASX()
Drow_common.cc121 void RGB24ToARGBRow_C(const uint8_t* src_rgb24, uint8_t* dst_argb, int width) { in RGB24ToARGBRow_C()
2651 void RGB24MirrorRow_C(const uint8_t* src_rgb24, uint8_t* dst_rgb24, int width) { in RGB24MirrorRow_C()
4059 void RGB24ToYJRow_AVX2(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_AVX2()
4091 void RGB24ToYJRow_SSSE3(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_SSSE3()
Drow_gcc.cc187 void RGB24ToARGBRow_SSSE3(const uint8_t* src_rgb24, in RGB24ToARGBRow_SSSE3()
4606 void RGB24MirrorRow_SSSE3(const uint8_t* src_rgb24, in RGB24MirrorRow_SSSE3()
Drow_mmi.cc26 void RGB24ToARGBRow_MMI(const uint8_t* src_rgb24, in RGB24ToARGBRow_MMI()
Dplanar_functions.cc2450 int RGB24Mirror(const uint8_t* src_rgb24, in RGB24Mirror()
Drow_msa.cc1639 void RGB24ToARGBRow_MSA(const uint8_t* src_rgb24, in RGB24ToARGBRow_MSA()
Dconvert_argb.cc2840 int RGB24ToARGB(const uint8_t* src_rgb24, in RGB24ToARGB()