summaryrefslogtreecommitdiff
path: root/libvpx_srcs_x86.gypi
diff options
context:
space:
mode:
authorjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-12-26 23:43:42 +0000
committerjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-12-26 23:43:42 +0000
commit0e29f91ae7876791fc422e9c7cea72b1866439a6 (patch)
tree76425c3986b74e59d5846ff0e7859d1c6ae8d19b /libvpx_srcs_x86.gypi
parentfcfc5ae2a27b03f8b392314f0309efea592f2b8a (diff)
downloadlibvpx-0e29f91ae7876791fc422e9c7cea72b1866439a6.tar.gz
libvpx: Pull from upstream
Keep AVX2 VP9 decoder optimizations disabled. Current HEAD: f3beca079c9dcc0b1b4ef6332aceb1917694ea4a git log from upstream: f3beca0 Merge "Calculating has_second_ref only once for single_ref context." 1e8b5bf Merge "Removing vp9_findnearmv.{h, c} files." 87440ae Moving MAX_PROB constant to vp9_prob.h. f69b560 Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}. 36ee0a2 Merge "Renaming vp9_boolcoder.{h, c} to vp9_writer.{h, c}." b3b9f4a Merge "Using single struct to represent scale factors." 4084566 Renaming vp9_boolcoder.{h, c} to vp9_writer.{h, c}. 47d482c Merge "Reusing FRAME_COUNTS in the encoder." 9938777 Merge "Store the SSE of prediction residuals" 68cdbfe Merge "Initialize avg_frame_qindex to worst_allowed for 1 pass." 6afd37a Merge "Fix a bug" 2472f12 Fix a bug b6a0ac1 Merge "Code clean up" 17b2d63 Merge "Adjust gf_group_error_left for arf groups." cc8ea84 Merge "test/partial_idct_test: fix msvc build" 243327f Store the SSE of prediction residuals 987810a Removing vp9_findnearmv.{h, c} files. a3fbcc8 Using single struct to represent scale factors. 40e173a Merge "vp9_encode_frame() cleanup." 5ba4b16 Initialize avg_frame_qindex to worst_allowed for 1 pass. c872d2b Call set_scaled_offsets() just before scale_mv() call. 5bfd475 Merge "Adding get_block_variance_fn() function." a619f5a Merge "Replacing 1 << mi_{width, height}_log2() with lookup tables." f06187f vp9_encode_frame() cleanup. 66ef9d1 Adding get_block_variance_fn() function. 431aaef Replacing 1 << mi_{width, height}_log2() with lookup tables. 84b4d8c Merge "Begin refactor of frame schedule in rate control" 09faf55 Code clean up c67ee5e Merge "Converting vp9_treecoder.h to vp9_prob.{h, c}" e4b85c9 Merge "Adding get_zbin_mode_boost() function." 4dbad63 Begin refactor of frame schedule in rate control 46444c2 Merge "test/decode_perf_test: fix msvc build" ee29b7e Adjust gf_group_error_left for arf groups. cb86599 Allow arf just before kfs or end of sequence. e1312c3 Further q estimate adjustment. d99e890 Remove unused code and data structure. 4e84ad1 Reusing FRAME_COUNTS in the encoder. d2fdea1 test/decode_perf_test: fix msvc build 949194d Merge "test/partial_idct_test: fix formatting and a warning" 829ec56 Merge "Reusing FRAME_COUNTS in the encoder." a5768f6 test/partial_idct_test: fix msvc build 19c5353 test/partial_idct_test: fix formatting and a warning dc2c62e Cast away Windows warning 69384a2 Merge "Fix arnr for 4:4:4." 7e731b6 Fix arnr for 4:4:4. 5bafc23 Merge "Fix to overflow in asan test (for vp8 encoder)." 6efb0ab Fix to overflow in asan test (for vp8 encoder). 89b6d40 Replace cpi->common with cm in vp9_onyx_if ae0e383 Merge "Make rd_pred_filter update consistent in all bsizes" d8557a0 Make rd_pred_filter update consistent in all bsizes f71f581 Merge "Added a test vector that exercises lpf deltas" de49895 Adding get_zbin_mode_boost() function. 02d5ebc Merge "Updates for 1-pass CBR rate control." 2424ba3 Added a test vector that exercises lpf deltas 1b8b8b0 Updates for 1-pass CBR rate control. 118c8fb Calculating has_second_ref only once for single_ref context. 1d23a65 Reusing FRAME_COUNTS in the encoder. b5c9261 Converting vp9_treecoder.h to vp9_prob.{h, c} TBR=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/121473002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@242574 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_x86.gypi')
-rw-r--r--libvpx_srcs_x86.gypi9
1 files changed, 4 insertions, 5 deletions
diff --git a/libvpx_srcs_x86.gypi b/libvpx_srcs_x86.gypi
index e417dd6..4e521ac 100644
--- a/libvpx_srcs_x86.gypi
+++ b/libvpx_srcs_x86.gypi
@@ -185,8 +185,6 @@
'<(libvpx_source)/vp9/common/vp9_enums.h',
'<(libvpx_source)/vp9/common/vp9_filter.c',
'<(libvpx_source)/vp9/common/vp9_filter.h',
- '<(libvpx_source)/vp9/common/vp9_findnearmv.c',
- '<(libvpx_source)/vp9/common/vp9_findnearmv.h',
'<(libvpx_source)/vp9/common/vp9_idct.c',
'<(libvpx_source)/vp9/common/vp9_idct.h',
'<(libvpx_source)/vp9/common/vp9_loopfilter.c',
@@ -201,6 +199,8 @@
'<(libvpx_source)/vp9/common/vp9_pragmas.h',
'<(libvpx_source)/vp9/common/vp9_pred_common.c',
'<(libvpx_source)/vp9/common/vp9_pred_common.h',
+ '<(libvpx_source)/vp9/common/vp9_prob.c',
+ '<(libvpx_source)/vp9/common/vp9_prob.h',
'<(libvpx_source)/vp9/common/vp9_quant_common.c',
'<(libvpx_source)/vp9/common/vp9_quant_common.h',
'<(libvpx_source)/vp9/common/vp9_reconinter.c',
@@ -218,7 +218,6 @@
'<(libvpx_source)/vp9/common/vp9_textblit.h',
'<(libvpx_source)/vp9/common/vp9_tile_common.c',
'<(libvpx_source)/vp9/common/vp9_tile_common.h',
- '<(libvpx_source)/vp9/common/vp9_treecoder.h',
'<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c',
'<(libvpx_source)/vp9/common/x86/vp9_copy_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_intrapred_sse2.asm',
@@ -227,8 +226,6 @@
'<(libvpx_source)/vp9/common/x86/vp9_postproc_x86.h',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_ssse3.asm',
- '<(libvpx_source)/vp9/decoder/vp9_dboolhuff.c',
- '<(libvpx_source)/vp9/decoder/vp9_dboolhuff.h',
'<(libvpx_source)/vp9/decoder/vp9_decodeframe.c',
'<(libvpx_source)/vp9/decoder/vp9_decodeframe.h',
'<(libvpx_source)/vp9/decoder/vp9_decodemv.c',
@@ -241,6 +238,8 @@
'<(libvpx_source)/vp9/decoder/vp9_onyxd_if.c',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_int.h',
'<(libvpx_source)/vp9/decoder/vp9_read_bit_buffer.h',
+ '<(libvpx_source)/vp9/decoder/vp9_reader.c',
+ '<(libvpx_source)/vp9/decoder/vp9_reader.h',
'<(libvpx_source)/vp9/decoder/vp9_thread.c',
'<(libvpx_source)/vp9/decoder/vp9_thread.h',
'<(libvpx_source)/vp9/vp9_dx_iface.c',