Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dconvert_from_argb.cc25 int ARGBToI444(const uint8_t* src_argb, in ARGBToI444()
125 int ARGBToI422(const uint8_t* src_argb, in ARGBToI422()
223 int ARGBToNV12(const uint8_t* src_argb, in ARGBToNV12()
359 int ARGBToNV21(const uint8_t* src_argb, in ARGBToNV21()
495 int ARGBToYUY2(const uint8_t* src_argb, in ARGBToYUY2()
632 int ARGBToUYVY(const uint8_t* src_argb, in ARGBToUYVY()
769 int ARGBToI400(const uint8_t* src_argb, in ARGBToI400()
839 int ARGBToRGBA(const uint8_t* src_argb, in ARGBToRGBA()
851 int ARGBToRGB24(const uint8_t* src_argb, in ARGBToRGB24()
925 int ARGBToRAW(const uint8_t* src_argb, in ARGBToRAW()
[all …]
H A Drow_neon.cc907 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
925 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1066 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1131 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1148 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1170 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1187 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1206 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1229 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
1247 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
[all …]
H A Drow_neon64.cc961 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
979 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1121 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1187 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1204 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1225 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1243 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1263 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1286 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
1304 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
[all …]
H A Dscale_win.cc995 __declspec(naked) void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1020 __declspec(naked) void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1048 __declspec(naked) void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
1082 __declspec(naked) void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
1119 __declspec(naked) void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1168 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
1261 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
1334 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
H A Drotate_argb.cc24 static void ARGBTranspose(const uint8_t* src_argb, in ARGBTranspose()
67 void ARGBRotate90(const uint8_t* src_argb, in ARGBRotate90()
82 void ARGBRotate270(const uint8_t* src_argb, in ARGBRotate270()
97 void ARGBRotate180(const uint8_t* src_argb, in ARGBRotate180()
180 int ARGBRotate(const uint8_t* src_argb, in ARGBRotate()
H A Dscale_gcc.cc987 void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1011 void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1038 void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
1070 void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
1107 void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1153 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
1223 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
1264 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
H A Dscale_argb.cc39 const uint8_t* src_argb, in ScaleARGBDown2()
134 const uint8_t* src_argb, in ScaleARGBDown4Box()
192 const uint8_t* src_argb, in ScaleARGBDownEven()
258 const uint8_t* src_argb, in ScaleARGBBilinearDown()
374 const uint8_t* src_argb, in ScaleARGBBilinearUp()
768 const uint8_t* src_argb, in ScaleARGBSimple()
925 int ARGBScaleClip(const uint8_t* src_argb, in ARGBScaleClip()
953 int ARGBScale(const uint8_t* src_argb, in ARGBScale()
H A Drow_gcc.cc1039 void ARGBToYRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_SSSE3()
1077 void ARGBToYJRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_SSSE3()
1118 void ARGBToYRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_AVX2()
1159 void ARGBToYJRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_AVX2()
1462 void ARGBToUV444Row_SSSE3(const uint8_t* src_argb, in ARGBToUV444Row_SSSE3()
3913 void ARGBExtractAlphaRow_SSE2(const uint8_t* src_argb, in ARGBExtractAlphaRow_SSE2()
3944 void ARGBExtractAlphaRow_AVX2(const uint8_t* src_argb, in ARGBExtractAlphaRow_AVX2()
4697 void ARGBAttenuateRow_SSSE3(const uint8_t* src_argb, in ARGBAttenuateRow_SSSE3()
4745 void ARGBAttenuateRow_AVX2(const uint8_t* src_argb, in ARGBAttenuateRow_AVX2()
4784 void ARGBUnattenuateRow_SSE2(const uint8_t* src_argb, in ARGBUnattenuateRow_SSE2()
[all …]
H A Dscale_common.cc777 void ScaleARGBRowDown2_C(const uint8_t* src_argb, in ScaleARGBRowDown2_C()
796 void ScaleARGBRowDown2Linear_C(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_C()
812 void ScaleARGBRowDown2Box_C(const uint8_t* src_argb, in ScaleARGBRowDown2Box_C()
835 void ScaleARGBRowDownEven_C(const uint8_t* src_argb, in ScaleARGBRowDownEven_C()
855 void ScaleARGBRowDownEvenBox_C(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_C()
881 const uint8_t* src_argb, in ScaleARGBCols_C()
901 const uint8_t* src_argb, in ScaleARGBCols64_C()
923 const uint8_t* src_argb, in ScaleARGBColsUp2_C()
952 const uint8_t* src_argb, in ScaleARGBFilterCols_C()
984 const uint8_t* src_argb, in ScaleARGBFilterCols64_C()
[all …]
H A Dplanar_functions.cc968 int ARGBMirror(const uint8_t* src_argb, in ARGBMirror()
1887 int ARGBAttenuate(const uint8_t* src_argb, in ARGBAttenuate()
1953 int ARGBUnattenuate(const uint8_t* src_argb, in ARGBUnattenuate()
2004 int ARGBGrayTo(const uint8_t* src_argb, in ARGBGrayTo()
2141 int ARGBColorMatrix(const uint8_t* src_argb, in ARGBColorMatrix()
2356 int ARGBComputeCumulativeSum(const uint8_t* src_argb, in ARGBComputeCumulativeSum()
2390 int ARGBBlur(const uint8_t* src_argb, in ARGBBlur()
2500 int ARGBShade(const uint8_t* src_argb, in ARGBShade()
2743 static int ARGBSobelize(const uint8_t* src_argb, in ARGBSobelize()
2885 int ARGBSobel(const uint8_t* src_argb, in ARGBSobel()
[all …]
/aosp_15_r20/external/libyuv/source/
H A Dconvert_from_argb.cc25 int ARGBToI444(const uint8_t* src_argb, in ARGBToI444()
162 int ARGBToI422(const uint8_t* src_argb, in ARGBToI422()
300 int ARGBToNV12(const uint8_t* src_argb, in ARGBToNV12()
490 int ARGBToNV21(const uint8_t* src_argb, in ARGBToNV21()
1065 int ARGBToYUY2(const uint8_t* src_argb, in ARGBToYUY2()
1261 int ARGBToUYVY(const uint8_t* src_argb, in ARGBToUYVY()
1457 int ARGBToI400(const uint8_t* src_argb, in ARGBToI400()
1549 int ARGBToRGBA(const uint8_t* src_argb, in ARGBToRGBA()
1561 int ARGBToRGBA(const uint8_t* src_argb, in ARGBToRGBA()
1602 int ARGBToRGB24(const uint8_t* src_argb, in ARGBToRGB24()
[all …]
H A Drow_neon.cc837 void SplitARGBRow_NEON(const uint8_t* src_argb, in SplitARGBRow_NEON()
893 void SplitXRGBRow_NEON(const uint8_t* src_argb, in SplitXRGBRow_NEON()
1274 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1489 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1508 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1672 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1737 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1754 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1776 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1793 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
[all …]
H A Drow_neon64.cc1460 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1703 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1721 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1893 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1962 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1980 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
2002 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
2020 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
2041 void ARGBToAR64Row_NEON(const uint8_t* src_argb, in ARGBToAR64Row_NEON()
2064 void ARGBToAB64Row_NEON(const uint8_t* src_argb, in ARGBToAB64Row_NEON()
[all …]
H A Drow_gcc.cc1096 void ARGBToAR64Row_SSSE3(const uint8_t* src_argb, in ARGBToAR64Row_SSSE3()
1120 void ARGBToAB64Row_SSSE3(const uint8_t* src_argb, in ARGBToAB64Row_SSSE3()
1196 void ARGBToAR64Row_AVX2(const uint8_t* src_argb, in ARGBToAR64Row_AVX2()
1223 void ARGBToAB64Row_AVX2(const uint8_t* src_argb, in ARGBToAB64Row_AVX2()
1378 void ARGBToYRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_SSSE3()
1399 void ARGBToYJRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_SSSE3()
1459 void ARGBToYRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_AVX2()
1501 void ARGBToYJRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_AVX2()
1556 void ARGBToUVRow_SSSE3(const uint8_t* src_argb, in ARGBToUVRow_SSSE3()
1629 void ARGBToUVRow_AVX2(const uint8_t* src_argb, in ARGBToUVRow_AVX2()
[all …]
H A 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()
H A Drotate_argb.cc25 static int ARGBTranspose(const uint8_t* src_argb, in ARGBTranspose()
86 static int ARGBRotate90(const uint8_t* src_argb, in ARGBRotate90()
101 static int ARGBRotate270(const uint8_t* src_argb, in ARGBRotate270()
116 static int ARGBRotate180(const uint8_t* src_argb, in ARGBRotate180()
223 int ARGBRotate(const uint8_t* src_argb, in ARGBRotate()
H A Dscale_argb.cc40 const uint8_t* src_argb, in ScaleARGBDown2()
160 const uint8_t* src_argb, in ScaleARGBDown4Box()
229 const uint8_t* src_argb, in ScaleARGBDownEven()
315 const uint8_t* src_argb, in ScaleARGBBilinearDown()
455 const uint8_t* src_argb, in ScaleARGBBilinearUp()
945 const uint8_t* src_argb, in ScaleARGBSimple()
1109 int ARGBScaleClip(const uint8_t* src_argb, in ARGBScaleClip()
1136 int ARGBScale(const uint8_t* src_argb, in ARGBScale()
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Dconvert_from_argb.cc25 int ARGBToI444(const uint8_t* src_argb, in ARGBToI444()
141 int ARGBToI422(const uint8_t* src_argb, in ARGBToI422()
248 int ARGBToNV12(const uint8_t* src_argb, in ARGBToNV12()
400 int ARGBToNV21(const uint8_t* src_argb, in ARGBToNV21()
855 int ARGBToYUY2(const uint8_t* src_argb, in ARGBToYUY2()
1008 int ARGBToUYVY(const uint8_t* src_argb, in ARGBToUYVY()
1161 int ARGBToI400(const uint8_t* src_argb, in ARGBToI400()
1239 int ARGBToRGBA(const uint8_t* src_argb, in ARGBToRGBA()
1251 int ARGBToRGB24(const uint8_t* src_argb, in ARGBToRGB24()
1333 int ARGBToRAW(const uint8_t* src_argb, in ARGBToRAW()
[all …]
H A Drow_neon64.cc857 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1102 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1121 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1270 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1339 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1358 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1381 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1400 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1421 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1445 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
[all …]
H A Drow_neon.cc752 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
967 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
985 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1126 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1191 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1208 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1230 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1247 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1266 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1289 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
[all …]
H A Dscale_win.cc995 __declspec(naked) void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1020 __declspec(naked) void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1048 __declspec(naked) void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
1082 __declspec(naked) void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
1119 __declspec(naked) void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1168 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
1261 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
1334 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
H A 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()
H A Dscale_gcc.cc987 void ScaleARGBRowDown2_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2_SSE2()
1011 void ScaleARGBRowDown2Linear_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1038 void ScaleARGBRowDown2Box_SSE2(const uint8_t* src_argb, in ScaleARGBRowDown2Box_SSE2()
1070 void ScaleARGBRowDownEven_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEven_SSE2()
1107 void ScaleARGBRowDownEvenBox_SSE2(const uint8_t* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1153 const uint8_t* src_argb, in ScaleARGBCols_SSE2()
1223 const uint8_t* src_argb, in ScaleARGBColsUp2_SSE2()
1264 const uint8_t* src_argb, in ScaleARGBFilterCols_SSSE3()
H A 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()
400 const uint8_t* src_argb, in ScaleARGBBilinearUp()
836 const uint8_t* src_argb, in ScaleARGBSimple()
1006 int ARGBScaleClip(const uint8_t* src_argb, in ARGBScaleClip()
1034 int ARGBScale(const uint8_t* src_argb, in ARGBScale()
H A Drow_gcc.cc1151 void ARGBToYRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_SSSE3()
1172 void ARGBToYJRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_SSSE3()
1210 void ARGBToYRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_AVX2()
1254 void ARGBToYJRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_AVX2()
1618 void ARGBToUV444Row_SSSE3(const uint8_t* src_argb, in ARGBToUV444Row_SSSE3()
4113 void ARGBExtractAlphaRow_SSE2(const uint8_t* src_argb, in ARGBExtractAlphaRow_SSE2()
4144 void ARGBExtractAlphaRow_AVX2(const uint8_t* src_argb, in ARGBExtractAlphaRow_AVX2()
4897 void ARGBAttenuateRow_SSSE3(const uint8_t* src_argb, in ARGBAttenuateRow_SSSE3()
4945 void ARGBAttenuateRow_AVX2(const uint8_t* src_argb, in ARGBAttenuateRow_AVX2()
4984 void ARGBUnattenuateRow_SSE2(const uint8_t* src_argb, in ARGBUnattenuateRow_SSE2()
[all …]

123