Home
last modified time | relevance | path

Searched defs:src_abgr (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/m133/third_party/externals/libyuv/source/
Dconvert_from_argb.cc580 int ABGRToNV12(const uint8_t* src_abgr, in ABGRToNV12()
732 int ABGRToNV21(const uint8_t* src_abgr, in ABGRToNV21()
1759 int ABGRToAR30(const uint8_t* src_abgr, in ABGRToAR30()
Drow_gcc.cc1449 void ABGRToYRow_AVX2(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_AVX2()
1642 void ABGRToUVRow_AVX2(const uint8_t* src_abgr, in ABGRToUVRow_AVX2()
1972 void ABGRToYRow_SSSE3(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_SSSE3()
2006 void ABGRToUVRow_SSSE3(const uint8_t* src_abgr, in ABGRToUVRow_SSSE3()
Drow_neon.cc1948 void ABGRToUVRow_NEON(const uint8_t* src_abgr, in ABGRToUVRow_NEON()
2561 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON()
Drow_neon64.cc2322 void ABGRToUVRow_NEON(const uint8_t* src_abgr, in ABGRToUVRow_NEON()
2806 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON()
Drow_lsx.cc1021 void ABGRToYRow_LSX(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_LSX()
1049 void ABGRToUVRow_LSX(const uint8_t* src_abgr, in ABGRToUVRow_LSX()
Dconvert.cc1696 int ABGRToI420(const uint8_t* src_abgr, in ABGRToI420()
Dconvert_argb.cc2792 int ABGRToARGB(const uint8_t* src_abgr, in ABGRToARGB()
2804 int ARGBToABGR(const uint8_t* src_abgr, in ARGBToABGR()
Drow_common.cc413 void ABGRToAR30Row_C(const uint8_t* src_abgr, uint8_t* dst_ar30, int width) { in ABGRToAR30Row_C()