mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #2101 - Part 3: Update libyuv
Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from https://chromium.googlesource.com/libyuv/libyuv/
This commit is contained in:
parent
42f3296899
commit
a4d1f57b9e
222 changed files with 111006 additions and 37106 deletions
35
media/libyuv/source/test.sh
Normal file
35
media/libyuv/source/test.sh
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
function runbenchmark1 {
|
||||
perf record /google/src/cloud/fbarchard/clean/google3/blaze-bin/third_party/libyuv/libyuv_test --gunit_filter=*$1 --libyuv_width=1280 --libyuv_height=720 --libyuv_repeat=1000 --libyuv_flags=-1 --libyuv_cpu_info=-1
|
||||
perf report | grep AVX
|
||||
}
|
||||
|
||||
runbenchmark1 ABGRToI420
|
||||
runbenchmark1 Android420ToI420
|
||||
runbenchmark1 ARGBToI420
|
||||
runbenchmark1 Convert16To8Plane
|
||||
runbenchmark1 ConvertToARGB
|
||||
runbenchmark1 ConvertToI420
|
||||
runbenchmark1 CopyPlane
|
||||
runbenchmark1 H010ToAB30
|
||||
runbenchmark1 H010ToAR30
|
||||
runbenchmark1 HalfFloatPlane
|
||||
runbenchmark1 I010ToAB30
|
||||
runbenchmark1 I010ToAR30
|
||||
runbenchmark1 I420Copy
|
||||
runbenchmark1 I420Psnr
|
||||
runbenchmark1 I420Scale
|
||||
runbenchmark1 I420Ssim
|
||||
runbenchmark1 I420ToARGB
|
||||
runbenchmark1 I420ToNV12
|
||||
runbenchmark1 I420ToUYVY
|
||||
runbenchmark1 I422ToI420
|
||||
runbenchmark1 InitCpuFlags
|
||||
runbenchmark1 J420ToARGB
|
||||
runbenchmark1 NV12ToARGB
|
||||
runbenchmark1 NV12ToI420
|
||||
runbenchmark1 NV12ToI420Rotate
|
||||
runbenchmark1 SetCpuFlags
|
||||
runbenchmark1 YUY2ToI420
|
||||
Loading…
Add table
Add a link
Reference in a new issue