Searched defs:src_rgb565 (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 822 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON() 1748 void RGB565ToUVRow_NEON(const uint8* src_rgb565, in RGB565ToUVRow_NEON() 1963 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
|
D | row_neon64.cc | 820 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON() 1714 void RGB565ToUVRow_NEON(const uint8* src_rgb565, in RGB565ToUVRow_NEON() 1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
|
D | row_common.cc | 117 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() 441 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C() 486 void RGB565ToUVRow_C(const uint8* src_rgb565, in RGB565ToUVRow_C()
|
D | convert.cc | 1196 int RGB565ToI420(const uint8* src_rgb565, in RGB565ToI420()
|
D | row_dspr2.cc | 787 void RGB565ToARGBRow_DSPR2(const uint8* src_rgb565, in RGB565ToARGBRow_DSPR2()
|
D | convert_argb.cc | 1075 int RGB565ToARGB(const uint8* src_rgb565, in RGB565ToARGB()
|
D | row_msa.cc | 1550 void RGB565ToARGBRow_MSA(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_MSA() 1702 void RGB565ToYRow_MSA(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_MSA() 1928 void RGB565ToUVRow_MSA(const uint8* src_rgb565, in RGB565ToUVRow_MSA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 859 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON() 1799 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() 2005 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
|
D | row_neon64.cc | 850 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON() 1746 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() 1958 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
|
D | row_common.cc | 117 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() 436 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C() 481 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()
|
D | convert.cc | 981 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
|
D | convert_argb.cc | 984 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
|