Searched defs:src_argb4444 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 938 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()
|
D | row_neon.cc | 935 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()
|
D | row_common.cc | 149 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()
|
D | convert.cc | 1227 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420()
|
D | convert_argb.cc | 1100 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToARGB()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 899 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()
|
D | row_neon64.cc | 909 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()
|
D | row_common.cc | 150 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()
|
D | convert.cc | 1482 int ARGB4444ToI420(const uint8* src_argb4444, in ARGB4444ToI420()
|
D | row_dspr2.cc | 847 void ARGB4444ToARGBRow_DSPR2(const uint8* src_argb4444, in ARGB4444ToARGBRow_DSPR2()
|
D | convert_argb.cc | 1225 int ARGB4444ToARGB(const uint8* src_argb4444, in ARGB4444ToARGB()
|
D | row_msa.cc | 1471 void ARGB4444ToARGBRow_MSA(const uint8* src_argb4444, in ARGB4444ToARGBRow_MSA()
|