Merge "Update quantize SSSE3 SIMD to cover 32x32 transform case also."
Revert "New motion threshold factor - speed feature."
fix the mismatch again in cpu_used 2
use partitioning from last frame
Merge "Quantize (64-bit only, for now) SSSE3 SIMD."
Merge "Removing vp9_modecont.{h, c}."
Merge "Moving encoder subexp encoding functions to subexp.{h, c}."
Merge "Adding vp9_rb_read_signed_literal function."
Merge "Inlining decode_atom, decode_sb_intra, and decode_sb."
Merge "Cleanup inside vp9_decodemv.c."
Update quantize SSSE3 SIMD to cover 32x32 transform case also.
Quantize (64-bit only, for now) SSSE3 SIMD.
Removing vp9_modecont.{h, c}.
Merge "New motion threshold factor - speed feature."
New motion threshold factor - speed feature.
Adding vp9_rb_read_signed_literal function.
Merge "Enable SSE2 4x4 ADST/DCT transform"
SSE2 version of vp9_short_fdct32x32_rd.
Moving encoder subexp encoding functions to subexp.{h, c}.
Merge "fixed a bug where sse is not populated"
Merge "add Neon optimized add constant residual functions"
Merge "fix test compile error"
Merge "Inline vp9_get_coef_context() (and remove vp9_ prefix)."
Merge "Minor change to prevent one level of dereference in cost_coeffs()."
add Neon optimized add constant residual functions
Merge "Cosmetic reordering of FRAME_CONTEXT members."
Inlining decode_atom, decode_sb_intra, and decode_sb.
Enable SSE2 4x4 ADST/DCT transform
fixed a bug where sse is not populated
Merge "Fix switch statement in 8x8 transform"
Cosmetic reordering of FRAME_CONTEXT members.
Cleanup inside vp9_decodemv.c.
Merge "Removing CONFIG_DEBUG checks on assertions."
Fix switch statement in 8x8 transform
Merge "Some minor optimizations for cost_coeffs()."
Merge "Make coefficient skip condition an explicit RD choice."
Inline vp9_get_coef_context() (and remove vp9_ prefix).
Merge "Decoder's code cleanup."
Removing CONFIG_DEBUG checks on assertions.
Minor change to prevent one level of dereference in cost_coeffs().
Some minor optimizations for cost_coeffs().
Make coefficient skip condition an explicit RD choice.
Merge "Minor cleanups"
Merge "Optimize partition search order"
Optimize partition search order
Merge "Fix tile independence with both column tiling and static_thresh set."
Merge "variance_test: add missing ClearSystemState..."
Fix tile independence with both column tiling and static_thresh set.
Add Neon optimized loop filter functions.
Merge "General cleanup in segmentation-related code."
Merge "Moving subexp encoding functions in separate vp9_dsubexp.c file."
Inline quantize so idiv instruction gets removed from inner loop.
Merge "Auto adapt step size feature."
Merge "Start adaptive threshold for each mode at max."
Merge "Change meaning of cpi->sf.first_step and rename."
Auto adapt step size feature.
Merge "Make intra predictor reference buffer configurable"
Merge "Make update_partition_context faster"
variance_test: add missing ClearSystemState...
Merge "Change to use LUT for mode-to-txfm conversion"
Make intra predictor reference buffer configurable
Merge "Remove empty function vp9_build_block_offsets"
Make update_partition_context faster
Start adaptive threshold for each mode at max.
Change meaning of cpi->sf.first_step and rename.
Remove unused macro RDTRUNC_8x8 from encodemb.c.
Remove empty function vp9_build_block_offsets
Change to use LUT for mode-to-txfm conversion
Merge "Fix aligned memory allocation in unit tests"
Fix aligned memory allocation in unit tests
Merge "fixed a compiling problem with MSVC win32 build"
test/fdct*: fix some warnings
General cleanup in segmentation-related code.
Merge "Using get_plane_block_{width, height} instead of custom code."
fixed a compiling problem with MSVC win32 build
Merge "vpxenc: send usage to stderr"
Merge ".gitignore: add gcov files"
Merge "Move vp9_counts_to_nmv_context to encoder"
Merge "Move vp9_full_to_model_counts to encoder"
Merge "make: add libvpx_test_srcs.txt target"
Merge "tests/*source: test file pointer before reading"
Merge "encode_test_driver: check for fatal failures"
Merge "Refactor intra predictor block"
tests/*source: test file pointer before reading
encode_test_driver: check for fatal failures
Refactor intra predictor block
Using get_plane_block_{width, height} instead of custom code.
Merge "Only do metrics on cropped (visible) area of picture."
Merge "Don't skip right/bottom border pixels in SSIM calculations."
Merge "Add averaging-SAD functions for 8-point comp-inter motion search."
make: add libvpx_test_srcs.txt target
Merge "Cosmetic changes in 4x4 fwd transform unit test"
Merge "Tune the rounding operations in 8x8 ADST/DCT sse2"
Merge "I420VideoSource: normalize framerate types"
Add averaging-SAD functions for 8-point comp-inter motion search.