Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon64.cc938 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb, in ARGB4444ToARGBRow_NEON()
1889 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_NEON()
2013 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
Drow_neon.cc935 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb, in ARGB4444ToARGBRow_NEON()
1937 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_NEON()
2059 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
Drow_common.cc149 void ARGB4444ToARGBRow_C(const uint8* src_argb4444, uint8* dst_argb, in ARGB4444ToARGBRow_C()
466 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_C()
576 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_C()
Dconvert.cc1227 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420()
Dconvert_argb.cc1100 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToARGB()
/external/libyuv/files/source/
Drow_neon.cc899 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, in ARGB4444ToARGBRow_NEON()
1892 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, in ARGB4444ToUVRow_NEON()
2017 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
Drow_neon64.cc909 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, in ARGB4444ToARGBRow_NEON()
1863 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, in ARGB4444ToUVRow_NEON()
1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
Drow_common.cc150 void ARGB4444ToARGBRow_C(const uint8* src_argb4444, in ARGB4444ToARGBRow_C()
471 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_C()
587 void ARGB4444ToUVRow_C(const uint8* src_argb4444, in ARGB4444ToUVRow_C()
Dconvert.cc1482 int ARGB4444ToI420(const uint8* src_argb4444, in ARGB4444ToI420()
Drow_dspr2.cc847 void ARGB4444ToARGBRow_DSPR2(const uint8* src_argb4444, in ARGB4444ToARGBRow_DSPR2()
Dconvert_argb.cc1225 int ARGB4444ToARGB(const uint8* src_argb4444, in ARGB4444ToARGB()
Drow_msa.cc1471 void ARGB4444ToARGBRow_MSA(const uint8* src_argb4444, in ARGB4444ToARGBRow_MSA()