Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch."

Multimedia / libvpx - Johann [google.com] - 23 January 2015 10:42 UTC

This reverts commit bde04ce5039cbcf86c8b34bdb4127e18d7e1d0c7

a18da97 Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch."
test/test-data.mk | 9 -
test/test-data.sha1 | 9 -
test/test.mk | 1 -
test/test_vector_test.cc | 91 +----
test/test_vectors.cc | 1 -
test/vp9_encoder_parms_get_to_decoder.cc | 4 +-
test/vp9_frame_parallel_test.cc | 209 -----------
test/webm_video_source.h | 12 -
vp9/common/vp9_alloccommon.c | 112 ++----
vp9/common/vp9_alloccommon.h | 2 -
vp9/common/vp9_entropymode.c | 8 +-
vp9/common/vp9_mvref_common.c | 15 +-
vp9/common/vp9_mvref_common.h | 4 +-
vp9/common/vp9_onyxc_int.h | 80 +----
vp9/common/vp9_reconinter.c | 349 +++++++++++++++++--
vp9/common/vp9_reconinter.h | 34 +-
vp9/decoder/vp9_decodeframe.c | 483 +++-----------------------
vp9/decoder/vp9_decodeframe.h | 3 -
vp9/decoder/vp9_decodemv.c | 50 +--
vp9/decoder/vp9_decodemv.h | 3 +-
vp9/decoder/vp9_decoder.c | 140 ++------
vp9/decoder/vp9_decoder.h | 35 +-
vp9/decoder/vp9_dthread.c | 187 ----------
vp9/decoder/vp9_dthread.h | 65 ----
vp9/encoder/vp9_encoder.c | 61 ++--
vp9/encoder/vp9_encoder.h | 8 +-
vp9/encoder/vp9_firstpass.c | 3 +-
vp9/encoder/vp9_pickmode.c | 4 +-
vp9/encoder/vp9_rd.c | 3 +-
vp9/encoder/vp9_rdopt.c | 3 +-
vp9/vp9_cx_iface.c | 9 +-
vp9/vp9_dx_iface.c | 557 ++++++------------------------
vp9/vp9dx.mk | 2 -
vpx/vpx_frame_buffer.h | 5 +-
webmdec.cc | 2 -
webmdec.h | 1 -
36 files changed, 599 insertions(+), 1965 deletions(-)

Upstream: git.chromium.org


  • Share