Searched defs:src_abgr (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/m133/third_party/externals/libyuv/source/ |
| D | convert_from_argb.cc | 580 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()
|
| D | row_gcc.cc | 1449 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()
|
| D | row_neon.cc | 1948 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()
|
| D | row_neon64.cc | 2322 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()
|
| D | row_lsx.cc | 1021 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()
|
| D | convert.cc | 1696 int ABGRToI420(const uint8_t* src_abgr, in ABGRToI420()
|
| D | convert_argb.cc | 2792 int ABGRToARGB(const uint8_t* src_abgr, in ABGRToARGB() 2804 int ARGBToABGR(const uint8_t* src_abgr, in ARGBToABGR()
|
| D | row_common.cc | 413 void ABGRToAR30Row_C(const uint8_t* src_abgr, uint8_t* dst_ar30, int width) { in ABGRToAR30Row_C()
|