Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc899 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_SSSE3()
967 void ARGBToUVRow_AVX2(const uint8* src_argb0, int src_stride_argb, in ARGBToUVRow_AVX2()
1027 void ARGBToUVJRow_AVX2(const uint8* src_argb0, int src_stride_argb, in ARGBToUVJRow_AVX2()
1088 void ARGBToUVJRow_SSSE3(const uint8* src_argb0, int src_stride_argb, in ARGBToUVJRow_SSSE3()
3476 void ARGBBlendRow_SSSE3(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_SSSE3()
4147 void ARGBMultiplyRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_SSE2()
4185 void ARGBMultiplyRow_AVX2(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_AVX2()
4224 void ARGBAddRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_SSE2()
4252 void ARGBAddRow_AVX2(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_AVX2()
4280 void ARGBSubtractRow_SSE2(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_SSE2()
[all …]
Drow_neon64.cc2238 void ARGBBlendRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_NEON()
2549 void ARGBMultiplyRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_NEON()
2581 void ARGBAddRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_NEON()
2609 void ARGBSubtractRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_NEON()
Drow_neon.cc2283 void ARGBBlendRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_NEON()
2587 void ARGBMultiplyRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_NEON()
2619 void ARGBAddRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_NEON()
2645 void ARGBSubtractRow_NEON(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_NEON()
Dplanar_functions.cc687 int ARGBBlend(const uint8* src_argb0, int src_stride_argb0, in ARGBBlend()
896 int ARGBMultiply(const uint8* src_argb0, int src_stride_argb0, in ARGBMultiply()
957 int ARGBAdd(const uint8* src_argb0, int src_stride_argb0, in ARGBAdd()
1023 int ARGBSubtract(const uint8* src_argb0, int src_stride_argb0, in ARGBSubtract()
2070 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, in ARGBInterpolate()
Drow_common.cc804 void ARGBMultiplyRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBMultiplyRow_C()
830 void ARGBAddRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBAddRow_C()
855 void ARGBSubtractRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBSubtractRow_C()
1928 void ARGBBlendRow_C(const uint8* src_argb0, const uint8* src_argb1, in ARGBBlendRow_C()
/external/libyuv/files/source/
Drow_gcc.cc871 void ARGBToUVRow_SSSE3(const uint8* src_argb0, in ARGBToUVRow_SSSE3()
942 void ARGBToUVRow_AVX2(const uint8* src_argb0, in ARGBToUVRow_AVX2()
1006 void ARGBToUVJRow_AVX2(const uint8* src_argb0, in ARGBToUVJRow_AVX2()
1071 void ARGBToUVJRow_SSSE3(const uint8* src_argb0, in ARGBToUVJRow_SSSE3()
3505 void ARGBBlendRow_SSSE3(const uint8* src_argb0, in ARGBBlendRow_SSSE3()
4186 void ARGBMultiplyRow_SSE2(const uint8* src_argb0, in ARGBMultiplyRow_SSE2()
4226 void ARGBMultiplyRow_AVX2(const uint8* src_argb0, in ARGBMultiplyRow_AVX2()
4267 void ARGBAddRow_SSE2(const uint8* src_argb0, in ARGBAddRow_SSE2()
4297 void ARGBAddRow_AVX2(const uint8* src_argb0, in ARGBAddRow_AVX2()
4327 void ARGBSubtractRow_SSE2(const uint8* 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.cc2243 void ARGBBlendRow_NEON(const uint8* src_argb0, in ARGBBlendRow_NEON()
2556 void ARGBMultiplyRow_NEON(const uint8* src_argb0, in ARGBMultiplyRow_NEON()
2590 void ARGBAddRow_NEON(const uint8* src_argb0, in ARGBAddRow_NEON()
2618 void ARGBSubtractRow_NEON(const uint8* src_argb0, in ARGBSubtractRow_NEON()
Drow_neon64.cc2217 void ARGBBlendRow_NEON(const uint8* src_argb0, in ARGBBlendRow_NEON()
2537 void ARGBMultiplyRow_NEON(const uint8* src_argb0, in ARGBMultiplyRow_NEON()
2571 void ARGBAddRow_NEON(const uint8* src_argb0, in ARGBAddRow_NEON()
2601 void ARGBSubtractRow_NEON(const uint8* src_argb0, in ARGBSubtractRow_NEON()
Dplanar_functions.cc854 int ARGBBlend(const uint8* src_argb0, in ARGBBlend()
1079 int ARGBMultiply(const uint8* src_argb0, in ARGBMultiply()
1151 int ARGBAdd(const uint8* src_argb0, in ARGBAdd()
1228 int ARGBSubtract(const uint8* src_argb0, in ARGBSubtract()
2421 int ARGBInterpolate(const uint8* src_argb0, in ARGBInterpolate()
Drow_msa.cc771 void ARGBToYRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in ARGBToYRow_MSA()
817 void ARGBToUVRow_MSA(const uint8* src_argb0, in ARGBToUVRow_MSA()
1152 void ARGBMultiplyRow_MSA(const uint8* src_argb0, in ARGBMultiplyRow_MSA()
1191 void ARGBAddRow_MSA(const uint8* src_argb0, in ARGBAddRow_MSA()
1212 void ARGBSubtractRow_MSA(const uint8* src_argb0, in ARGBSubtractRow_MSA()
1765 void RGB24ToYRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in RGB24ToYRow_MSA()
1806 void RAWToYRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in RAWToYRow_MSA()
2407 void ARGBToYJRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in ARGBToYJRow_MSA()
2427 void BGRAToYRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in BGRAToYRow_MSA()
2447 void ABGRToYRow_MSA(const uint8* src_argb0, uint8* dst_y, int width) { in ABGRToYRow_MSA()
[all …]
Drow_common.cc796 void ARGBMultiplyRow_C(const uint8* src_argb0, in ARGBMultiplyRow_C()
824 void ARGBAddRow_C(const uint8* src_argb0, in ARGBAddRow_C()
851 void ARGBSubtractRow_C(const uint8* src_argb0, in ARGBSubtractRow_C()
1892 void ARGBBlendRow_C(const uint8* src_argb0, in ARGBBlendRow_C()