Home
last modified time | relevance | path

Searched defs:src_rgb565 (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc982 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON()
1982 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
2191 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
Drow_neon64.cc966 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON()
1939 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
2157 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
Dconvert_argb.cc548 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
Drow_common.cc103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
444 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C()
489 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()
Dconvert.cc1018 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
Drow_win.cc469 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2()
525 void RGB565ToARGBRow_AVX2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_AVX2()
/external/libyuv/files/source/
Drow_neon64.cc820 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()
Drow_neon.cc822 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()
Drow_common.cc117 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()
Dconvert.cc1196 int RGB565ToI420(const uint8* src_rgb565, in RGB565ToI420()
Drow_dspr2.cc787 void RGB565ToARGBRow_DSPR2(const uint8* src_rgb565, in RGB565ToARGBRow_DSPR2()
Dconvert_argb.cc1075 int RGB565ToARGB(const uint8* src_rgb565, in RGB565ToARGB()
Drow_msa.cc1550 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/
Drow_neon.cc813 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON()
1642 void RGB565ToUVRow_NEON(const uint8_t* src_rgb565, in RGB565ToUVRow_NEON()
1839 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
Drow_neon64.cc854 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON()
1667 void RGB565ToUVRow_NEON(const uint8_t* src_rgb565, in RGB565ToUVRow_NEON()
1869 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
Dconvert.cc1222 int RGB565ToI420(const uint8_t* src_rgb565, in RGB565ToI420()
Drow_common.cc128 void RGB565ToARGBRow_C(const uint8_t* src_rgb565, in RGB565ToARGBRow_C()
521 void RGB565ToYRow_C(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_C()
566 void RGB565ToUVRow_C(const uint8_t* src_rgb565, in RGB565ToUVRow_C()
Drow_msa.cc1556 void RGB565ToARGBRow_MSA(const uint8_t* src_rgb565, in RGB565ToARGBRow_MSA()
1714 void RGB565ToYRow_MSA(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_MSA()
1940 void RGB565ToUVRow_MSA(const uint8_t* src_rgb565, in RGB565ToUVRow_MSA()
Dconvert_argb.cc1274 int RGB565ToARGB(const uint8_t* src_rgb565, in RGB565ToARGB()