Home
last modified time | relevance | path

Searched defs:src_raw (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/m133/third_party/externals/libyuv/source/
Drow_neon.cc1193 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()
Drow_neon64.cc1389 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()
Drow_lsx.cc317 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()
Dconvert.cc2239 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()
Dconvert_from_argb.cc2346 int RAWToJNV21(const uint8_t* src_raw, in RAWToJNV21()
Drow_common.cc136 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()
Drow_lasx.cc1541 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()
Drow_gcc.cc227 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()
Drow_mmi.cc66 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()
Drow_msa.cc1666 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()
Dconvert_argb.cc2915 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB()
2990 int RAWToRGBA(const uint8_t* src_raw, in RAWToRGBA()
Dplanar_functions.cc2998 int RAWToRGB24(const uint8_t* src_raw, in RAWToRGB24()
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc11650 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