Merge "Using MAX_REF_FRAMES constant instead of number 4."
Merge "Fix use of uninitialized bsize in non-RD mode"
Using MAX_REF_FRAMES constant instead of number 4.
Fix use of uninitialized bsize in non-RD mode
Merge "Cleaning up select_tx_mode() function."
Merge "Disable sixtap_predict_test for neon."
Merge "Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}."
Merge "Cleaning up rd_pick_sb_modes() function."
Cleaning up select_tx_mode() function.
Cleaning up rd_pick_sb_modes() function.
Adding reusable get_y_mode_prob() function.
Merge "General cleanup in vp9_encodeframe.c."
Merge "Cleaning up optimize_b() function."
Merge "Add realtime-mode to datarate tests."
Disable sixtap_predict_test for neon.
Merge "Support for a fast diamond search"
Merge "vp9_read_bit_buffer.h convert header statics to global functions"
Merge "vp9_reconinter.h static functions in header converted to global"
Merge "vp9_onyxc_int.h static -> static inline in header"
Merge "Cleaning up vp9_get_mvpred_var()."
Merge "Adding const to FIRSTPASS_STATS pointers."
Merge "Cleaning up pack_inter_mode_mvs() function."
Merge "Skip mode check when mv has been tested"
Merge "Clearn up model_rd in non-RD coding mode"
Support for a fast diamond search
Cleaning up pack_inter_mode_mvs() function.
Merge "Removing unused active_section global variable."
Merge "Disable the neon version vpx_yv12_copy_y. For some dimensions, neon code ends up in a dead loop inside. This will fix the unit test failure in svc_test on ARM."
Skip mode check when mv has been tested
Removing unused active_section global variable.
Merge "[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. 2. Add read/write for RC stats file The two pass RC for svc does not work yet. This is just the first step. We need further development to make it working. Change-Id: I8ef0e177dff0b5ed3c97a916beea5123717cc6f2"
Disable the neon version vpx_yv12_copy_y.
General cleanup in vp9_encodeframe.c.
Clearn up model_rd in non-RD coding mode
Add realtime-mode to datarate tests.
Merge "Use modeled rate distortion costs for non-RD mode"
Use modeled rate distortion costs for non-RD mode
vp8cx_set_ref: fix variable assignment
Merge "Avoid unknown warning warnings and fix -Werror on macosx."
Merge "configure.sh: quote local variables"
Adding const to FIRSTPASS_STATS pointers.
Merge "cpu_speed_test - now test one pass and more speeds"
Cleaning up vp9_get_mvpred_var().
Merge "Add speeed 5 to datarate test."
configure.sh: quote local variables
Avoid unknown warning warnings and fix -Werror on macosx.
cpu_speed_test - now test one pass and more speeds
Merge changes I627eb724,I55d5865b
Add speeed 5 to datarate test.
Merge "Cleaning up labels2mode() function."
Cleaning up optimize_b() function.
Merge "Removing unused mv_ref_stats[] array."
Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}.
Merge "Fixes static analysis issues"
Merge "Removing vp9_onyx.h and moving its content to the encoder."
Cleaning up labels2mode() function.
Merge "vp9_systemdependent: reorder includes avoid proto mismatch"
Merge "configure: Use "cat -n" instead of "pr -n -t""
Merge "move resize_util.c to examples/"
Merge "vp9_subpixel_8t_intrin_avx2: fix build w/clang 3.4+"
Fixes static analysis issues
vp9_subpixel_8t_intrin_avx2: fix build w/clang 3.4+
Merge "Add neon register state check for unit test."
Removing vp9_onyx.h and moving its content to the encoder.
Merge "Combining mode_mv[] and second_mode_mv[]."
Merge "Cleaning up mode cost manipulations."
Merge "Adding vp9_cost.{h, c} files."
vp9_systemdependent: reorder includes avoid proto mismatch
Merge "Inlining and removing vp9_set_mbmode_and_mvs()."
Merge "Replacing int_mv with MV in full_pixel_motion_search()."
Merge "Removing vp9_onyxd_int.h file."
Merge "Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB."
Add neon register state check for unit test.
configure: add a test for configured source dir
Makefile: add distclean target
Merge "configure: Check for make"
Adjust some speed features for --rt (-5)
Merge "Fix set_mode_info settings"
Merge "Remove repeated tx_mode_select calls"
Merge "Move set_speed_feature out of frame encoding"
Merge "vp9_picklpf.c: remove unused functions and params"
configure: Use "cat -n" instead of "pr -n -t"
Merge "improved speed of 4x4 sse2 fdct."
Inlining and removing vp9_set_mbmode_and_mvs().
vp9_picklpf.c: remove unused functions and params
Merge "Merging force-keyframe example into simple_encoder."
Merge "Cleaning up vp9_refining_search_sadx4()."
Cleaning up mode cost manipulations.
Merging force-keyframe example into simple_encoder.
Merge "Converting vp8cx_set_ref example to use new API."
Adding vp9_cost.{h, c} files.
Merge "Prune RT mode decisions for BLOCK_32x32 and up"
Combining mode_mv[] and second_mode_mv[].
Merge "Cleaning up vp9_mvref_common.c."
Merge "Removing VP9_PTR."
Cleaning up vp9_refining_search_sadx4().
Removing vp9_onyxd_int.h file.
Converting vp8cx_set_ref example to use new API.