Home
last modified time | relevance | path

Searched defs:src_argb (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/m133/third_party/externals/libyuv/source/
Drotate_argb.cc24 static int ARGBTranspose(const uint8_t* src_argb, in ARGBTranspose()
80 static int ARGBRotate90(const uint8_t* src_argb, in ARGBRotate90()
95 static int ARGBRotate270(const uint8_t* src_argb, in ARGBRotate270()
110 static int ARGBRotate180(const uint8_t* src_argb, in ARGBRotate180()
202 int ARGBRotate(const uint8_t* src_argb, in ARGBRotate()
Dconvert_from_argb.cc25 int ARGBToI444(const uint8_t* src_argb, in ARGBToI444()
141 int ARGBToI422(const uint8_t* src_argb, in ARGBToI422()
257 int ARGBToNV12(const uint8_t* src_argb, in ARGBToNV12()
419 int ARGBToNV21(const uint8_t* src_argb, in ARGBToNV21()
884 int ARGBToYUY2(const uint8_t* src_argb, in ARGBToYUY2()
1047 int ARGBToUYVY(const uint8_t* src_argb, in ARGBToUYVY()
1210 int ARGBToI400(const uint8_t* src_argb, in ARGBToI400()
1288 int ARGBToRGBA(const uint8_t* src_argb, in ARGBToRGBA()
1300 int ARGBToRGB24(const uint8_t* src_argb, in ARGBToRGB24()
1382 int ARGBToRAW(const uint8_t* src_argb, in ARGBToRAW()
[all …]
Dscale_win.cc996 __declspec(naked) void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1021 __declspec(naked) void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1049 __declspec(naked) void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
1083 __declspec(naked) void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
1120 __declspec(naked) void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1169 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
1262 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
1335 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
Drow_neon.cc697 void SplitARGBRow_NEON(const uint8_t* src_argb, in SplitARGBRow_NEON()
753 void SplitXRGBRow_NEON(const uint8_t* src_argb, in SplitXRGBRow_NEON()
1134 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1349 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1368 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1509 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1574 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1591 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1613 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1630 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
[all …]
Drow_gcc.cc1087 void ARGBToAR64Row_SSSE3(const uint8_t* src_argb, in ARGBToAR64Row_SSSE3()
1111 void ARGBToAB64Row_SSSE3(const uint8_t* src_argb, in ARGBToAB64Row_SSSE3()
1187 void ARGBToAR64Row_AVX2(const uint8_t* src_argb, in ARGBToAR64Row_AVX2()
1213 void ARGBToAB64Row_AVX2(const uint8_t* src_argb, in ARGBToAB64Row_AVX2()
1365 void ARGBToYRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_SSSE3()
1386 void ARGBToYJRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_SSSE3()
1427 void ARGBToYRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_AVX2()
1471 void ARGBToYJRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_AVX2()
1510 void ARGBToUVRow_SSSE3(const uint8_t* src_argb, in ARGBToUVRow_SSSE3()
1579 void ARGBToUVRow_AVX2(const uint8_t* src_argb, in ARGBToUVRow_AVX2()
[all …]
Dscale_argb.cc39 const uint8_t* src_argb, in ScaleARGBDown2()
150 const uint8_t* src_argb, in ScaleARGBDown4Box()
208 const uint8_t* src_argb, in ScaleARGBDownEven()
284 const uint8_t* src_argb, in ScaleARGBBilinearDown()
416 const uint8_t* src_argb, in ScaleARGBBilinearUp()
879 const uint8_t* src_argb, in ScaleARGBSimple()
1044 int ARGBScaleClip(const uint8_t* src_argb, in ARGBScaleClip()
1072 int ARGBScale(const uint8_t* src_argb, in ARGBScale()
Drow_neon64.cc1323 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1566 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1584 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1733 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1802 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1820 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1843 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1861 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1882 void ARGBToAR64Row_NEON(const uint8_t* src_argb, in ARGBToAR64Row_NEON()
1905 void ARGBToAB64Row_NEON(const uint8_t* src_argb, in ARGBToAB64Row_NEON()
[all …]
Dscale_rgb.cc41 uint8_t* src_argb = in RGBScale() local
Dscale_gcc.cc1953 void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1975 void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
2000 void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
2030 void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
2067 void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
2113 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
2183 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
2222 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
Drow_mmi.cc314 void ARGBToRGB24Row_MMI(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB24Row_MMI()
348 void ARGBToRAWRow_MMI(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRAWRow_MMI()
398 void ARGBToRGB565Row_MMI(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB565Row_MMI()
449 void ARGBToRGB565DitherRow_MMI(const uint8_t* src_argb, in ARGBToRGB565DitherRow_MMI()
510 void ARGBToARGB1555Row_MMI(const uint8_t* src_argb, in ARGBToARGB1555Row_MMI()
559 void ARGBToARGB4444Row_MMI(const uint8_t* src_argb, in ARGBToARGB4444Row_MMI()
608 void ARGBToYRow_MMI(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_MMI()
924 void BGRAToYRow_MMI(const uint8_t* src_argb, uint8_t* dst_y, int width) { in BGRAToYRow_MMI()
1240 void ABGRToYRow_MMI(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ABGRToYRow_MMI()
1556 void RGBAToYRow_MMI(const uint8_t* src_argb, uint8_t* dst_y, int width) { in RGBAToYRow_MMI()
[all …]
Dscale_mmi.cc172 void ScaleARGBRowDown2_MMI(const uint8_t* src_argb, in ScaleARGBRowDown2_MMI()
203 void ScaleARGBRowDown2Linear_MMI(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_MMI()
235 void ScaleARGBRowDown2Box_MMI(const uint8_t* src_argb, in ScaleARGBRowDown2Box_MMI()
816 void ScaleARGBRowDownEven_MMI(const uint8_t* src_argb, in ScaleARGBRowDownEven_MMI()
845 void ScaleARGBRowDownEvenBox_MMI(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_MMI()
918 const uint8_t* src_argb, in ScaleARGBCols_MMI()
953 const uint8_t* src_argb, in ScaleARGBColsUp2_MMI()
Dscale_neon.cc1196 void ScaleARGBRowDown2Linear_NEON(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_NEON()
1255 void ScaleARGBRowDownEven_NEON(const uint8_t* src_argb, in ScaleARGBRowDownEven_NEON()
1280 void ScaleARGBRowDownEvenBox_NEON(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_NEON()
1327 const uint8_t* src_argb, in ScaleARGBCols_NEON()
1370 const uint8_t* src_argb, in ScaleARGBFilterCols_NEON()
Dscale_neon64.cc1238 void ScaleARGBRowDown2Linear_NEON(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_NEON()
1299 void ScaleARGBRowDownEven_NEON(const uint8_t* src_argb, in ScaleARGBRowDownEven_NEON()
1326 void ScaleARGBRowDownEvenBox_NEON(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_NEON()
1378 const uint8_t* src_argb, in ScaleARGBCols_NEON()
1424 const uint8_t* src_argb, in ScaleARGBFilterCols_NEON()
Dscale_common.cc870 void ScaleARGBRowDown2_C(const uint8_t* src_argb, in ScaleARGBRowDown2_C()
889 void ScaleARGBRowDown2Linear_C(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_C()
905 void ScaleARGBRowDown2Box_C(const uint8_t* src_argb, in ScaleARGBRowDown2Box_C()
928 void ScaleARGBRowDownEven_C(const uint8_t* src_argb, in ScaleARGBRowDownEven_C()
948 void ScaleARGBRowDownEvenBox_C(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_C()
974 const uint8_t* src_argb, in ScaleARGBCols_C()
994 const uint8_t* src_argb, in ScaleARGBCols64_C()
1016 const uint8_t* src_argb, in ScaleARGBColsUp2_C()
1045 const uint8_t* src_argb, in ScaleARGBFilterCols_C()
1077 const uint8_t* src_argb, in ScaleARGBFilterCols64_C()
[all …]
Dplanar_functions.cc1159 void SplitARGBPlaneAlpha(const uint8_t* src_argb, in SplitARGBPlaneAlpha()
1230 void SplitARGBPlaneOpaque(const uint8_t* src_argb, in SplitARGBPlaneOpaque()
1295 void SplitARGBPlane(const uint8_t* src_argb, in SplitARGBPlane()
2380 int ARGBMirror(const uint8_t* src_argb, in ARGBMirror()
3241 int ARGBAttenuate(const uint8_t* src_argb, in ARGBAttenuate()
3315 int ARGBUnattenuate(const uint8_t* src_argb, in ARGBUnattenuate()
3366 int ARGBGrayTo(const uint8_t* src_argb, in ARGBGrayTo()
3518 int ARGBColorMatrix(const uint8_t* src_argb, in ARGBColorMatrix()
3743 int ARGBComputeCumulativeSum(const uint8_t* src_argb, in ARGBComputeCumulativeSum()
3778 int ARGBBlur(const uint8_t* src_argb, in ARGBBlur()
[all …]
Drow_common.cc277 void ARGBToRGB24Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB24Row_C()
291 void ARGBToRAWRow_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRAWRow_C()
305 void ARGBToRGB565Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB565Row_C()
335 void ARGBToRGB565DitherRow_C(const uint8_t* src_argb, in ARGBToRGB565DitherRow_C()
363 void ARGBToARGB1555Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToARGB1555Row_C()
388 void ARGBToARGB4444Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToARGB4444Row_C()
426 void ARGBToAR30Row_C(const uint8_t* src_argb, uint8_t* dst_ar30, int width) { in ARGBToAR30Row_C()
439 void ARGBToAR64Row_C(const uint8_t* src_argb, uint16_t* dst_ar64, int width) { in ARGBToAR64Row_C()
451 void ARGBToAB64Row_C(const uint8_t* src_argb, uint16_t* dst_ab64, int width) { in ARGBToAB64Row_C()
1087 void ARGBToUV444Row_C(const uint8_t* src_argb, in ARGBToUV444Row_C()
[all …]
Dscale_lsx.cc36 void ScaleARGBRowDown2_LSX(const uint8_t* src_argb, in ScaleARGBRowDown2_LSX()
54 void ScaleARGBRowDown2Linear_LSX(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_LSX()
74 void ScaleARGBRowDown2Box_LSX(const uint8_t* src_argb, in ScaleARGBRowDown2Box_LSX()
102 void ScaleARGBRowDownEven_LSX(const uint8_t* src_argb, in ScaleARGBRowDownEven_LSX()
130 void ScaleARGBRowDownEvenBox_LSX(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_LSX()
509 const uint8_t* src_argb, in ScaleARGBCols_LSX()
536 const uint8_t* src_argb, in ScaleARGBFilterCols_LSX()
Dscale_msa.cc32 void ScaleARGBRowDown2_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2_MSA()
50 void ScaleARGBRowDown2Linear_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_MSA()
70 void ScaleARGBRowDown2Box_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2Box_MSA()
106 void ScaleARGBRowDownEven_MSA(const uint8_t* src_argb, in ScaleARGBRowDownEven_MSA()
130 void ScaleARGBRowDownEvenBox_MSA(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_MSA()
634 const uint8_t* src_argb, in ScaleARGBCols_MSA()
661 const uint8_t* src_argb, in ScaleARGBFilterCols_MSA()
Drow_msa.cc800 void ARGBToYRow_MSA(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_MSA()
846 void ARGBToUVRow_MSA(const uint8_t* src_argb, in ARGBToUVRow_MSA()
971 void ARGBToRGB24Row_MSA(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB24Row_MSA()
995 void ARGBToRAWRow_MSA(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRAWRow_MSA()
1019 void ARGBToRGB565Row_MSA(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB565Row_MSA()
1053 void ARGBToARGB1555Row_MSA(const uint8_t* src_argb, in ARGBToARGB1555Row_MSA()
1095 void ARGBToARGB4444Row_MSA(const uint8_t* src_argb, in ARGBToARGB4444Row_MSA()
1120 void ARGBToUV444Row_MSA(const uint8_t* src_argb, in ARGBToUV444Row_MSA()
1192 void ARGBMultiplyRow_MSA(const uint8_t* src_argb, in ARGBMultiplyRow_MSA()
1231 void ARGBAddRow_MSA(const uint8_t* src_argb, in ARGBAddRow_MSA()
[all …]
Drow_lasx.cc888 void ARGBToRGB24Row_LASX(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB24Row_LASX()
934 void ARGBToRAWRow_LASX(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRAWRow_LASX()
980 void ARGBToRGB565Row_LASX(const uint8_t* src_argb, in ARGBToRGB565Row_LASX()
1007 void ARGBToARGB1555Row_LASX(const uint8_t* src_argb, in ARGBToARGB1555Row_LASX()
1039 void ARGBToARGB4444Row_LASX(const uint8_t* src_argb, in ARGBToARGB4444Row_LASX()
1060 void ARGBToUV444Row_LASX(const uint8_t* src_argb, in ARGBToUV444Row_LASX()
1175 void ARGBAttenuateRow_LASX(const uint8_t* src_argb, in ARGBAttenuateRow_LASX()
1217 void ARGBToRGB565DitherRow_LASX(const uint8_t* src_argb, in ARGBToRGB565DitherRow_LASX()
1255 void ARGBShuffleRow_LASX(const uint8_t* src_argb, in ARGBShuffleRow_LASX()
1278 void ARGBShadeRow_LASX(const uint8_t* src_argb, in ARGBShadeRow_LASX()
[all …]
Drow_lsx.cc917 void ARGBToYJRow_LSX(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_LSX()
1173 void ARGBToUVJRow_LSX(const uint8_t* src_argb, in ARGBToUVJRow_LSX()
1537 void ARGBExtractAlphaRow_LSX(const uint8_t* src_argb, in ARGBExtractAlphaRow_LSX()
1556 void ARGBBlendRow_LSX(const uint8_t* src_argb, in ARGBBlendRow_LSX()
1674 void ARGBColorMatrixRow_LSX(const uint8_t* src_argb, in ARGBColorMatrixRow_LSX()
/third_party/skia/m133/third_party/externals/libyuv/util/
Dyuvconvert.cc162 static int TileARGBScale(const uint8_t* src_argb, in TileARGBScale()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c428 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
444 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
459 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
475 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
/third_party/skia/m133/third_party/externals/libwebp/src/mux/
Danim_encode.c429 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
445 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
460 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
476 const uint32_t* const src_argb = in MinimizeChangeRectangle() local
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dscale_argb_test.cc126 static int TileARGBScale(const uint8_t* src_argb, in TileARGBScale()

12