Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_neon.cc868 void ARGB1555ToARGBRow_NEON(const uint8* src_argb1555, in ARGB1555ToARGBRow_NEON()
1820 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, in ARGB1555ToUVRow_NEON()
1990 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
Drow_neon64.cc876 void ARGB1555ToARGBRow_NEON(const uint8* src_argb1555, in ARGB1555ToARGBRow_NEON()
1791 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, in ARGB1555ToUVRow_NEON()
1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
Drow_common.cc132 void ARGB1555ToARGBRow_C(const uint8* src_argb1555, in ARGB1555ToARGBRow_C()
456 void ARGB1555ToYRow_C(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_C()
536 void ARGB1555ToUVRow_C(const uint8* src_argb1555, in ARGB1555ToUVRow_C()
Dconvert.cc1341 int ARGB1555ToI420(const uint8* src_argb1555, in ARGB1555ToI420()
Drow_dspr2.cc818 void ARGB1555ToARGBRow_DSPR2(const uint8* src_argb1555, in ARGB1555ToARGBRow_DSPR2()
Dconvert_argb.cc1150 int ARGB1555ToARGB(const uint8* src_argb1555, in ARGB1555ToARGB()
Drow_msa.cc1500 void ARGB1555ToARGBRow_MSA(const uint8* src_argb1555, in ARGB1555ToARGBRow_MSA()
1645 void ARGB1555ToYRow_MSA(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_MSA()
1847 void ARGB1555ToUVRow_MSA(const uint8* src_argb1555, in ARGB1555ToUVRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc905 void ARGB1555ToARGBRow_NEON(const uint8* src_argb1555, uint8* dst_argb, in ARGB1555ToARGBRow_NEON()
1868 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON()
2032 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
Drow_neon64.cc906 void ARGB1555ToARGBRow_NEON(const uint8* src_argb1555, uint8* dst_argb, in ARGB1555ToARGBRow_NEON()
1820 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON()
1986 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
Drow_common.cc132 void ARGB1555ToARGBRow_C(const uint8* src_argb1555, uint8* dst_argb, in ARGB1555ToARGBRow_C()
451 void ARGB1555ToYRow_C(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_C()
528 void ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_C()
Dconvert.cc1103 int ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
Dconvert_argb.cc1042 int ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToARGB()