Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 2540893003: Proof of concept using libvpx's y4minput.c (Closed)

Created:
4 years ago by kjellander_webrtc
Modified:
4 years ago
Reviewers:
charujain, phoglund
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Proof of concept using libvpx's y4minput.c This prevents reinventing the wheel in https://codereview.webrtc.org/2515253004

Patch Set 1 : Pristine patched CL #

Patch Set 2 : Using y4minput.c #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -0 lines) Patch
M BUILD.gn View 1 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/tools/BUILD.gn View 1 3 chunks +26 lines, -0 lines 0 comments Download
M webrtc/tools/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/frame_analyzer/reference_less_video_analysis.cc View 1 chunk +43 lines, -0 lines 0 comments Download
A webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.h View 1 chunk +50 lines, -0 lines 0 comments Download
A webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc View 1 1 chunk +184 lines, -0 lines 2 comments Download
A webrtc/tools/frame_analyzer/reference_less_video_analysis_unittest.cc View 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
charujain
Great. Thanks for creating this. Just one question on this. https://codereview.webrtc.org/2540893003/diff/60001/webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc File webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc (right): https://codereview.webrtc.org/2540893003/diff/60001/webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc#newcode29 ...
4 years ago (2016-11-30 09:58:23 UTC) #4
kjellander_webrtc
On 2016/11/30 09:58:23, charujain wrote: > Great. Thanks for creating this. Just one question on ...
4 years ago (2016-11-30 10:00:01 UTC) #5
charujain
On 2016/11/30 10:00:01, kjellander_webrtc wrote: > On 2016/11/30 09:58:23, charujain wrote: > > Great. Thanks ...
4 years ago (2016-11-30 12:15:08 UTC) #6
kjellander_webrtc
On 2016/11/30 12:15:08, charujain wrote: > On 2016/11/30 10:00:01, kjellander_webrtc wrote: > > On 2016/11/30 ...
4 years ago (2016-11-30 12:21:37 UTC) #7
phoglund
4 years ago (2016-11-30 12:41:01 UTC) #9
https://codereview.webrtc.org/2540893003/diff/60001/webrtc/tools/frame_analyz...
File webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc (right):

https://codereview.webrtc.org/2540893003/diff/60001/webrtc/tools/frame_analyz...
webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc:19: #include
"third_party/libvpx/source/libvpx/y4minput.h"
Oh, so you could just include the file. Nice! Sorry Charu, I was wrong about
that. I thought there was a problem including the file for some reason but
apparently not.

Powered by Google App Engine
This is Rietveld 408576698