| /third_party/skia/m133/third_party/externals/libyuv/source/ |
| D | row_neon.cc | 1193 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 1210 void RAWToRGBARow_NEON(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_NEON() 1226 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 1858 void RAWToUVJRow_NEON(const uint8_t* src_raw, in RAWToUVJRow_NEON() 2083 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2648 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_NEON() 2656 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
| D | row_neon64.cc | 1389 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() 1408 void RAWToRGBARow_NEON(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_NEON() 1427 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() 2237 void RAWToUVJRow_NEON(const uint8_t* src_raw, in RAWToUVJRow_NEON() 2442 void RAWToUVRow_NEON(const uint8_t* src_raw, in RAWToUVRow_NEON() 2892 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_NEON() 2900 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
|
| D | row_lsx.cc | 317 void RAWToARGBRow_LSX(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_LSX() 650 void RAWToYRow_LSX(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_LSX() 683 void RAWToUVRow_LSX(const uint8_t* src_raw, in RAWToUVRow_LSX() 1494 void RAWToRGB24Row_LSX(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_LSX()
|
| D | convert.cc | 2239 int RAWToI420(const uint8_t* src_raw, in RAWToI420() 2412 int RAWToJ420(const uint8_t* src_raw, in RAWToJ420() 3181 int RAWToJ400(const uint8_t* src_raw, in RAWToJ400()
|
| D | convert_from_argb.cc | 2346 int RAWToJNV21(const uint8_t* src_raw, in RAWToJNV21()
|
| D | row_common.cc | 136 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 151 void RAWToRGBARow_C(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_C() 166 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() 4075 void RAWToYJRow_AVX2(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_AVX2() 4107 void RAWToYJRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_SSSE3()
|
| D | row_lasx.cc | 1541 void RAWToARGBRow_LASX(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_LASX() 1919 void RAWToYRow_LASX(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_LASX() 1961 void RAWToUVRow_LASX(const uint8_t* src_raw, in RAWToUVRow_LASX()
|
| D | row_gcc.cc | 227 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 266 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() 304 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3()
|
| D | row_mmi.cc | 66 void RAWToARGBRow_MMI(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_MMI() 114 void RAWToRGB24Row_MMI(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_MMI()
|
| D | row_msa.cc | 1666 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_MSA() 3025 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_MSA()
|
| D | convert_argb.cc | 2915 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() 2990 int RAWToRGBA(const uint8_t* src_raw, in RAWToRGBA()
|
| D | planar_functions.cc | 2998 int RAWToRGB24(const uint8_t* src_raw, in RAWToRGB24()
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 11650 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 11861 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 12032 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 12198 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local
|