/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon64.cc | 923 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 942 void RAWToRGBARow_NEON(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_NEON() 961 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1821 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2213 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON() 2259 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_NEON()
|
D | row_neon.cc | 811 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 828 void RAWToRGBARow_NEON(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_NEON() 844 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1677 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2079 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON() 2123 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_NEON()
|
D | convert.cc | 1634 int RAWToI420(const uint8_t* src_raw, in RAWToI420() 2356 int RAWToJ400(const uint8_t* src_raw, in RAWToJ400()
|
D | row_common.cc | 113 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 128 void RAWToRGBARow_C(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_C() 143 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() 3599 void RAWToYJRow_AVX2(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_AVX2() 3631 void RAWToYJRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_SSSE3()
|
D | row_gcc.cc | 229 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 268 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() 306 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3()
|
D | convert_argb.cc | 1866 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() 1933 int RAWToRGBA(const uint8_t* src_raw, in RAWToRGBA()
|
D | planar_functions.cc | 1897 int RAWToRGB24(const uint8_t* src_raw, in RAWToRGB24()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 767 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1596 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2007 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
D | row_neon64.cc | 806 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1628 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2038 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
D | convert.cc | 1091 int RAWToI420(const uint8_t* src_raw, in RAWToI420()
|
D | row_gcc.cc | 224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 262 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3()
|
D | row_common.cc | 99 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 114 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C()
|
D | convert_argb.cc | 1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB()
|
D | planar_functions.cc | 1673 int RAWToRGB24(const uint8_t* src_raw, in RAWToRGB24()
|
D | row_msa.cc | 1630 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_MSA() 2940 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_MSA()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 767 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1596 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2007 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
D | row_neon64.cc | 806 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1628 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2038 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
D | row_dspr2.cc | 756 void RAWToARGBRow_DSPR2(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_DSPR2()
|
D | row_mmi.cc | 64 void RAWToARGBRow_MMI(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_MMI() 112 void RAWToRGB24Row_MMI(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_MMI()
|
D | row_gcc.cc | 224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 262 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3()
|
D | convert.cc | 1738 int RAWToI420(const uint8_t* src_raw, in RAWToI420()
|
D | row_common.cc | 99 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 114 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C()
|
D | convert_argb.cc | 1247 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB()
|
D | planar_functions.cc | 1861 int RAWToRGB24(const uint8_t* src_raw, in RAWToRGB24()
|
D | row_msa.cc | 1630 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_MSA() 2940 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_MSA()
|