convert_argb.cc 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654
  1. /*
  2. * Copyright 2011 The LibYuv Project Authors. All rights reserved.
  3. *
  4. * Use of this source code is governed by a BSD-style license
  5. * that can be found in the LICENSE file in the root of the source
  6. * tree. An additional intellectual property rights grant can be found
  7. * in the file PATENTS. All contributing project authors may
  8. * be found in the AUTHORS file in the root of the source tree.
  9. */
  10. #include "libyuv/convert_argb.h"
  11. #include "libyuv/cpu_id.h"
  12. #ifdef HAVE_JPEG
  13. #include "libyuv/mjpeg_decoder.h"
  14. #endif
  15. #include "libyuv/planar_functions.h" // For CopyPlane and ARGBShuffle.
  16. #include "libyuv/rotate_argb.h"
  17. #include "libyuv/row.h"
  18. #include "libyuv/video_common.h"
  19. #ifdef __cplusplus
  20. namespace libyuv {
  21. extern "C" {
  22. #endif
  23. // Copy ARGB with optional flipping
  24. LIBYUV_API
  25. int ARGBCopy(const uint8* src_argb,
  26. int src_stride_argb,
  27. uint8* dst_argb,
  28. int dst_stride_argb,
  29. int width,
  30. int height) {
  31. if (!src_argb || !dst_argb || width <= 0 || height == 0) {
  32. return -1;
  33. }
  34. // Negative height means invert the image.
  35. if (height < 0) {
  36. height = -height;
  37. src_argb = src_argb + (height - 1) * src_stride_argb;
  38. src_stride_argb = -src_stride_argb;
  39. }
  40. CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4,
  41. height);
  42. return 0;
  43. }
  44. // Convert I422 to ARGB with matrix
  45. static int I420ToARGBMatrix(const uint8* src_y,
  46. int src_stride_y,
  47. const uint8* src_u,
  48. int src_stride_u,
  49. const uint8* src_v,
  50. int src_stride_v,
  51. uint8* dst_argb,
  52. int dst_stride_argb,
  53. const struct YuvConstants* yuvconstants,
  54. int width,
  55. int height) {
  56. int y;
  57. void (*I422ToARGBRow)(const uint8* y_buf, const uint8* u_buf,
  58. const uint8* v_buf, uint8* rgb_buf,
  59. const struct YuvConstants* yuvconstants, int width) =
  60. I422ToARGBRow_C;
  61. if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
  62. return -1;
  63. }
  64. // Negative height means invert the image.
  65. if (height < 0) {
  66. height = -height;
  67. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  68. dst_stride_argb = -dst_stride_argb;
  69. }
  70. #if defined(HAS_I422TOARGBROW_SSSE3)
  71. if (TestCpuFlag(kCpuHasSSSE3)) {
  72. I422ToARGBRow = I422ToARGBRow_Any_SSSE3;
  73. if (IS_ALIGNED(width, 8)) {
  74. I422ToARGBRow = I422ToARGBRow_SSSE3;
  75. }
  76. }
  77. #endif
  78. #if defined(HAS_I422TOARGBROW_AVX2)
  79. if (TestCpuFlag(kCpuHasAVX2)) {
  80. I422ToARGBRow = I422ToARGBRow_Any_AVX2;
  81. if (IS_ALIGNED(width, 16)) {
  82. I422ToARGBRow = I422ToARGBRow_AVX2;
  83. }
  84. }
  85. #endif
  86. #if defined(HAS_I422TOARGBROW_NEON)
  87. if (TestCpuFlag(kCpuHasNEON)) {
  88. I422ToARGBRow = I422ToARGBRow_Any_NEON;
  89. if (IS_ALIGNED(width, 8)) {
  90. I422ToARGBRow = I422ToARGBRow_NEON;
  91. }
  92. }
  93. #endif
  94. #if defined(HAS_I422TOARGBROW_DSPR2)
  95. if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(width, 4) &&
  96. IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
  97. IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
  98. IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &&
  99. IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
  100. I422ToARGBRow = I422ToARGBRow_DSPR2;
  101. }
  102. #endif
  103. #if defined(HAS_I422TOARGBROW_MSA)
  104. if (TestCpuFlag(kCpuHasMSA)) {
  105. I422ToARGBRow = I422ToARGBRow_Any_MSA;
  106. if (IS_ALIGNED(width, 8)) {
  107. I422ToARGBRow = I422ToARGBRow_MSA;
  108. }
  109. }
  110. #endif
  111. for (y = 0; y < height; ++y) {
  112. I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
  113. dst_argb += dst_stride_argb;
  114. src_y += src_stride_y;
  115. if (y & 1) {
  116. src_u += src_stride_u;
  117. src_v += src_stride_v;
  118. }
  119. }
  120. return 0;
  121. }
  122. // Convert I420 to ARGB.
  123. LIBYUV_API
  124. int I420ToARGB(const uint8* src_y,
  125. int src_stride_y,
  126. const uint8* src_u,
  127. int src_stride_u,
  128. const uint8* src_v,
  129. int src_stride_v,
  130. uint8* dst_argb,
  131. int dst_stride_argb,
  132. int width,
  133. int height) {
  134. return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  135. src_stride_v, dst_argb, dst_stride_argb,
  136. &kYuvI601Constants, width, height);
  137. }
  138. // Convert I420 to ABGR.
  139. LIBYUV_API
  140. int I420ToABGR(const uint8* src_y,
  141. int src_stride_y,
  142. const uint8* src_u,
  143. int src_stride_u,
  144. const uint8* src_v,
  145. int src_stride_v,
  146. uint8* dst_abgr,
  147. int dst_stride_abgr,
  148. int width,
  149. int height) {
  150. return I420ToARGBMatrix(src_y, src_stride_y, src_v,
  151. src_stride_v, // Swap U and V
  152. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  153. &kYvuI601Constants, // Use Yvu matrix
  154. width, height);
  155. }
  156. // Convert J420 to ARGB.
  157. LIBYUV_API
  158. int J420ToARGB(const uint8* src_y,
  159. int src_stride_y,
  160. const uint8* src_u,
  161. int src_stride_u,
  162. const uint8* src_v,
  163. int src_stride_v,
  164. uint8* dst_argb,
  165. int dst_stride_argb,
  166. int width,
  167. int height) {
  168. return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  169. src_stride_v, dst_argb, dst_stride_argb,
  170. &kYuvJPEGConstants, width, height);
  171. }
  172. // Convert J420 to ABGR.
  173. LIBYUV_API
  174. int J420ToABGR(const uint8* src_y,
  175. int src_stride_y,
  176. const uint8* src_u,
  177. int src_stride_u,
  178. const uint8* src_v,
  179. int src_stride_v,
  180. uint8* dst_abgr,
  181. int dst_stride_abgr,
  182. int width,
  183. int height) {
  184. return I420ToARGBMatrix(src_y, src_stride_y, src_v,
  185. src_stride_v, // Swap U and V
  186. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  187. &kYvuJPEGConstants, // Use Yvu matrix
  188. width, height);
  189. }
  190. // Convert H420 to ARGB.
  191. LIBYUV_API
  192. int H420ToARGB(const uint8* src_y,
  193. int src_stride_y,
  194. const uint8* src_u,
  195. int src_stride_u,
  196. const uint8* src_v,
  197. int src_stride_v,
  198. uint8* dst_argb,
  199. int dst_stride_argb,
  200. int width,
  201. int height) {
  202. return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  203. src_stride_v, dst_argb, dst_stride_argb,
  204. &kYuvH709Constants, width, height);
  205. }
  206. // Convert H420 to ABGR.
  207. LIBYUV_API
  208. int H420ToABGR(const uint8* src_y,
  209. int src_stride_y,
  210. const uint8* src_u,
  211. int src_stride_u,
  212. const uint8* src_v,
  213. int src_stride_v,
  214. uint8* dst_abgr,
  215. int dst_stride_abgr,
  216. int width,
  217. int height) {
  218. return I420ToARGBMatrix(src_y, src_stride_y, src_v,
  219. src_stride_v, // Swap U and V
  220. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  221. &kYvuH709Constants, // Use Yvu matrix
  222. width, height);
  223. }
  224. // Convert I422 to ARGB with matrix
  225. static int I422ToARGBMatrix(const uint8* src_y,
  226. int src_stride_y,
  227. const uint8* src_u,
  228. int src_stride_u,
  229. const uint8* src_v,
  230. int src_stride_v,
  231. uint8* dst_argb,
  232. int dst_stride_argb,
  233. const struct YuvConstants* yuvconstants,
  234. int width,
  235. int height) {
  236. int y;
  237. void (*I422ToARGBRow)(const uint8* y_buf, const uint8* u_buf,
  238. const uint8* v_buf, uint8* rgb_buf,
  239. const struct YuvConstants* yuvconstants, int width) =
  240. I422ToARGBRow_C;
  241. if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
  242. return -1;
  243. }
  244. // Negative height means invert the image.
  245. if (height < 0) {
  246. height = -height;
  247. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  248. dst_stride_argb = -dst_stride_argb;
  249. }
  250. // Coalesce rows.
  251. if (src_stride_y == width && src_stride_u * 2 == width &&
  252. src_stride_v * 2 == width && dst_stride_argb == width * 4) {
  253. width *= height;
  254. height = 1;
  255. src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0;
  256. }
  257. #if defined(HAS_I422TOARGBROW_SSSE3)
  258. if (TestCpuFlag(kCpuHasSSSE3)) {
  259. I422ToARGBRow = I422ToARGBRow_Any_SSSE3;
  260. if (IS_ALIGNED(width, 8)) {
  261. I422ToARGBRow = I422ToARGBRow_SSSE3;
  262. }
  263. }
  264. #endif
  265. #if defined(HAS_I422TOARGBROW_AVX2)
  266. if (TestCpuFlag(kCpuHasAVX2)) {
  267. I422ToARGBRow = I422ToARGBRow_Any_AVX2;
  268. if (IS_ALIGNED(width, 16)) {
  269. I422ToARGBRow = I422ToARGBRow_AVX2;
  270. }
  271. }
  272. #endif
  273. #if defined(HAS_I422TOARGBROW_NEON)
  274. if (TestCpuFlag(kCpuHasNEON)) {
  275. I422ToARGBRow = I422ToARGBRow_Any_NEON;
  276. if (IS_ALIGNED(width, 8)) {
  277. I422ToARGBRow = I422ToARGBRow_NEON;
  278. }
  279. }
  280. #endif
  281. #if defined(HAS_I422TOARGBROW_DSPR2)
  282. if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(width, 4) &&
  283. IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
  284. IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
  285. IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &&
  286. IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
  287. I422ToARGBRow = I422ToARGBRow_DSPR2;
  288. }
  289. #endif
  290. #if defined(HAS_I422TOARGBROW_MSA)
  291. if (TestCpuFlag(kCpuHasMSA)) {
  292. I422ToARGBRow = I422ToARGBRow_Any_MSA;
  293. if (IS_ALIGNED(width, 8)) {
  294. I422ToARGBRow = I422ToARGBRow_MSA;
  295. }
  296. }
  297. #endif
  298. for (y = 0; y < height; ++y) {
  299. I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
  300. dst_argb += dst_stride_argb;
  301. src_y += src_stride_y;
  302. src_u += src_stride_u;
  303. src_v += src_stride_v;
  304. }
  305. return 0;
  306. }
  307. // Convert I422 to ARGB.
  308. LIBYUV_API
  309. int I422ToARGB(const uint8* src_y,
  310. int src_stride_y,
  311. const uint8* src_u,
  312. int src_stride_u,
  313. const uint8* src_v,
  314. int src_stride_v,
  315. uint8* dst_argb,
  316. int dst_stride_argb,
  317. int width,
  318. int height) {
  319. return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  320. src_stride_v, dst_argb, dst_stride_argb,
  321. &kYuvI601Constants, width, height);
  322. }
  323. // Convert I422 to ABGR.
  324. LIBYUV_API
  325. int I422ToABGR(const uint8* src_y,
  326. int src_stride_y,
  327. const uint8* src_u,
  328. int src_stride_u,
  329. const uint8* src_v,
  330. int src_stride_v,
  331. uint8* dst_abgr,
  332. int dst_stride_abgr,
  333. int width,
  334. int height) {
  335. return I422ToARGBMatrix(src_y, src_stride_y, src_v,
  336. src_stride_v, // Swap U and V
  337. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  338. &kYvuI601Constants, // Use Yvu matrix
  339. width, height);
  340. }
  341. // Convert J422 to ARGB.
  342. LIBYUV_API
  343. int J422ToARGB(const uint8* src_y,
  344. int src_stride_y,
  345. const uint8* src_u,
  346. int src_stride_u,
  347. const uint8* src_v,
  348. int src_stride_v,
  349. uint8* dst_argb,
  350. int dst_stride_argb,
  351. int width,
  352. int height) {
  353. return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  354. src_stride_v, dst_argb, dst_stride_argb,
  355. &kYuvJPEGConstants, width, height);
  356. }
  357. // Convert J422 to ABGR.
  358. LIBYUV_API
  359. int J422ToABGR(const uint8* src_y,
  360. int src_stride_y,
  361. const uint8* src_u,
  362. int src_stride_u,
  363. const uint8* src_v,
  364. int src_stride_v,
  365. uint8* dst_abgr,
  366. int dst_stride_abgr,
  367. int width,
  368. int height) {
  369. return I422ToARGBMatrix(src_y, src_stride_y, src_v,
  370. src_stride_v, // Swap U and V
  371. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  372. &kYvuJPEGConstants, // Use Yvu matrix
  373. width, height);
  374. }
  375. // Convert H422 to ARGB.
  376. LIBYUV_API
  377. int H422ToARGB(const uint8* src_y,
  378. int src_stride_y,
  379. const uint8* src_u,
  380. int src_stride_u,
  381. const uint8* src_v,
  382. int src_stride_v,
  383. uint8* dst_argb,
  384. int dst_stride_argb,
  385. int width,
  386. int height) {
  387. return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  388. src_stride_v, dst_argb, dst_stride_argb,
  389. &kYuvH709Constants, width, height);
  390. }
  391. // Convert H422 to ABGR.
  392. LIBYUV_API
  393. int H422ToABGR(const uint8* src_y,
  394. int src_stride_y,
  395. const uint8* src_u,
  396. int src_stride_u,
  397. const uint8* src_v,
  398. int src_stride_v,
  399. uint8* dst_abgr,
  400. int dst_stride_abgr,
  401. int width,
  402. int height) {
  403. return I422ToARGBMatrix(src_y, src_stride_y, src_v,
  404. src_stride_v, // Swap U and V
  405. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  406. &kYvuH709Constants, // Use Yvu matrix
  407. width, height);
  408. }
  409. // Convert I444 to ARGB with matrix
  410. static int I444ToARGBMatrix(const uint8* src_y,
  411. int src_stride_y,
  412. const uint8* src_u,
  413. int src_stride_u,
  414. const uint8* src_v,
  415. int src_stride_v,
  416. uint8* dst_argb,
  417. int dst_stride_argb,
  418. const struct YuvConstants* yuvconstants,
  419. int width,
  420. int height) {
  421. int y;
  422. void (*I444ToARGBRow)(const uint8* y_buf, const uint8* u_buf,
  423. const uint8* v_buf, uint8* rgb_buf,
  424. const struct YuvConstants* yuvconstants, int width) =
  425. I444ToARGBRow_C;
  426. if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
  427. return -1;
  428. }
  429. // Negative height means invert the image.
  430. if (height < 0) {
  431. height = -height;
  432. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  433. dst_stride_argb = -dst_stride_argb;
  434. }
  435. // Coalesce rows.
  436. if (src_stride_y == width && src_stride_u == width && src_stride_v == width &&
  437. dst_stride_argb == width * 4) {
  438. width *= height;
  439. height = 1;
  440. src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0;
  441. }
  442. #if defined(HAS_I444TOARGBROW_SSSE3)
  443. if (TestCpuFlag(kCpuHasSSSE3)) {
  444. I444ToARGBRow = I444ToARGBRow_Any_SSSE3;
  445. if (IS_ALIGNED(width, 8)) {
  446. I444ToARGBRow = I444ToARGBRow_SSSE3;
  447. }
  448. }
  449. #endif
  450. #if defined(HAS_I444TOARGBROW_AVX2)
  451. if (TestCpuFlag(kCpuHasAVX2)) {
  452. I444ToARGBRow = I444ToARGBRow_Any_AVX2;
  453. if (IS_ALIGNED(width, 16)) {
  454. I444ToARGBRow = I444ToARGBRow_AVX2;
  455. }
  456. }
  457. #endif
  458. #if defined(HAS_I444TOARGBROW_NEON)
  459. if (TestCpuFlag(kCpuHasNEON)) {
  460. I444ToARGBRow = I444ToARGBRow_Any_NEON;
  461. if (IS_ALIGNED(width, 8)) {
  462. I444ToARGBRow = I444ToARGBRow_NEON;
  463. }
  464. }
  465. #endif
  466. #if defined(HAS_I444TOARGBROW_DSPR2)
  467. if (TestCpuFlag(kCpuHasDSPR2)) {
  468. I444ToARGBRow = I444ToARGBRow_Any_DSPR2;
  469. if (IS_ALIGNED(width, 8)) {
  470. I444ToARGBRow = I444ToARGBRow_DSPR2;
  471. }
  472. }
  473. #endif
  474. #if defined(HAS_I444TOARGBROW_MSA)
  475. if (TestCpuFlag(kCpuHasMSA)) {
  476. I444ToARGBRow = I444ToARGBRow_Any_MSA;
  477. if (IS_ALIGNED(width, 8)) {
  478. I444ToARGBRow = I444ToARGBRow_MSA;
  479. }
  480. }
  481. #endif
  482. for (y = 0; y < height; ++y) {
  483. I444ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
  484. dst_argb += dst_stride_argb;
  485. src_y += src_stride_y;
  486. src_u += src_stride_u;
  487. src_v += src_stride_v;
  488. }
  489. return 0;
  490. }
  491. // Convert I444 to ARGB.
  492. LIBYUV_API
  493. int I444ToARGB(const uint8* src_y,
  494. int src_stride_y,
  495. const uint8* src_u,
  496. int src_stride_u,
  497. const uint8* src_v,
  498. int src_stride_v,
  499. uint8* dst_argb,
  500. int dst_stride_argb,
  501. int width,
  502. int height) {
  503. return I444ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  504. src_stride_v, dst_argb, dst_stride_argb,
  505. &kYuvI601Constants, width, height);
  506. }
  507. // Convert I444 to ABGR.
  508. LIBYUV_API
  509. int I444ToABGR(const uint8* src_y,
  510. int src_stride_y,
  511. const uint8* src_u,
  512. int src_stride_u,
  513. const uint8* src_v,
  514. int src_stride_v,
  515. uint8* dst_abgr,
  516. int dst_stride_abgr,
  517. int width,
  518. int height) {
  519. return I444ToARGBMatrix(src_y, src_stride_y, src_v,
  520. src_stride_v, // Swap U and V
  521. src_u, src_stride_u, dst_abgr, dst_stride_abgr,
  522. &kYvuI601Constants, // Use Yvu matrix
  523. width, height);
  524. }
  525. // Convert J444 to ARGB.
  526. LIBYUV_API
  527. int J444ToARGB(const uint8* src_y,
  528. int src_stride_y,
  529. const uint8* src_u,
  530. int src_stride_u,
  531. const uint8* src_v,
  532. int src_stride_v,
  533. uint8* dst_argb,
  534. int dst_stride_argb,
  535. int width,
  536. int height) {
  537. return I444ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  538. src_stride_v, dst_argb, dst_stride_argb,
  539. &kYuvJPEGConstants, width, height);
  540. }
  541. // Convert I420 with Alpha to preattenuated ARGB.
  542. static int I420AlphaToARGBMatrix(const uint8* src_y,
  543. int src_stride_y,
  544. const uint8* src_u,
  545. int src_stride_u,
  546. const uint8* src_v,
  547. int src_stride_v,
  548. const uint8* src_a,
  549. int src_stride_a,
  550. uint8* dst_argb,
  551. int dst_stride_argb,
  552. const struct YuvConstants* yuvconstants,
  553. int width,
  554. int height,
  555. int attenuate) {
  556. int y;
  557. void (*I422AlphaToARGBRow)(const uint8* y_buf, const uint8* u_buf,
  558. const uint8* v_buf, const uint8* a_buf,
  559. uint8* dst_argb,
  560. const struct YuvConstants* yuvconstants,
  561. int width) = I422AlphaToARGBRow_C;
  562. void (*ARGBAttenuateRow)(const uint8* src_argb, uint8* dst_argb, int width) =
  563. ARGBAttenuateRow_C;
  564. if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
  565. return -1;
  566. }
  567. // Negative height means invert the image.
  568. if (height < 0) {
  569. height = -height;
  570. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  571. dst_stride_argb = -dst_stride_argb;
  572. }
  573. #if defined(HAS_I422ALPHATOARGBROW_SSSE3)
  574. if (TestCpuFlag(kCpuHasSSSE3)) {
  575. I422AlphaToARGBRow = I422AlphaToARGBRow_Any_SSSE3;
  576. if (IS_ALIGNED(width, 8)) {
  577. I422AlphaToARGBRow = I422AlphaToARGBRow_SSSE3;
  578. }
  579. }
  580. #endif
  581. #if defined(HAS_I422ALPHATOARGBROW_AVX2)
  582. if (TestCpuFlag(kCpuHasAVX2)) {
  583. I422AlphaToARGBRow = I422AlphaToARGBRow_Any_AVX2;
  584. if (IS_ALIGNED(width, 16)) {
  585. I422AlphaToARGBRow = I422AlphaToARGBRow_AVX2;
  586. }
  587. }
  588. #endif
  589. #if defined(HAS_I422ALPHATOARGBROW_NEON)
  590. if (TestCpuFlag(kCpuHasNEON)) {
  591. I422AlphaToARGBRow = I422AlphaToARGBRow_Any_NEON;
  592. if (IS_ALIGNED(width, 8)) {
  593. I422AlphaToARGBRow = I422AlphaToARGBRow_NEON;
  594. }
  595. }
  596. #endif
  597. #if defined(HAS_I422ALPHATOARGBROW_DSPR2)
  598. if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(width, 4) &&
  599. IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
  600. IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
  601. IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &&
  602. IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
  603. I422AlphaToARGBRow = I422AlphaToARGBRow_DSPR2;
  604. }
  605. #endif
  606. #if defined(HAS_I422ALPHATOARGBROW_MSA)
  607. if (TestCpuFlag(kCpuHasMSA)) {
  608. I422AlphaToARGBRow = I422AlphaToARGBRow_Any_MSA;
  609. if (IS_ALIGNED(width, 8)) {
  610. I422AlphaToARGBRow = I422AlphaToARGBRow_MSA;
  611. }
  612. }
  613. #endif
  614. #if defined(HAS_ARGBATTENUATEROW_SSSE3)
  615. if (TestCpuFlag(kCpuHasSSSE3)) {
  616. ARGBAttenuateRow = ARGBAttenuateRow_Any_SSSE3;
  617. if (IS_ALIGNED(width, 4)) {
  618. ARGBAttenuateRow = ARGBAttenuateRow_SSSE3;
  619. }
  620. }
  621. #endif
  622. #if defined(HAS_ARGBATTENUATEROW_AVX2)
  623. if (TestCpuFlag(kCpuHasAVX2)) {
  624. ARGBAttenuateRow = ARGBAttenuateRow_Any_AVX2;
  625. if (IS_ALIGNED(width, 8)) {
  626. ARGBAttenuateRow = ARGBAttenuateRow_AVX2;
  627. }
  628. }
  629. #endif
  630. #if defined(HAS_ARGBATTENUATEROW_NEON)
  631. if (TestCpuFlag(kCpuHasNEON)) {
  632. ARGBAttenuateRow = ARGBAttenuateRow_Any_NEON;
  633. if (IS_ALIGNED(width, 8)) {
  634. ARGBAttenuateRow = ARGBAttenuateRow_NEON;
  635. }
  636. }
  637. #endif
  638. #if defined(HAS_ARGBATTENUATEROW_MSA)
  639. if (TestCpuFlag(kCpuHasMSA)) {
  640. ARGBAttenuateRow = ARGBAttenuateRow_Any_MSA;
  641. if (IS_ALIGNED(width, 8)) {
  642. ARGBAttenuateRow = ARGBAttenuateRow_MSA;
  643. }
  644. }
  645. #endif
  646. for (y = 0; y < height; ++y) {
  647. I422AlphaToARGBRow(src_y, src_u, src_v, src_a, dst_argb, yuvconstants,
  648. width);
  649. if (attenuate) {
  650. ARGBAttenuateRow(dst_argb, dst_argb, width);
  651. }
  652. dst_argb += dst_stride_argb;
  653. src_a += src_stride_a;
  654. src_y += src_stride_y;
  655. if (y & 1) {
  656. src_u += src_stride_u;
  657. src_v += src_stride_v;
  658. }
  659. }
  660. return 0;
  661. }
  662. // Convert I420 with Alpha to ARGB.
  663. LIBYUV_API
  664. int I420AlphaToARGB(const uint8* src_y,
  665. int src_stride_y,
  666. const uint8* src_u,
  667. int src_stride_u,
  668. const uint8* src_v,
  669. int src_stride_v,
  670. const uint8* src_a,
  671. int src_stride_a,
  672. uint8* dst_argb,
  673. int dst_stride_argb,
  674. int width,
  675. int height,
  676. int attenuate) {
  677. return I420AlphaToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
  678. src_stride_v, src_a, src_stride_a, dst_argb,
  679. dst_stride_argb, &kYuvI601Constants, width,
  680. height, attenuate);
  681. }
  682. // Convert I420 with Alpha to ABGR.
  683. LIBYUV_API
  684. int I420AlphaToABGR(const uint8* src_y,
  685. int src_stride_y,
  686. const uint8* src_u,
  687. int src_stride_u,
  688. const uint8* src_v,
  689. int src_stride_v,
  690. const uint8* src_a,
  691. int src_stride_a,
  692. uint8* dst_abgr,
  693. int dst_stride_abgr,
  694. int width,
  695. int height,
  696. int attenuate) {
  697. return I420AlphaToARGBMatrix(
  698. src_y, src_stride_y, src_v, src_stride_v, // Swap U and V
  699. src_u, src_stride_u, src_a, src_stride_a, dst_abgr, dst_stride_abgr,
  700. &kYvuI601Constants, // Use Yvu matrix
  701. width, height, attenuate);
  702. }
  703. // Convert I400 to ARGB.
  704. LIBYUV_API
  705. int I400ToARGB(const uint8* src_y,
  706. int src_stride_y,
  707. uint8* dst_argb,
  708. int dst_stride_argb,
  709. int width,
  710. int height) {
  711. int y;
  712. void (*I400ToARGBRow)(const uint8* y_buf, uint8* rgb_buf, int width) =
  713. I400ToARGBRow_C;
  714. if (!src_y || !dst_argb || width <= 0 || height == 0) {
  715. return -1;
  716. }
  717. // Negative height means invert the image.
  718. if (height < 0) {
  719. height = -height;
  720. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  721. dst_stride_argb = -dst_stride_argb;
  722. }
  723. // Coalesce rows.
  724. if (src_stride_y == width && dst_stride_argb == width * 4) {
  725. width *= height;
  726. height = 1;
  727. src_stride_y = dst_stride_argb = 0;
  728. }
  729. #if defined(HAS_I400TOARGBROW_SSE2)
  730. if (TestCpuFlag(kCpuHasSSE2)) {
  731. I400ToARGBRow = I400ToARGBRow_Any_SSE2;
  732. if (IS_ALIGNED(width, 8)) {
  733. I400ToARGBRow = I400ToARGBRow_SSE2;
  734. }
  735. }
  736. #endif
  737. #if defined(HAS_I400TOARGBROW_AVX2)
  738. if (TestCpuFlag(kCpuHasAVX2)) {
  739. I400ToARGBRow = I400ToARGBRow_Any_AVX2;
  740. if (IS_ALIGNED(width, 16)) {
  741. I400ToARGBRow = I400ToARGBRow_AVX2;
  742. }
  743. }
  744. #endif
  745. #if defined(HAS_I400TOARGBROW_NEON)
  746. if (TestCpuFlag(kCpuHasNEON)) {
  747. I400ToARGBRow = I400ToARGBRow_Any_NEON;
  748. if (IS_ALIGNED(width, 8)) {
  749. I400ToARGBRow = I400ToARGBRow_NEON;
  750. }
  751. }
  752. #endif
  753. #if defined(HAS_I400TOARGBROW_MSA)
  754. if (TestCpuFlag(kCpuHasMSA)) {
  755. I400ToARGBRow = I400ToARGBRow_Any_MSA;
  756. if (IS_ALIGNED(width, 16)) {
  757. I400ToARGBRow = I400ToARGBRow_MSA;
  758. }
  759. }
  760. #endif
  761. for (y = 0; y < height; ++y) {
  762. I400ToARGBRow(src_y, dst_argb, width);
  763. dst_argb += dst_stride_argb;
  764. src_y += src_stride_y;
  765. }
  766. return 0;
  767. }
  768. // Convert J400 to ARGB.
  769. LIBYUV_API
  770. int J400ToARGB(const uint8* src_y,
  771. int src_stride_y,
  772. uint8* dst_argb,
  773. int dst_stride_argb,
  774. int width,
  775. int height) {
  776. int y;
  777. void (*J400ToARGBRow)(const uint8* src_y, uint8* dst_argb, int width) =
  778. J400ToARGBRow_C;
  779. if (!src_y || !dst_argb || width <= 0 || height == 0) {
  780. return -1;
  781. }
  782. // Negative height means invert the image.
  783. if (height < 0) {
  784. height = -height;
  785. src_y = src_y + (height - 1) * src_stride_y;
  786. src_stride_y = -src_stride_y;
  787. }
  788. // Coalesce rows.
  789. if (src_stride_y == width && dst_stride_argb == width * 4) {
  790. width *= height;
  791. height = 1;
  792. src_stride_y = dst_stride_argb = 0;
  793. }
  794. #if defined(HAS_J400TOARGBROW_SSE2)
  795. if (TestCpuFlag(kCpuHasSSE2)) {
  796. J400ToARGBRow = J400ToARGBRow_Any_SSE2;
  797. if (IS_ALIGNED(width, 8)) {
  798. J400ToARGBRow = J400ToARGBRow_SSE2;
  799. }
  800. }
  801. #endif
  802. #if defined(HAS_J400TOARGBROW_AVX2)
  803. if (TestCpuFlag(kCpuHasAVX2)) {
  804. J400ToARGBRow = J400ToARGBRow_Any_AVX2;
  805. if (IS_ALIGNED(width, 16)) {
  806. J400ToARGBRow = J400ToARGBRow_AVX2;
  807. }
  808. }
  809. #endif
  810. #if defined(HAS_J400TOARGBROW_NEON)
  811. if (TestCpuFlag(kCpuHasNEON)) {
  812. J400ToARGBRow = J400ToARGBRow_Any_NEON;
  813. if (IS_ALIGNED(width, 8)) {
  814. J400ToARGBRow = J400ToARGBRow_NEON;
  815. }
  816. }
  817. #endif
  818. #if defined(HAS_J400TOARGBROW_MSA)
  819. if (TestCpuFlag(kCpuHasMSA)) {
  820. J400ToARGBRow = J400ToARGBRow_Any_MSA;
  821. if (IS_ALIGNED(width, 16)) {
  822. J400ToARGBRow = J400ToARGBRow_MSA;
  823. }
  824. }
  825. #endif
  826. for (y = 0; y < height; ++y) {
  827. J400ToARGBRow(src_y, dst_argb, width);
  828. src_y += src_stride_y;
  829. dst_argb += dst_stride_argb;
  830. }
  831. return 0;
  832. }
  833. // Shuffle table for converting BGRA to ARGB.
  834. static uvec8 kShuffleMaskBGRAToARGB = {3u, 2u, 1u, 0u, 7u, 6u, 5u, 4u,
  835. 11u, 10u, 9u, 8u, 15u, 14u, 13u, 12u};
  836. // Shuffle table for converting ABGR to ARGB.
  837. static uvec8 kShuffleMaskABGRToARGB = {2u, 1u, 0u, 3u, 6u, 5u, 4u, 7u,
  838. 10u, 9u, 8u, 11u, 14u, 13u, 12u, 15u};
  839. // Shuffle table for converting RGBA to ARGB.
  840. static uvec8 kShuffleMaskRGBAToARGB = {1u, 2u, 3u, 0u, 5u, 6u, 7u, 4u,
  841. 9u, 10u, 11u, 8u, 13u, 14u, 15u, 12u};
  842. // Convert BGRA to ARGB.
  843. LIBYUV_API
  844. int BGRAToARGB(const uint8* src_bgra,
  845. int src_stride_bgra,
  846. uint8* dst_argb,
  847. int dst_stride_argb,
  848. int width,
  849. int height) {
  850. return ARGBShuffle(src_bgra, src_stride_bgra, dst_argb, dst_stride_argb,
  851. (const uint8*)(&kShuffleMaskBGRAToARGB), width, height);
  852. }
  853. // Convert ARGB to BGRA (same as BGRAToARGB).
  854. LIBYUV_API
  855. int ARGBToBGRA(const uint8* src_bgra,
  856. int src_stride_bgra,
  857. uint8* dst_argb,
  858. int dst_stride_argb,
  859. int width,
  860. int height) {
  861. return ARGBShuffle(src_bgra, src_stride_bgra, dst_argb, dst_stride_argb,
  862. (const uint8*)(&kShuffleMaskBGRAToARGB), width, height);
  863. }
  864. // Convert ABGR to ARGB.
  865. LIBYUV_API
  866. int ABGRToARGB(const uint8* src_abgr,
  867. int src_stride_abgr,
  868. uint8* dst_argb,
  869. int dst_stride_argb,
  870. int width,
  871. int height) {
  872. return ARGBShuffle(src_abgr, src_stride_abgr, dst_argb, dst_stride_argb,
  873. (const uint8*)(&kShuffleMaskABGRToARGB), width, height);
  874. }
  875. // Convert ARGB to ABGR to (same as ABGRToARGB).
  876. LIBYUV_API
  877. int ARGBToABGR(const uint8* src_abgr,
  878. int src_stride_abgr,
  879. uint8* dst_argb,
  880. int dst_stride_argb,
  881. int width,
  882. int height) {
  883. return ARGBShuffle(src_abgr, src_stride_abgr, dst_argb, dst_stride_argb,
  884. (const uint8*)(&kShuffleMaskABGRToARGB), width, height);
  885. }
  886. // Convert RGBA to ARGB.
  887. LIBYUV_API
  888. int RGBAToARGB(const uint8* src_rgba,
  889. int src_stride_rgba,
  890. uint8* dst_argb,
  891. int dst_stride_argb,
  892. int width,
  893. int height) {
  894. return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb,
  895. (const uint8*)(&kShuffleMaskRGBAToARGB), width, height);
  896. }
  897. // Convert RGB24 to ARGB.
  898. LIBYUV_API
  899. int RGB24ToARGB(const uint8* src_rgb24,
  900. int src_stride_rgb24,
  901. uint8* dst_argb,
  902. int dst_stride_argb,
  903. int width,
  904. int height) {
  905. int y;
  906. void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) =
  907. RGB24ToARGBRow_C;
  908. if (!src_rgb24 || !dst_argb || width <= 0 || height == 0) {
  909. return -1;
  910. }
  911. // Negative height means invert the image.
  912. if (height < 0) {
  913. height = -height;
  914. src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
  915. src_stride_rgb24 = -src_stride_rgb24;
  916. }
  917. // Coalesce rows.
  918. if (src_stride_rgb24 == width * 3 && dst_stride_argb == width * 4) {
  919. width *= height;
  920. height = 1;
  921. src_stride_rgb24 = dst_stride_argb = 0;
  922. }
  923. #if defined(HAS_RGB24TOARGBROW_SSSE3)
  924. if (TestCpuFlag(kCpuHasSSSE3)) {
  925. RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3;
  926. if (IS_ALIGNED(width, 16)) {
  927. RGB24ToARGBRow = RGB24ToARGBRow_SSSE3;
  928. }
  929. }
  930. #endif
  931. #if defined(HAS_RGB24TOARGBROW_NEON)
  932. if (TestCpuFlag(kCpuHasNEON)) {
  933. RGB24ToARGBRow = RGB24ToARGBRow_Any_NEON;
  934. if (IS_ALIGNED(width, 8)) {
  935. RGB24ToARGBRow = RGB24ToARGBRow_NEON;
  936. }
  937. }
  938. #endif
  939. #if defined(HAS_RGB24TOARGBROW_DSPR2)
  940. if (TestCpuFlag(kCpuHasDSPR2)) {
  941. RGB24ToARGBRow = RGB24ToARGBRow_Any_DSPR2;
  942. if (IS_ALIGNED(width, 8)) {
  943. RGB24ToARGBRow = RGB24ToARGBRow_DSPR2;
  944. }
  945. }
  946. #endif
  947. #if defined(HAS_RGB24TOARGBROW_MSA)
  948. if (TestCpuFlag(kCpuHasMSA)) {
  949. RGB24ToARGBRow = RGB24ToARGBRow_Any_MSA;
  950. if (IS_ALIGNED(width, 16)) {
  951. RGB24ToARGBRow = RGB24ToARGBRow_MSA;
  952. }
  953. }
  954. #endif
  955. for (y = 0; y < height; ++y) {
  956. RGB24ToARGBRow(src_rgb24, dst_argb, width);
  957. src_rgb24 += src_stride_rgb24;
  958. dst_argb += dst_stride_argb;
  959. }
  960. return 0;
  961. }
  962. // Convert RAW to ARGB.
  963. LIBYUV_API
  964. int RAWToARGB(const uint8* src_raw,
  965. int src_stride_raw,
  966. uint8* dst_argb,
  967. int dst_stride_argb,
  968. int width,
  969. int height) {
  970. int y;
  971. void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) =
  972. RAWToARGBRow_C;
  973. if (!src_raw || !dst_argb || width <= 0 || height == 0) {
  974. return -1;
  975. }
  976. // Negative height means invert the image.
  977. if (height < 0) {
  978. height = -height;
  979. src_raw = src_raw + (height - 1) * src_stride_raw;
  980. src_stride_raw = -src_stride_raw;
  981. }
  982. // Coalesce rows.
  983. if (src_stride_raw == width * 3 && dst_stride_argb == width * 4) {
  984. width *= height;
  985. height = 1;
  986. src_stride_raw = dst_stride_argb = 0;
  987. }
  988. #if defined(HAS_RAWTOARGBROW_SSSE3)
  989. if (TestCpuFlag(kCpuHasSSSE3)) {
  990. RAWToARGBRow = RAWToARGBRow_Any_SSSE3;
  991. if (IS_ALIGNED(width, 16)) {
  992. RAWToARGBRow = RAWToARGBRow_SSSE3;
  993. }
  994. }
  995. #endif
  996. #if defined(HAS_RAWTOARGBROW_NEON)
  997. if (TestCpuFlag(kCpuHasNEON)) {
  998. RAWToARGBRow = RAWToARGBRow_Any_NEON;
  999. if (IS_ALIGNED(width, 8)) {
  1000. RAWToARGBRow = RAWToARGBRow_NEON;
  1001. }
  1002. }
  1003. #endif
  1004. #if defined(HAS_RAWTOARGBROW_DSPR2)
  1005. if (TestCpuFlag(kCpuHasDSPR2)) {
  1006. RAWToARGBRow = RAWToARGBRow_Any_DSPR2;
  1007. if (IS_ALIGNED(width, 8)) {
  1008. RAWToARGBRow = RAWToARGBRow_DSPR2;
  1009. }
  1010. }
  1011. #endif
  1012. #if defined(HAS_RAWTOARGBROW_MSA)
  1013. if (TestCpuFlag(kCpuHasMSA)) {
  1014. RAWToARGBRow = RAWToARGBRow_Any_MSA;
  1015. if (IS_ALIGNED(width, 16)) {
  1016. RAWToARGBRow = RAWToARGBRow_MSA;
  1017. }
  1018. }
  1019. #endif
  1020. for (y = 0; y < height; ++y) {
  1021. RAWToARGBRow(src_raw, dst_argb, width);
  1022. src_raw += src_stride_raw;
  1023. dst_argb += dst_stride_argb;
  1024. }
  1025. return 0;
  1026. }
  1027. // Convert RGB565 to ARGB.
  1028. LIBYUV_API
  1029. int RGB565ToARGB(const uint8* src_rgb565,
  1030. int src_stride_rgb565,
  1031. uint8* dst_argb,
  1032. int dst_stride_argb,
  1033. int width,
  1034. int height) {
  1035. int y;
  1036. void (*RGB565ToARGBRow)(const uint8* src_rgb565, uint8* dst_argb, int width) =
  1037. RGB565ToARGBRow_C;
  1038. if (!src_rgb565 || !dst_argb || width <= 0 || height == 0) {
  1039. return -1;
  1040. }
  1041. // Negative height means invert the image.
  1042. if (height < 0) {
  1043. height = -height;
  1044. src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565;
  1045. src_stride_rgb565 = -src_stride_rgb565;
  1046. }
  1047. // Coalesce rows.
  1048. if (src_stride_rgb565 == width * 2 && dst_stride_argb == width * 4) {
  1049. width *= height;
  1050. height = 1;
  1051. src_stride_rgb565 = dst_stride_argb = 0;
  1052. }
  1053. #if defined(HAS_RGB565TOARGBROW_SSE2)
  1054. if (TestCpuFlag(kCpuHasSSE2)) {
  1055. RGB565ToARGBRow = RGB565ToARGBRow_Any_SSE2;
  1056. if (IS_ALIGNED(width, 8)) {
  1057. RGB565ToARGBRow = RGB565ToARGBRow_SSE2;
  1058. }
  1059. }
  1060. #endif
  1061. #if defined(HAS_RGB565TOARGBROW_AVX2)
  1062. if (TestCpuFlag(kCpuHasAVX2)) {
  1063. RGB565ToARGBRow = RGB565ToARGBRow_Any_AVX2;
  1064. if (IS_ALIGNED(width, 16)) {
  1065. RGB565ToARGBRow = RGB565ToARGBRow_AVX2;
  1066. }
  1067. }
  1068. #endif
  1069. #if defined(HAS_RGB565TOARGBROW_NEON)
  1070. if (TestCpuFlag(kCpuHasNEON)) {
  1071. RGB565ToARGBRow = RGB565ToARGBRow_Any_NEON;
  1072. if (IS_ALIGNED(width, 8)) {
  1073. RGB565ToARGBRow = RGB565ToARGBRow_NEON;
  1074. }
  1075. }
  1076. #endif
  1077. #if defined(HAS_RGB565TOARGBROW_DSPR2)
  1078. if (TestCpuFlag(kCpuHasDSPR2)) {
  1079. RGB565ToARGBRow = RGB565ToARGBRow_Any_DSPR2;
  1080. if (IS_ALIGNED(width, 8)) {
  1081. RGB565ToARGBRow = RGB565ToARGBRow_DSPR2;
  1082. }
  1083. }
  1084. #endif
  1085. #if defined(HAS_RGB565TOARGBROW_MSA)
  1086. if (TestCpuFlag(kCpuHasMSA)) {
  1087. RGB565ToARGBRow = RGB565ToARGBRow_Any_MSA;
  1088. if (IS_ALIGNED(width, 16)) {
  1089. RGB565ToARGBRow = RGB565ToARGBRow_MSA;
  1090. }
  1091. }
  1092. #endif
  1093. for (y = 0; y < height; ++y) {
  1094. RGB565ToARGBRow(src_rgb565, dst_argb, width);
  1095. src_rgb565 += src_stride_rgb565;
  1096. dst_argb += dst_stride_argb;
  1097. }
  1098. return 0;
  1099. }
  1100. // Convert ARGB1555 to ARGB.
  1101. LIBYUV_API
  1102. int ARGB1555ToARGB(const uint8* src_argb1555,
  1103. int src_stride_argb1555,
  1104. uint8* dst_argb,
  1105. int dst_stride_argb,
  1106. int width,
  1107. int height) {
  1108. int y;
  1109. void (*ARGB1555ToARGBRow)(const uint8* src_argb1555, uint8* dst_argb,
  1110. int width) = ARGB1555ToARGBRow_C;
  1111. if (!src_argb1555 || !dst_argb || width <= 0 || height == 0) {
  1112. return -1;
  1113. }
  1114. // Negative height means invert the image.
  1115. if (height < 0) {
  1116. height = -height;
  1117. src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555;
  1118. src_stride_argb1555 = -src_stride_argb1555;
  1119. }
  1120. // Coalesce rows.
  1121. if (src_stride_argb1555 == width * 2 && dst_stride_argb == width * 4) {
  1122. width *= height;
  1123. height = 1;
  1124. src_stride_argb1555 = dst_stride_argb = 0;
  1125. }
  1126. #if defined(HAS_ARGB1555TOARGBROW_SSE2)
  1127. if (TestCpuFlag(kCpuHasSSE2)) {
  1128. ARGB1555ToARGBRow = ARGB1555ToARGBRow_Any_SSE2;
  1129. if (IS_ALIGNED(width, 8)) {
  1130. ARGB1555ToARGBRow = ARGB1555ToARGBRow_SSE2;
  1131. }
  1132. }
  1133. #endif
  1134. #if defined(HAS_ARGB1555TOARGBROW_AVX2)
  1135. if (TestCpuFlag(kCpuHasAVX2)) {
  1136. ARGB1555ToARGBRow = ARGB1555ToARGBRow_Any_AVX2;
  1137. if (IS_ALIGNED(width, 16)) {
  1138. ARGB1555ToARGBRow = ARGB1555ToARGBRow_AVX2;
  1139. }
  1140. }
  1141. #endif
  1142. #if defined(HAS_ARGB1555TOARGBROW_NEON)
  1143. if (TestCpuFlag(kCpuHasNEON)) {
  1144. ARGB1555ToARGBRow = ARGB1555ToARGBRow_Any_NEON;
  1145. if (IS_ALIGNED(width, 8)) {
  1146. ARGB1555ToARGBRow = ARGB1555ToARGBRow_NEON;
  1147. }
  1148. }
  1149. #endif
  1150. #if defined(HAS_ARGB1555TOARGBROW_DSPR2)
  1151. if (TestCpuFlag(kCpuHasDSPR2)) {
  1152. ARGB1555ToARGBRow = ARGB1555ToARGBRow_Any_DSPR2;
  1153. if (IS_ALIGNED(width, 4)) {
  1154. ARGB1555ToARGBRow = ARGB1555ToARGBRow_DSPR2;
  1155. }
  1156. }
  1157. #endif
  1158. #if defined(HAS_ARGB1555TOARGBROW_MSA)
  1159. if (TestCpuFlag(kCpuHasMSA)) {
  1160. ARGB1555ToARGBRow = ARGB1555ToARGBRow_Any_MSA;
  1161. if (IS_ALIGNED(width, 16)) {
  1162. ARGB1555ToARGBRow = ARGB1555ToARGBRow_MSA;
  1163. }
  1164. }
  1165. #endif
  1166. for (y = 0; y < height; ++y) {
  1167. ARGB1555ToARGBRow(src_argb1555, dst_argb, width);
  1168. src_argb1555 += src_stride_argb1555;
  1169. dst_argb += dst_stride_argb;
  1170. }
  1171. return 0;
  1172. }
  1173. // Convert ARGB4444 to ARGB.
  1174. LIBYUV_API
  1175. int ARGB4444ToARGB(const uint8* src_argb4444,
  1176. int src_stride_argb4444,
  1177. uint8* dst_argb,
  1178. int dst_stride_argb,
  1179. int width,
  1180. int height) {
  1181. int y;
  1182. void (*ARGB4444ToARGBRow)(const uint8* src_argb4444, uint8* dst_argb,
  1183. int width) = ARGB4444ToARGBRow_C;
  1184. if (!src_argb4444 || !dst_argb || width <= 0 || height == 0) {
  1185. return -1;
  1186. }
  1187. // Negative height means invert the image.
  1188. if (height < 0) {
  1189. height = -height;
  1190. src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
  1191. src_stride_argb4444 = -src_stride_argb4444;
  1192. }
  1193. // Coalesce rows.
  1194. if (src_stride_argb4444 == width * 2 && dst_stride_argb == width * 4) {
  1195. width *= height;
  1196. height = 1;
  1197. src_stride_argb4444 = dst_stride_argb = 0;
  1198. }
  1199. #if defined(HAS_ARGB4444TOARGBROW_SSE2)
  1200. if (TestCpuFlag(kCpuHasSSE2)) {
  1201. ARGB4444ToARGBRow = ARGB4444ToARGBRow_Any_SSE2;
  1202. if (IS_ALIGNED(width, 8)) {
  1203. ARGB4444ToARGBRow = ARGB4444ToARGBRow_SSE2;
  1204. }
  1205. }
  1206. #endif
  1207. #if defined(HAS_ARGB4444TOARGBROW_AVX2)
  1208. if (TestCpuFlag(kCpuHasAVX2)) {
  1209. ARGB4444ToARGBRow = ARGB4444ToARGBRow_Any_AVX2;
  1210. if (IS_ALIGNED(width, 16)) {
  1211. ARGB4444ToARGBRow = ARGB4444ToARGBRow_AVX2;
  1212. }
  1213. }
  1214. #endif
  1215. #if defined(HAS_ARGB4444TOARGBROW_NEON)
  1216. if (TestCpuFlag(kCpuHasNEON)) {
  1217. ARGB4444ToARGBRow = ARGB4444ToARGBRow_Any_NEON;
  1218. if (IS_ALIGNED(width, 8)) {
  1219. ARGB4444ToARGBRow = ARGB4444ToARGBRow_NEON;
  1220. }
  1221. }
  1222. #endif
  1223. #if defined(HAS_ARGB4444TOARGBROW_DSPR2)
  1224. if (TestCpuFlag(kCpuHasDSPR2)) {
  1225. ARGB4444ToARGBRow = ARGB4444ToARGBRow_Any_DSPR2;
  1226. if (IS_ALIGNED(width, 4)) {
  1227. ARGB4444ToARGBRow = ARGB4444ToARGBRow_DSPR2;
  1228. }
  1229. }
  1230. #endif
  1231. #if defined(HAS_ARGB4444TOARGBROW_MSA)
  1232. if (TestCpuFlag(kCpuHasMSA)) {
  1233. ARGB4444ToARGBRow = ARGB4444ToARGBRow_Any_MSA;
  1234. if (IS_ALIGNED(width, 16)) {
  1235. ARGB4444ToARGBRow = ARGB4444ToARGBRow_MSA;
  1236. }
  1237. }
  1238. #endif
  1239. for (y = 0; y < height; ++y) {
  1240. ARGB4444ToARGBRow(src_argb4444, dst_argb, width);
  1241. src_argb4444 += src_stride_argb4444;
  1242. dst_argb += dst_stride_argb;
  1243. }
  1244. return 0;
  1245. }
  1246. // Convert NV12 to ARGB.
  1247. LIBYUV_API
  1248. int NV12ToARGB(const uint8* src_y,
  1249. int src_stride_y,
  1250. const uint8* src_uv,
  1251. int src_stride_uv,
  1252. uint8* dst_argb,
  1253. int dst_stride_argb,
  1254. int width,
  1255. int height) {
  1256. int y;
  1257. void (*NV12ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
  1258. const struct YuvConstants* yuvconstants, int width) =
  1259. NV12ToARGBRow_C;
  1260. if (!src_y || !src_uv || !dst_argb || width <= 0 || height == 0) {
  1261. return -1;
  1262. }
  1263. // Negative height means invert the image.
  1264. if (height < 0) {
  1265. height = -height;
  1266. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  1267. dst_stride_argb = -dst_stride_argb;
  1268. }
  1269. #if defined(HAS_NV12TOARGBROW_SSSE3)
  1270. if (TestCpuFlag(kCpuHasSSSE3)) {
  1271. NV12ToARGBRow = NV12ToARGBRow_Any_SSSE3;
  1272. if (IS_ALIGNED(width, 8)) {
  1273. NV12ToARGBRow = NV12ToARGBRow_SSSE3;
  1274. }
  1275. }
  1276. #endif
  1277. #if defined(HAS_NV12TOARGBROW_AVX2)
  1278. if (TestCpuFlag(kCpuHasAVX2)) {
  1279. NV12ToARGBRow = NV12ToARGBRow_Any_AVX2;
  1280. if (IS_ALIGNED(width, 16)) {
  1281. NV12ToARGBRow = NV12ToARGBRow_AVX2;
  1282. }
  1283. }
  1284. #endif
  1285. #if defined(HAS_NV12TOARGBROW_NEON)
  1286. if (TestCpuFlag(kCpuHasNEON)) {
  1287. NV12ToARGBRow = NV12ToARGBRow_Any_NEON;
  1288. if (IS_ALIGNED(width, 8)) {
  1289. NV12ToARGBRow = NV12ToARGBRow_NEON;
  1290. }
  1291. }
  1292. #endif
  1293. #if defined(HAS_NV12TOARGBROW_DSPR2)
  1294. if (TestCpuFlag(kCpuHasDSPR2)) {
  1295. NV12ToARGBRow = NV12ToARGBRow_Any_DSPR2;
  1296. if (IS_ALIGNED(width, 8)) {
  1297. NV12ToARGBRow = NV12ToARGBRow_DSPR2;
  1298. }
  1299. }
  1300. #endif
  1301. #if defined(HAS_NV12TOARGBROW_MSA)
  1302. if (TestCpuFlag(kCpuHasMSA)) {
  1303. NV12ToARGBRow = NV12ToARGBRow_Any_MSA;
  1304. if (IS_ALIGNED(width, 8)) {
  1305. NV12ToARGBRow = NV12ToARGBRow_MSA;
  1306. }
  1307. }
  1308. #endif
  1309. for (y = 0; y < height; ++y) {
  1310. NV12ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
  1311. dst_argb += dst_stride_argb;
  1312. src_y += src_stride_y;
  1313. if (y & 1) {
  1314. src_uv += src_stride_uv;
  1315. }
  1316. }
  1317. return 0;
  1318. }
  1319. // Convert NV21 to ARGB.
  1320. LIBYUV_API
  1321. int NV21ToARGB(const uint8* src_y,
  1322. int src_stride_y,
  1323. const uint8* src_uv,
  1324. int src_stride_uv,
  1325. uint8* dst_argb,
  1326. int dst_stride_argb,
  1327. int width,
  1328. int height) {
  1329. int y;
  1330. void (*NV21ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
  1331. const struct YuvConstants* yuvconstants, int width) =
  1332. NV21ToARGBRow_C;
  1333. if (!src_y || !src_uv || !dst_argb || width <= 0 || height == 0) {
  1334. return -1;
  1335. }
  1336. // Negative height means invert the image.
  1337. if (height < 0) {
  1338. height = -height;
  1339. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  1340. dst_stride_argb = -dst_stride_argb;
  1341. }
  1342. #if defined(HAS_NV21TOARGBROW_SSSE3)
  1343. if (TestCpuFlag(kCpuHasSSSE3)) {
  1344. NV21ToARGBRow = NV21ToARGBRow_Any_SSSE3;
  1345. if (IS_ALIGNED(width, 8)) {
  1346. NV21ToARGBRow = NV21ToARGBRow_SSSE3;
  1347. }
  1348. }
  1349. #endif
  1350. #if defined(HAS_NV21TOARGBROW_AVX2)
  1351. if (TestCpuFlag(kCpuHasAVX2)) {
  1352. NV21ToARGBRow = NV21ToARGBRow_Any_AVX2;
  1353. if (IS_ALIGNED(width, 16)) {
  1354. NV21ToARGBRow = NV21ToARGBRow_AVX2;
  1355. }
  1356. }
  1357. #endif
  1358. #if defined(HAS_NV21TOARGBROW_NEON)
  1359. if (TestCpuFlag(kCpuHasNEON)) {
  1360. NV21ToARGBRow = NV21ToARGBRow_Any_NEON;
  1361. if (IS_ALIGNED(width, 8)) {
  1362. NV21ToARGBRow = NV21ToARGBRow_NEON;
  1363. }
  1364. }
  1365. #endif
  1366. #if defined(HAS_NV21TOARGBROW_MSA)
  1367. if (TestCpuFlag(kCpuHasMSA)) {
  1368. NV21ToARGBRow = NV21ToARGBRow_Any_MSA;
  1369. if (IS_ALIGNED(width, 8)) {
  1370. NV21ToARGBRow = NV21ToARGBRow_MSA;
  1371. }
  1372. }
  1373. #endif
  1374. for (y = 0; y < height; ++y) {
  1375. NV21ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
  1376. dst_argb += dst_stride_argb;
  1377. src_y += src_stride_y;
  1378. if (y & 1) {
  1379. src_uv += src_stride_uv;
  1380. }
  1381. }
  1382. return 0;
  1383. }
  1384. // Convert M420 to ARGB.
  1385. LIBYUV_API
  1386. int M420ToARGB(const uint8* src_m420,
  1387. int src_stride_m420,
  1388. uint8* dst_argb,
  1389. int dst_stride_argb,
  1390. int width,
  1391. int height) {
  1392. int y;
  1393. void (*NV12ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
  1394. const struct YuvConstants* yuvconstants, int width) =
  1395. NV12ToARGBRow_C;
  1396. if (!src_m420 || !dst_argb || width <= 0 || height == 0) {
  1397. return -1;
  1398. }
  1399. // Negative height means invert the image.
  1400. if (height < 0) {
  1401. height = -height;
  1402. dst_argb = dst_argb + (height - 1) * dst_stride_argb;
  1403. dst_stride_argb = -dst_stride_argb;
  1404. }
  1405. #if defined(HAS_NV12TOARGBROW_SSSE3)
  1406. if (TestCpuFlag(kCpuHasSSSE3)) {
  1407. NV12ToARGBRow = NV12ToARGBRow_Any_SSSE3;
  1408. if (IS_ALIGNED(width, 8)) {
  1409. NV12ToARGBRow = NV12ToARGBRow_SSSE3;
  1410. }
  1411. }
  1412. #endif
  1413. #if defined(HAS_NV12TOARGBROW_AVX2)
  1414. if (TestCpuFlag(kCpuHasAVX2)) {
  1415. NV12ToARGBRow = NV12ToARGBRow_Any_AVX2;
  1416. if (IS_ALIGNED(width, 16)) {
  1417. NV12ToARGBRow = NV12ToARGBRow_AVX2;
  1418. }
  1419. }
  1420. #endif
  1421. #if defined(HAS_NV12TOARGBROW_NEON)
  1422. if (TestCpuFlag(kCpuHasNEON)) {
  1423. NV12ToARGBRow = NV12ToARGBRow_Any_NEON;
  1424. if (IS_ALIGNED(width, 8)) {
  1425. NV12ToARGBRow = NV12ToARGBRow_NEON;
  1426. }
  1427. }
  1428. #endif
  1429. #if defined(HAS_NV12TOARGBROW_DSPR2)
  1430. if (TestCpuFlag(kCpuHasDSPR2)) {
  1431. NV12ToARGBRow = NV12ToARGBRow_Any_DSPR2;
  1432. if (IS_ALIGNED(width, 8)) {
  1433. NV12ToARGBRow = NV12ToARGBRow_DSPR2;
  1434. }
  1435. }
  1436. #endif
  1437. #if defined(HAS_NV12TOARGBROW_MSA)
  1438. if (TestCpuFlag(kCpuHasMSA)) {
  1439. NV12ToARGBRow = NV12ToARGBRow_Any_MSA;
  1440. if (IS_ALIGNED(width, 8)) {
  1441. NV12ToARGBRow = NV12ToARGBRow_MSA;
  1442. }
  1443. }
  1444. #endif
  1445. for (y = 0; y < height - 1; y += 2) {
  1446. NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb,
  1447. &kYuvI601Constants, width);
  1448. NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2,
  1449. dst_argb + dst_stride_argb, &kYuvI601Constants, width);
  1450. dst_argb += dst_stride_argb * 2;
  1451. src_m420 += src_stride_m420 * 3;
  1452. }
  1453. if (height & 1) {
  1454. NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb,
  1455. &kYuvI601Constants, width);
  1456. }
  1457. return 0;
  1458. }
  1459. // Convert YUY2 to ARGB.
  1460. LIBYUV_API
  1461. int YUY2ToARGB(const uint8* src_yuy2,
  1462. int src_stride_yuy2,
  1463. uint8* dst_argb,
  1464. int dst_stride_argb,
  1465. int width,
  1466. int height) {
  1467. int y;
  1468. void (*YUY2ToARGBRow)(const uint8* src_yuy2, uint8* dst_argb,
  1469. const struct YuvConstants* yuvconstants, int width) =
  1470. YUY2ToARGBRow_C;
  1471. if (!src_yuy2 || !dst_argb || width <= 0 || height == 0) {
  1472. return -1;
  1473. }
  1474. // Negative height means invert the image.
  1475. if (height < 0) {
  1476. height = -height;
  1477. src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
  1478. src_stride_yuy2 = -src_stride_yuy2;
  1479. }
  1480. // Coalesce rows.
  1481. if (src_stride_yuy2 == width * 2 && dst_stride_argb == width * 4) {
  1482. width *= height;
  1483. height = 1;
  1484. src_stride_yuy2 = dst_stride_argb = 0;
  1485. }
  1486. #if defined(HAS_YUY2TOARGBROW_SSSE3)
  1487. if (TestCpuFlag(kCpuHasSSSE3)) {
  1488. YUY2ToARGBRow = YUY2ToARGBRow_Any_SSSE3;
  1489. if (IS_ALIGNED(width, 16)) {
  1490. YUY2ToARGBRow = YUY2ToARGBRow_SSSE3;
  1491. }
  1492. }
  1493. #endif
  1494. #if defined(HAS_YUY2TOARGBROW_AVX2)
  1495. if (TestCpuFlag(kCpuHasAVX2)) {
  1496. YUY2ToARGBRow = YUY2ToARGBRow_Any_AVX2;
  1497. if (IS_ALIGNED(width, 32)) {
  1498. YUY2ToARGBRow = YUY2ToARGBRow_AVX2;
  1499. }
  1500. }
  1501. #endif
  1502. #if defined(HAS_YUY2TOARGBROW_NEON)
  1503. if (TestCpuFlag(kCpuHasNEON)) {
  1504. YUY2ToARGBRow = YUY2ToARGBRow_Any_NEON;
  1505. if (IS_ALIGNED(width, 8)) {
  1506. YUY2ToARGBRow = YUY2ToARGBRow_NEON;
  1507. }
  1508. }
  1509. #endif
  1510. #if defined(HAS_YUY2TOARGBROW_MSA)
  1511. if (TestCpuFlag(kCpuHasMSA)) {
  1512. YUY2ToARGBRow = YUY2ToARGBRow_Any_MSA;
  1513. if (IS_ALIGNED(width, 8)) {
  1514. YUY2ToARGBRow = YUY2ToARGBRow_MSA;
  1515. }
  1516. }
  1517. #endif
  1518. for (y = 0; y < height; ++y) {
  1519. YUY2ToARGBRow(src_yuy2, dst_argb, &kYuvI601Constants, width);
  1520. src_yuy2 += src_stride_yuy2;
  1521. dst_argb += dst_stride_argb;
  1522. }
  1523. return 0;
  1524. }
  1525. // Convert UYVY to ARGB.
  1526. LIBYUV_API
  1527. int UYVYToARGB(const uint8* src_uyvy,
  1528. int src_stride_uyvy,
  1529. uint8* dst_argb,
  1530. int dst_stride_argb,
  1531. int width,
  1532. int height) {
  1533. int y;
  1534. void (*UYVYToARGBRow)(const uint8* src_uyvy, uint8* dst_argb,
  1535. const struct YuvConstants* yuvconstants, int width) =
  1536. UYVYToARGBRow_C;
  1537. if (!src_uyvy || !dst_argb || width <= 0 || height == 0) {
  1538. return -1;
  1539. }
  1540. // Negative height means invert the image.
  1541. if (height < 0) {
  1542. height = -height;
  1543. src_uyvy = src_uyvy + (height - 1) * src_stride_uyvy;
  1544. src_stride_uyvy = -src_stride_uyvy;
  1545. }
  1546. // Coalesce rows.
  1547. if (src_stride_uyvy == width * 2 && dst_stride_argb == width * 4) {
  1548. width *= height;
  1549. height = 1;
  1550. src_stride_uyvy = dst_stride_argb = 0;
  1551. }
  1552. #if defined(HAS_UYVYTOARGBROW_SSSE3)
  1553. if (TestCpuFlag(kCpuHasSSSE3)) {
  1554. UYVYToARGBRow = UYVYToARGBRow_Any_SSSE3;
  1555. if (IS_ALIGNED(width, 16)) {
  1556. UYVYToARGBRow = UYVYToARGBRow_SSSE3;
  1557. }
  1558. }
  1559. #endif
  1560. #if defined(HAS_UYVYTOARGBROW_AVX2)
  1561. if (TestCpuFlag(kCpuHasAVX2)) {
  1562. UYVYToARGBRow = UYVYToARGBRow_Any_AVX2;
  1563. if (IS_ALIGNED(width, 32)) {
  1564. UYVYToARGBRow = UYVYToARGBRow_AVX2;
  1565. }
  1566. }
  1567. #endif
  1568. #if defined(HAS_UYVYTOARGBROW_NEON)
  1569. if (TestCpuFlag(kCpuHasNEON)) {
  1570. UYVYToARGBRow = UYVYToARGBRow_Any_NEON;
  1571. if (IS_ALIGNED(width, 8)) {
  1572. UYVYToARGBRow = UYVYToARGBRow_NEON;
  1573. }
  1574. }
  1575. #endif
  1576. #if defined(HAS_UYVYTOARGBROW_MSA)
  1577. if (TestCpuFlag(kCpuHasMSA)) {
  1578. UYVYToARGBRow = UYVYToARGBRow_Any_MSA;
  1579. if (IS_ALIGNED(width, 8)) {
  1580. UYVYToARGBRow = UYVYToARGBRow_MSA;
  1581. }
  1582. }
  1583. #endif
  1584. for (y = 0; y < height; ++y) {
  1585. UYVYToARGBRow(src_uyvy, dst_argb, &kYuvI601Constants, width);
  1586. src_uyvy += src_stride_uyvy;
  1587. dst_argb += dst_stride_argb;
  1588. }
  1589. return 0;
  1590. }
  1591. #ifdef __cplusplus
  1592. } // extern "C"
  1593. } // namespace libyuv
  1594. #endif