Commit f8b1ae7e authored by magjed's avatar magjed Committed by Commit bot

Revert of Roll libyuv d204db6...194f740 (r1172..1285) (patchset #1 id:1 of...

Revert of Roll libyuv d204db6...194f740 (r1172..1285) (patchset #1 id:1 of https://codereview.chromium.org/943513002/)

Reason for revert:
Failing Windows DrMemory memory test: content
Error report:
07:13:11 drmemory_analyze.py [INFO] Found 1 error reports
07:13:11 drmemory_analyze.py [INFO] Report #1
### BEGIN MEMORY TOOL REPORT (error hash=#FBECECDC73272255#)
UNINITIALIZED READ: reading 0x001ff960-0x001ff980 32 byte(s) within 0x001ff960-0x001ff980
# 0 content.dll!CopyRow_AVX                                                    [third_party\libyuv\source\row_win.cc:2687]
# 1 content.dll!CopyRow_Any_AVX                                                [third_party\libyuv\source\row_any.cc:672]
# 2 content.dll!CopyPlane                                                      [third_party\libyuv\source\planar_functions.cc:72]
# 3 content.dll!I420Copy                                                       [third_party\libyuv\source\convert.cc:90]
# 4 content.dll!I420Rotate                                                     [third_party\libyuv\source\rotate.cc:1193]
# 5 content.dll!ConvertToI420                                                  [third_party\libyuv\source\convert_to_i420.cc:241]
# 6 content.dll!content::VideoCaptureController::VideoCaptureDeviceClient::OnIncomingCapturedData [content\browser\renderer_host\media\video_capture_controller.cc:514]
# 7 content::VideoCaptureControllerTest_DataCaptureInEachVideoFormatInSequence_Test::TestBody [content\browser\renderer_host\media\video_capture_controller_unittest.cc:661]
# 8 testing::internal::HandleExceptionsInMethodIfSupported<>                   [testing\gtest\src\gtest.cc:2420]
Note: @0:05:20.487 in thread 3640
Note: instruction: vmovdqu (%eax) -> %ymm0

Original issue's description:
> Roll libyuv d204db6...194f740 (r1172..1285)
>
> This roll is primarily done to pick up ValidateJpeg performance improvement.
>
> TBR=fbarchard
>
> Committed: https://crrev.com/50bf61b785adf9366446bc26c09e691a1c0db15f
> Cr-Commit-Position: refs/heads/master@{#317304}

TBR=fbarchard@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/941573004

Cr-Commit-Position: refs/heads/master@{#317325}
parent 363c3a56
......@@ -246,7 +246,7 @@ deps = {
Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + 'a8caa51ba2f80971a45880425bf2ae864a786784',
'src/third_party/libyuv':
Var('chromium_git') + '/external/libyuv.git' + '@' + '194f740d0e2afcf0501747f11e95215b4c32788d', # from svn revision 1285
Var('chromium_git') + '/external/libyuv.git' + '@' + 'd204db647e591ccf0e2589236ecea90330d65a66', # from svn revision 1171
'src/third_party/smhasher/src':
Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment