Searched defs:src_argb1555 (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 868 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()
|
D | row_neon64.cc | 876 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()
|
D | row_common.cc | 132 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()
|
D | convert.cc | 1341 int ARGB1555ToI420(const uint8* src_argb1555, in ARGB1555ToI420()
|
D | row_dspr2.cc | 818 void ARGB1555ToARGBRow_DSPR2(const uint8* src_argb1555, in ARGB1555ToARGBRow_DSPR2()
|
D | convert_argb.cc | 1150 int ARGB1555ToARGB(const uint8* src_argb1555, in ARGB1555ToARGB()
|
D | row_msa.cc | 1500 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/ |
D | row_neon.cc | 905 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()
|
D | row_neon64.cc | 906 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()
|
D | row_common.cc | 132 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()
|
D | convert.cc | 1103 int ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
|
D | convert_argb.cc | 1042 int ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToARGB()
|