Home
last modified time | relevance | path

Searched defs:src_argb0 (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Drow_win.cc1393 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_SSSE3()
1463 void ARGBToUVJRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVJRow_SSSE3()
1535 void ARGBToUVRow_AVX2(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_AVX2()
1600 void ARGBToUV444Row_SSSE3(const uint8* src_argb0, in ARGBToUV444Row_SSSE3()
1657 void ARGBToUV422Row_SSSE3(const uint8* src_argb0, in ARGBToUV422Row_SSSE3()
1715 void BGRAToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in BGRAToUVRow_SSSE3()
1785 void ABGRToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ABGRToUVRow_SSSE3()
1855 void RGBAToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in RGBAToUVRow_SSSE3()
4011 void ARGBBlendRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_SSE2()
4110 void ARGBBlendRow_SSSE3(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_SSSE3()
[all …]
Drow_gcc.cc828 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_SSSE3()
896 void ARGBToUVRow_AVX2(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_AVX2()
956 void ARGBToUVJRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVJRow_SSSE3()
1077 void ARGBToUV422Row_SSSE3(const uint8* src_argb0, in ARGBToUV422Row_SSSE3()
3221 void ARGBBlendRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_SSE2()
3322 void ARGBBlendRow_SSSE3(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_SSSE3()
3930 void ARGBMultiplyRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_SSE2()
3968 void ARGBMultiplyRow_AVX2(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_AVX2()
4007 void ARGBAddRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_SSE2()
4035 void ARGBAddRow_AVX2(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_AVX2()
[all …]
Dplanar_functions.cc559 int ARGBBlend(const uint8* src_argb0, int src_stride_argb0, in ARGBBlend()
595 int ARGBMultiply(const uint8* src_argb0, int src_stride_argb0, in ARGBMultiply()
656 int ARGBAdd(const uint8* src_argb0, int src_stride_argb0, in ARGBAdd()
722 int ARGBSubtract(const uint8* src_argb0, int src_stride_argb0, in ARGBSubtract()
1829 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, in ARGBInterpolate()
Drow_neon.cc2508 void ARGBBlendRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_NEON()
2819 void ARGBMultiplyRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_NEON()
2853 void ARGBAddRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_NEON()
2880 void ARGBSubtractRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_NEON()
Drow_neon64.cc2487 void ARGBBlendRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_NEON()
2812 void ARGBMultiplyRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_NEON()
2846 void ARGBAddRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_NEON()
2876 void ARGBSubtractRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_NEON()
Drow_common.cc833 void ARGBMultiplyRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_C()
859 void ARGBAddRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_C()
884 void ARGBSubtractRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_C()
1815 void ARGBBlendRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_C()
/external/libyuv/files/source/
Drow_mmi.cc606 void ARGBToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYRow_MMI()
910 void BGRAToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in BGRAToYRow_MMI()
1214 void ABGRToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ABGRToYRow_MMI()
1518 void RGBAToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RGBAToYRow_MMI()
1822 void RGB24ToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RGB24ToYRow_MMI()
2146 void RAWToYRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RAWToYRow_MMI()
2470 void ARGBToYJRow_MMI(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYJRow_MMI()
4315 void ARGBMultiplyRow_MMI(const uint8_t* src_argb0, in ARGBMultiplyRow_MMI()
4356 void ARGBAddRow_MMI(const uint8_t* src_argb0, in ARGBAddRow_MMI()
4383 void ARGBSubtractRow_MMI(const uint8_t* src_argb0, in ARGBSubtractRow_MMI()
[all …]
Drow_gcc.cc1200 void ARGBToUVRow_SSSE3(const uint8_t* src_argb0, in ARGBToUVRow_SSSE3()
1269 void ARGBToUVRow_AVX2(const uint8_t* src_argb0, in ARGBToUVRow_AVX2()
1332 void ARGBToUVJRow_AVX2(const uint8_t* src_argb0, in ARGBToUVJRow_AVX2()
1396 void ARGBToUVJRow_SSSE3(const uint8_t* src_argb0, in ARGBToUVJRow_SSSE3()
4496 void ARGBBlendRow_SSSE3(const uint8_t* src_argb0, in ARGBBlendRow_SSSE3()
5165 void ARGBMultiplyRow_SSE2(const uint8_t* src_argb0, in ARGBMultiplyRow_SSE2()
5204 void ARGBMultiplyRow_AVX2(const uint8_t* src_argb0, in ARGBMultiplyRow_AVX2()
5247 void ARGBAddRow_SSE2(const uint8_t* src_argb0, in ARGBAddRow_SSE2()
5275 void ARGBAddRow_AVX2(const uint8_t* src_argb0, in ARGBAddRow_AVX2()
5303 void ARGBSubtractRow_SSE2(const uint8_t* src_argb0, in ARGBSubtractRow_SSE2()
[all …]
Drow_dspr2.cc1288 void BGRAToYRow_DSPR2(const uint8* src_argb0, uint8* dst_y, int width) { in BGRAToYRow_DSPR2()
1411 void ARGBToYRow_DSPR2(const uint8* src_argb0, uint8* dst_y, int width) { in ARGBToYRow_DSPR2()
1468 void ABGRToYRow_DSPR2(const uint8* src_argb0, uint8* dst_y, int width) { in ABGRToYRow_DSPR2()
1591 void RGBAToYRow_DSPR2(const uint8* src_argb0, uint8* dst_y, int width) { in RGBAToYRow_DSPR2()
Drow_neon.cc2090 void ARGBBlendRow_NEON(const uint8_t* src_argb0, in ARGBBlendRow_NEON()
2379 void ARGBMultiplyRow_NEON(const uint8_t* src_argb0, in ARGBMultiplyRow_NEON()
2408 void ARGBAddRow_NEON(const uint8_t* src_argb0, in ARGBAddRow_NEON()
2431 void ARGBSubtractRow_NEON(const uint8_t* src_argb0, in ARGBSubtractRow_NEON()
Drow_neon64.cc2122 void ARGBBlendRow_NEON(const uint8_t* src_argb0, in ARGBBlendRow_NEON()
2422 void ARGBMultiplyRow_NEON(const uint8_t* src_argb0, in ARGBMultiplyRow_NEON()
2451 void ARGBAddRow_NEON(const uint8_t* src_argb0, in ARGBAddRow_NEON()
2476 void ARGBSubtractRow_NEON(const uint8_t* src_argb0, in ARGBSubtractRow_NEON()
Dplanar_functions.cc1193 int ARGBBlend(const uint8_t* src_argb0, in ARGBBlend()
1445 int ARGBMultiply(const uint8_t* src_argb0, in ARGBMultiply()
1525 int ARGBAdd(const uint8_t* src_argb0, in ARGBAdd()
1610 int ARGBSubtract(const uint8_t* src_argb0, in ARGBSubtract()
2870 int ARGBInterpolate(const uint8_t* src_argb0, in ARGBInterpolate()
Drow_msa.cc771 void ARGBToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYRow_MSA()
817 void ARGBToUVRow_MSA(const uint8_t* src_argb0, in ARGBToUVRow_MSA()
1156 void ARGBMultiplyRow_MSA(const uint8_t* src_argb0, in ARGBMultiplyRow_MSA()
1195 void ARGBAddRow_MSA(const uint8_t* src_argb0, in ARGBAddRow_MSA()
1216 void ARGBSubtractRow_MSA(const uint8_t* src_argb0, in ARGBSubtractRow_MSA()
1777 void RGB24ToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RGB24ToYRow_MSA()
1818 void RAWToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RAWToYRow_MSA()
2419 void ARGBToYJRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYJRow_MSA()
2439 void BGRAToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in BGRAToYRow_MSA()
2459 void ABGRToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ABGRToYRow_MSA()
[all …]
Drow_common.cc880 void ARGBMultiplyRow_C(const uint8_t* src_argb0, in ARGBMultiplyRow_C()
908 void ARGBAddRow_C(const uint8_t* src_argb0, in ARGBAddRow_C()
935 void ARGBSubtractRow_C(const uint8_t* src_argb0, in ARGBSubtractRow_C()
2317 void ARGBBlendRow_C(const uint8_t* src_argb0, in ARGBBlendRow_C()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc1200 void ARGBToUVRow_SSSE3(const uint8_t* src_argb0, in ARGBToUVRow_SSSE3()
1269 void ARGBToUVRow_AVX2(const uint8_t* src_argb0, in ARGBToUVRow_AVX2()
1332 void ARGBToUVJRow_AVX2(const uint8_t* src_argb0, in ARGBToUVJRow_AVX2()
1396 void ARGBToUVJRow_SSSE3(const uint8_t* src_argb0, in ARGBToUVJRow_SSSE3()
4496 void ARGBBlendRow_SSSE3(const uint8_t* src_argb0, in ARGBBlendRow_SSSE3()
5165 void ARGBMultiplyRow_SSE2(const uint8_t* src_argb0, in ARGBMultiplyRow_SSE2()
5204 void ARGBMultiplyRow_AVX2(const uint8_t* src_argb0, in ARGBMultiplyRow_AVX2()
5247 void ARGBAddRow_SSE2(const uint8_t* src_argb0, in ARGBAddRow_SSE2()
5275 void ARGBAddRow_AVX2(const uint8_t* src_argb0, in ARGBAddRow_AVX2()
5303 void ARGBSubtractRow_SSE2(const uint8_t* src_argb0, in ARGBSubtractRow_SSE2()
[all …]
Drow_neon.cc2090 void ARGBBlendRow_NEON(const uint8_t* src_argb0, in ARGBBlendRow_NEON()
2379 void ARGBMultiplyRow_NEON(const uint8_t* src_argb0, in ARGBMultiplyRow_NEON()
2408 void ARGBAddRow_NEON(const uint8_t* src_argb0, in ARGBAddRow_NEON()
2431 void ARGBSubtractRow_NEON(const uint8_t* src_argb0, in ARGBSubtractRow_NEON()
Drow_neon64.cc2122 void ARGBBlendRow_NEON(const uint8_t* src_argb0, in ARGBBlendRow_NEON()
2422 void ARGBMultiplyRow_NEON(const uint8_t* src_argb0, in ARGBMultiplyRow_NEON()
2451 void ARGBAddRow_NEON(const uint8_t* src_argb0, in ARGBAddRow_NEON()
2476 void ARGBSubtractRow_NEON(const uint8_t* src_argb0, in ARGBSubtractRow_NEON()
Dplanar_functions.cc1056 int ARGBBlend(const uint8_t* src_argb0, in ARGBBlend()
1281 int ARGBMultiply(const uint8_t* src_argb0, in ARGBMultiply()
1353 int ARGBAdd(const uint8_t* src_argb0, in ARGBAdd()
1430 int ARGBSubtract(const uint8_t* src_argb0, in ARGBSubtract()
2622 int ARGBInterpolate(const uint8_t* src_argb0, in ARGBInterpolate()
Drow_msa.cc771 void ARGBToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYRow_MSA()
817 void ARGBToUVRow_MSA(const uint8_t* src_argb0, in ARGBToUVRow_MSA()
1156 void ARGBMultiplyRow_MSA(const uint8_t* src_argb0, in ARGBMultiplyRow_MSA()
1195 void ARGBAddRow_MSA(const uint8_t* src_argb0, in ARGBAddRow_MSA()
1216 void ARGBSubtractRow_MSA(const uint8_t* src_argb0, in ARGBSubtractRow_MSA()
1777 void RGB24ToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RGB24ToYRow_MSA()
1818 void RAWToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in RAWToYRow_MSA()
2419 void ARGBToYJRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ARGBToYJRow_MSA()
2439 void BGRAToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in BGRAToYRow_MSA()
2459 void ABGRToYRow_MSA(const uint8_t* src_argb0, uint8_t* dst_y, int width) { in ABGRToYRow_MSA()
[all …]
Drow_common.cc880 void ARGBMultiplyRow_C(const uint8_t* src_argb0, in ARGBMultiplyRow_C()
908 void ARGBAddRow_C(const uint8_t* src_argb0, in ARGBAddRow_C()
935 void ARGBSubtractRow_C(const uint8_t* src_argb0, in ARGBSubtractRow_C()
2317 void ARGBBlendRow_C(const uint8_t* src_argb0, in ARGBBlendRow_C()