Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc931 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON()
1883 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToUVRow_NEON()
2356 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { in RGB24ToYRow_NEON()
Drow_neon64.cc911 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON()
1856 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToUVRow_NEON()
2329 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { in RGB24ToYRow_NEON()
Dconvert_argb.cc448 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToARGB()
Dconvert.cc790 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420()
Drow_gcc.cc268 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3()
Drow_win.cc385 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3()
Drow_common.cc73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C()
/external/libyuv/files/source/
Drow_neon64.cc750 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_NEON()
1629 void RGB24ToUVRow_NEON(const uint8* src_rgb24, in RGB24ToUVRow_NEON()
2095 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON()
Drow_neon.cc755 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_NEON()
1645 void RGB24ToUVRow_NEON(const uint8* src_rgb24, in RGB24ToUVRow_NEON()
2122 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON()
Dconvert.cc936 int RGB24ToI420(const uint8* src_rgb24, in RGB24ToI420()
Drow_dspr2.cc728 void RGB24ToARGBRow_DSPR2(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_DSPR2()
Dconvert_argb.cc941 int RGB24ToARGB(const uint8* src_rgb24, in RGB24ToARGB()
Drow_gcc.cc184 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_SSSE3()
Drow_common.cc73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C()
Drow_msa.cc1595 void RGB24ToARGBRow_MSA(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc749 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON()
1551 void RGB24ToUVRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVRow_NEON()
1984 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON()
Drow_neon64.cc788 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON()
1590 void RGB24ToUVRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVRow_NEON()
2015 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON()
Dconvert.cc959 int RGB24ToI420(const uint8_t* src_rgb24, in RGB24ToI420()
Dconvert_argb.cc1156 int RGB24ToARGB(const uint8_t* src_rgb24, in RGB24ToARGB()
Drow_gcc.cc184 void RGB24ToARGBRow_SSSE3(const uint8_t* src_rgb24, in RGB24ToARGBRow_SSSE3()
Drow_common.cc84 void RGB24ToARGBRow_C(const uint8_t* src_rgb24, uint8_t* dst_argb, int width) { in RGB24ToARGBRow_C()
Drow_msa.cc1603 void RGB24ToARGBRow_MSA(const uint8_t* src_rgb24, in RGB24ToARGBRow_MSA()