/aosp_15_r20/external/libyuv/source/ |
H A D | row_neon64.cc | 947 void SplitARGBRow_NEON(const uint8_t* src_rgba, in SplitARGBRow_NEON() 1048 void SplitXRGBRow_NEON(const uint8_t* src_rgba, in SplitXRGBRow_NEON() 2612 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 3065 void RGBAToYMatrixRow_NEON(const uint8_t* src_rgba, in RGBAToYMatrixRow_NEON() 3098 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() 3102 void RGBAToYJRow_NEON(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_NEON()
|
H A D | row_rvv.cc | 367 void RGBAToARGBRow_RVV(const uint8_t* src_rgba, uint8_t* dst_argb, int width) { in RGBAToARGBRow_RVV() 1140 void RGBAToYMatrixRow_RVV(const uint8_t* src_rgba, in RGBAToYMatrixRow_RVV() 1172 void RGBAToYRow_RVV(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_RVV() 1178 void RGBAToYJRow_RVV(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_RVV()
|
H A D | row_neon.cc | 2247 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 2824 void RGBAToYMatrixRow_NEON(const uint8_t* src_rgba, in RGBAToYMatrixRow_NEON() 2856 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() 2860 void RGBAToYJRow_NEON(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_NEON()
|
H A D | row_lasx.cc | 2097 static void RGBAToYMatrixRow_LASX(const uint8_t* src_rgba, in RGBAToYMatrixRow_LASX() 2141 void RGBAToYRow_LASX(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_LASX() 2145 void RGBAToYJRow_LASX(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_LASX() 2153 static void RGBToYMatrixRow_LASX(const uint8_t* src_rgba, in RGBToYMatrixRow_LASX()
|
H A D | row_lsx.cc | 2073 void RGBAToUVRow_LSX(const uint8_t* src_rgba, in RGBAToUVRow_LSX() 2863 static void RGBAToYMatrixRow_LSX(const uint8_t* src_rgba, in RGBAToYMatrixRow_LSX() 2904 void RGBAToYRow_LSX(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_LSX() 2908 void RGBAToYJRow_LSX(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_LSX() 2916 static void RGBToYMatrixRow_LSX(const uint8_t* src_rgba, in RGBToYMatrixRow_LSX()
|
H A D | row_gcc.cc | 1435 void RGBAToYJRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_SSSE3() 1539 void RGBAToYJRow_AVX2(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_AVX2() 2170 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3() 2250 void RGBAToUVRow_SSSE3(const uint8_t* src_rgba, in RGBAToUVRow_SSSE3()
|
H A D | convert_from_argb.cc | 2549 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
|
H A D | convert_argb.cc | 3073 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB() 3203 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
H A D | convert.cc | 2449 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
H A D | row_common.cc | 360 void RGBAToARGBRow_C(const uint8_t* src_rgba, uint8_t* dst_argb, int width) { in RGBAToARGBRow_C()
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | row_neon.cc | 1506 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 1961 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
|
H A D | row_neon64.cc | 1552 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 1992 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
|
H A D | convert.cc | 873 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
H A D | convert_argb.cc | 1144 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
H A D | row_gcc.cc | 1650 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | row_neon64.cc | 1741 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 2165 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
|
H A D | row_neon.cc | 1587 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON() 2033 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
|
H A D | row_gcc.cc | 1190 void RGBAToYJRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_SSSE3() 1274 void RGBAToYJRow_AVX2(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_AVX2() 1772 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
|
H A D | convert_from_argb.cc | 2088 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
|
H A D | convert.cc | 1238 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
H A D | convert_argb.cc | 1787 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 2501 int *src_rgba, int *dst_rgba) in convertNormalizedUnsignedFixedPoint()
|