Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libyuv/source/
H A Drow_gcc.cc167 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2()
197 uint8_t* dst_argb, in RGB24ToARGBRow_SSSE3()
236 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3()
1147 uint8_t* dst_argb, in AR64ToARGBRow_SSSE3()
1171 uint8_t* dst_argb, in AB64ToARGBRow_SSSE3()
1253 uint8_t* dst_argb, in AR64ToARGBRow_AVX2()
1281 uint8_t* dst_argb, in AB64ToARGBRow_AVX2()
2638 uint8_t* dst_argb, in I444ToARGBRow_SSSE3()
2669 uint8_t* dst_argb, in I444AlphaToARGBRow_SSSE3()
2777 uint8_t* dst_argb, in I422ToARGBRow_SSSE3()
[all …]
H A Dconvert_argb.cc35 uint8_t* dst_argb, in ARGBCopy()
62 uint8_t* dst_argb, in I420ToARGBMatrix()
165 uint8_t* dst_argb, in I420ToARGB()
201 uint8_t* dst_argb, in J420ToARGB()
237 uint8_t* dst_argb, in H420ToARGB()
273 uint8_t* dst_argb, in U420ToARGB()
309 uint8_t* dst_argb, in I422ToARGBMatrix()
417 uint8_t* dst_argb, in I422ToARGB()
453 uint8_t* dst_argb, in J422ToARGB()
489 uint8_t* dst_argb, in H422ToARGB()
[all …]
H A Drow_neon.cc140 uint8_t* dst_argb, in I444ToARGBRow_NEON()
187 uint8_t* dst_argb, in I422ToARGBRow_NEON()
212 uint8_t* dst_argb, in I444AlphaToARGBRow_NEON()
238 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
404 uint8_t* dst_argb, in I400ToARGBRow_NEON()
423 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
442 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
463 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
546 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
565 uint8_t* dst_argb, in UYVYToARGBRow_NEON()
[all …]
H A Drow_neon64.cc124 uint8_t* dst_argb, in I444ToARGBRow_NEON()
171 uint8_t* dst_argb, in I422ToARGBRow_NEON()
196 uint8_t* dst_argb, in I444AlphaToARGBRow_NEON()
222 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
393 uint8_t* dst_argb, in I400ToARGBRow_NEON()
413 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
431 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
454 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
477 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
567 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
[all …]
H A Dplanar_functions.cc1563 uint8_t* dst_argb, in MergeARGBPlaneAlpha()
1631 uint8_t* dst_argb, in MergeARGBPlaneOpaque()
1699 uint8_t* dst_argb, in MergeARGBPlane()
1930 uint8_t* dst_argb, in MergeARGB16To8PlaneAlpha()
1982 uint8_t* dst_argb, in MergeARGB16To8PlaneOpaque()
2034 uint8_t* dst_argb, in MergeARGB16To8Plane()
2666 uint8_t* dst_argb, in ARGBMirror()
2792 uint8_t* dst_argb, in ARGBBlend()
3059 uint8_t* dst_argb, in ARGBMultiply()
3147 uint8_t* dst_argb, in ARGBAdd()
[all …]
H A Dscale_argb.cc41 uint8_t* dst_argb, in ScaleARGBDown2()
161 uint8_t* dst_argb, in ScaleARGBDown4Box()
230 uint8_t* dst_argb, in ScaleARGBDownEven()
316 uint8_t* dst_argb, in ScaleARGBBilinearDown()
456 uint8_t* dst_argb, in ScaleARGBBilinearUp()
658 uint8_t* dst_argb, in ScaleYUVToARGBBilinearUp()
946 uint8_t* dst_argb, in ScaleARGBSimple()
1113 uint8_t* dst_argb, in ARGBScaleClip()
1140 uint8_t* dst_argb, in ARGBScale()
1165 uint8_t* dst_argb, in YUVToARGBScaleClip()
H A Dscale_win.cc998 uint8_t* dst_argb, in ScaleARGBRowDown2_SSE2()
1023 uint8_t* dst_argb, in ScaleARGBRowDown2Linear_SSE2()
1051 uint8_t* dst_argb, in ScaleARGBRowDown2Box_SSE2()
1086 uint8_t* dst_argb, in ScaleARGBRowDownEven_SSE2()
1123 uint8_t* dst_argb, in ScaleARGBRowDownEvenBox_SSE2()
1168 __declspec(naked) void ScaleARGBCols_SSE2(uint8_t* dst_argb, in ScaleARGBCols_SSE2()
1261 __declspec(naked) void ScaleARGBFilterCols_SSSE3(uint8_t* dst_argb, in ScaleARGBFilterCols_SSSE3()
1334 __declspec(naked) void ScaleARGBColsUp2_SSE2(uint8_t* dst_argb, in ScaleARGBColsUp2_SSE2()
H A Drotate_argb.cc27 uint8_t* dst_argb, in ARGBTranspose()
88 uint8_t* dst_argb, in ARGBRotate90()
103 uint8_t* dst_argb, in ARGBRotate270()
118 uint8_t* dst_argb, in ARGBRotate180()
225 uint8_t* dst_argb, in ARGBRotate()
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2()
185 uint8_t* dst_argb, in RGB24ToARGBRow_SSSE3()
224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3()
2010 uint8_t* dst_argb, in I444ToARGBRow_SSSE3()
2085 uint8_t* dst_argb, in I422ToARGBRow_SSSE3()
2149 uint8_t* dst_argb, in I210ToARGBRow_SSSE3()
2215 uint8_t* dst_argb, in I422AlphaToARGBRow_SSSE3()
2250 uint8_t* dst_argb, in NV12ToARGBRow_SSSE3()
2278 uint8_t* dst_argb, in NV21ToARGBRow_SSSE3()
2306 uint8_t* dst_argb, in YUY2ToARGBRow_SSSE3()
[all …]
H A Dconvert_argb.cc31 uint8_t* dst_argb, in ARGBCopy()
57 uint8_t* dst_argb, in I420ToARGBMatrix()
129 uint8_t* dst_argb, in I420ToARGB()
165 uint8_t* dst_argb, in J420ToARGB()
201 uint8_t* dst_argb, in H420ToARGB()
236 uint8_t* dst_argb, in I422ToARGBMatrix()
313 uint8_t* dst_argb, in I422ToARGB()
349 uint8_t* dst_argb, in J422ToARGB()
385 uint8_t* dst_argb, in H422ToARGB()
544 uint8_t* dst_argb, in I010ToARGBMatrix()
[all …]
H A Drow_neon.cc112 uint8_t* dst_argb, in I444ToARGBRow_NEON()
138 uint8_t* dst_argb, in I422ToARGBRow_NEON()
165 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
383 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
406 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
505 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
526 uint8_t* dst_argb, in UYVYToARGBRow_NEON()
750 uint8_t* dst_argb, in RGB24ToARGBRow_NEON()
[all …]
H A Drow_neon64.cc118 uint8_t* dst_argb, in I444ToARGBRow_NEON()
147 uint8_t* dst_argb, in I422ToARGBRow_NEON()
177 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
414 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
441 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
544 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
569 uint8_t* dst_argb, in UYVYToARGBRow_NEON()
789 uint8_t* dst_argb, in RGB24ToARGBRow_NEON()
[all …]
H A Dplanar_functions.cc970 uint8_t* dst_argb, in ARGBMirror()
1060 uint8_t* dst_argb, in ARGBBlend()
1285 uint8_t* dst_argb, in ARGBMultiply()
1357 uint8_t* dst_argb, in ARGBAdd()
1434 uint8_t* dst_argb, in ARGBSubtract()
1817 int ARGBRect(uint8_t* dst_argb, in ARGBRect()
1889 uint8_t* dst_argb, in ARGBAttenuate()
1955 uint8_t* dst_argb, in ARGBUnattenuate()
2006 uint8_t* dst_argb, in ARGBGrayTo()
2053 int ARGBGray(uint8_t* dst_argb, in ARGBGray()
[all …]
H A Dscale_argb.cc40 uint8_t* dst_argb, in ScaleARGBDown2()
135 uint8_t* dst_argb, in ScaleARGBDown4Box()
193 uint8_t* dst_argb, in ScaleARGBDownEven()
259 uint8_t* dst_argb, in ScaleARGBBilinearDown()
375 uint8_t* dst_argb, in ScaleARGBBilinearUp()
541 uint8_t* dst_argb, in ScaleYUVToARGBBilinearUp()
769 uint8_t* dst_argb, in ScaleARGBSimple()
929 uint8_t* dst_argb, in ARGBScaleClip()
957 uint8_t* dst_argb, in ARGBScale()
983 uint8_t* dst_argb, in YUVToARGBScaleClip()
H A Dscale_win.cc997 uint8_t* dst_argb, in ScaleARGBRowDown2_SSE2()
1022 uint8_t* dst_argb, in ScaleARGBRowDown2Linear_SSE2()
1050 uint8_t* dst_argb, in ScaleARGBRowDown2Box_SSE2()
1085 uint8_t* dst_argb, in ScaleARGBRowDownEven_SSE2()
1122 uint8_t* dst_argb, in ScaleARGBRowDownEvenBox_SSE2()
1167 __declspec(naked) void ScaleARGBCols_SSE2(uint8_t* dst_argb, in ScaleARGBCols_SSE2()
1260 __declspec(naked) void ScaleARGBFilterCols_SSSE3(uint8_t* dst_argb, in ScaleARGBFilterCols_SSSE3()
1333 __declspec(naked) void ScaleARGBColsUp2_SSE2(uint8_t* dst_argb, in ScaleARGBColsUp2_SSE2()
H A Drotate_argb.cc26 uint8_t* dst_argb, in ARGBTranspose()
69 uint8_t* dst_argb, in ARGBRotate90()
84 uint8_t* dst_argb, in ARGBRotate270()
99 uint8_t* dst_argb, in ARGBRotate180()
182 uint8_t* dst_argb, in ARGBRotate()
H A Dscale_gcc.cc989 uint8_t* dst_argb, in ScaleARGBRowDown2_SSE2()
1013 uint8_t* dst_argb, in ScaleARGBRowDown2Linear_SSE2()
1040 uint8_t* dst_argb, in ScaleARGBRowDown2Box_SSE2()
1073 uint8_t* dst_argb, in ScaleARGBRowDownEven_SSE2()
1110 uint8_t* dst_argb, in ScaleARGBRowDownEvenBox_SSE2()
1152 void ScaleARGBCols_SSE2(uint8_t* dst_argb, in ScaleARGBCols_SSE2()
1222 void ScaleARGBColsUp2_SSE2(uint8_t* dst_argb, in ScaleARGBColsUp2_SSE2()
1263 void ScaleARGBFilterCols_SSSE3(uint8_t* dst_argb, in ScaleARGBFilterCols_SSSE3()
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Drow_gcc.cc160 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2()
190 uint8_t* dst_argb, in RGB24ToARGBRow_SSSE3()
229 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3()
2115 uint8_t* dst_argb, in I444ToARGBRow_SSSE3()
2190 uint8_t* dst_argb, in I422ToARGBRow_SSSE3()
2254 uint8_t* dst_argb, in I210ToARGBRow_SSSE3()
2320 uint8_t* dst_argb, in I422AlphaToARGBRow_SSSE3()
2355 uint8_t* dst_argb, in NV12ToARGBRow_SSSE3()
2383 uint8_t* dst_argb, in NV21ToARGBRow_SSSE3()
2411 uint8_t* dst_argb, in YUY2ToARGBRow_SSSE3()
[all …]
H A Drow_neon64.cc112 uint8_t* dst_argb, in I444ToARGBRow_NEON()
144 uint8_t* dst_argb, in I422ToARGBRow_NEON()
178 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
399 uint8_t* dst_argb, in I400ToARGBRow_NEON()
424 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
444 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
473 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
582 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
608 uint8_t* dst_argb, in UYVYToARGBRow_NEON()
857 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
[all …]
H A Drow_neon.cc112 uint8_t* dst_argb, in I444ToARGBRow_NEON()
138 uint8_t* dst_argb, in I422ToARGBRow_NEON()
165 uint8_t* dst_argb, in I422AlphaToARGBRow_NEON()
346 uint8_t* dst_argb, in I400ToARGBRow_NEON()
367 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
386 uint8_t* dst_argb, in NV12ToARGBRow_NEON()
409 uint8_t* dst_argb, in NV21ToARGBRow_NEON()
508 uint8_t* dst_argb, in YUY2ToARGBRow_NEON()
529 uint8_t* dst_argb, in UYVYToARGBRow_NEON()
752 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
[all …]
H A Dconvert_argb.cc31 uint8_t* dst_argb, in ARGBCopy()
58 uint8_t* dst_argb, in I420ToARGBMatrix()
138 uint8_t* dst_argb, in I420ToARGB()
174 uint8_t* dst_argb, in J420ToARGB()
210 uint8_t* dst_argb, in H420ToARGB()
246 uint8_t* dst_argb, in U420ToARGB()
282 uint8_t* dst_argb, in I422ToARGBMatrix()
367 uint8_t* dst_argb, in I422ToARGB()
403 uint8_t* dst_argb, in J422ToARGB()
439 uint8_t* dst_argb, in H422ToARGB()
[all …]
H A Dplanar_functions.cc1255 uint8_t* dst_argb, in ARGBMirror()
1404 uint8_t* dst_argb, in ARGBBlend()
1656 uint8_t* dst_argb, in ARGBMultiply()
1736 uint8_t* dst_argb, in ARGBAdd()
1821 uint8_t* dst_argb, in ARGBSubtract()
2049 int ARGBRect(uint8_t* dst_argb, in ARGBRect()
2129 uint8_t* dst_argb, in ARGBAttenuate()
2203 uint8_t* dst_argb, in ARGBUnattenuate()
2254 uint8_t* dst_argb, in ARGBGrayTo()
2306 int ARGBGray(uint8_t* dst_argb, in ARGBGray()
[all …]
H A Dscale_argb.cc40 uint8_t* dst_argb, in ScaleARGBDown2()
151 uint8_t* dst_argb, in ScaleARGBDown4Box()
209 uint8_t* dst_argb, in ScaleARGBDownEven()
285 uint8_t* dst_argb, in ScaleARGBBilinearDown()
401 uint8_t* dst_argb, in ScaleARGBBilinearUp()
588 uint8_t* dst_argb, in ScaleYUVToARGBBilinearUp()
837 uint8_t* dst_argb, in ScaleARGBSimple()
1010 uint8_t* dst_argb, in ARGBScaleClip()
1038 uint8_t* dst_argb, in ARGBScale()
1064 uint8_t* dst_argb, in YUVToARGBScaleClip()
H A Dscale_win.cc997 uint8_t* dst_argb, in ScaleARGBRowDown2_SSE2()
1022 uint8_t* dst_argb, in ScaleARGBRowDown2Linear_SSE2()
1050 uint8_t* dst_argb, in ScaleARGBRowDown2Box_SSE2()
1085 uint8_t* dst_argb, in ScaleARGBRowDownEven_SSE2()
1122 uint8_t* dst_argb, in ScaleARGBRowDownEvenBox_SSE2()
1167 __declspec(naked) void ScaleARGBCols_SSE2(uint8_t* dst_argb, in ScaleARGBCols_SSE2()
1260 __declspec(naked) void ScaleARGBFilterCols_SSSE3(uint8_t* dst_argb, in ScaleARGBFilterCols_SSSE3()
1333 __declspec(naked) void ScaleARGBColsUp2_SSE2(uint8_t* dst_argb, in ScaleARGBColsUp2_SSE2()
H A Drotate_argb.cc26 uint8_t* dst_argb, in ARGBTranspose()
82 uint8_t* dst_argb, in ARGBRotate90()
97 uint8_t* dst_argb, in ARGBRotate270()
112 uint8_t* dst_argb, in ARGBRotate180()
204 uint8_t* dst_argb, in ARGBRotate()

123