Cleanup inside vp9_decodemv.c.
Merge "Removing CONFIG_DEBUG checks on assertions."
Merge "Some minor optimizations for cost_coeffs()."
Merge "Make coefficient skip condition an explicit RD choice."
Merge "Decoder's code cleanup."
Removing CONFIG_DEBUG checks on assertions.
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.
Only do metrics on cropped (visible) area of picture.
Don't skip right/bottom border pixels in SSIM calculations.
Merge "intrapred_test: add virtual dtor to IntraPredBase"
Tune the rounding operations in 8x8 ADST/DCT sse2
Merge "Add SAD unit tests for all rectangular sizes."
Merge "Don't re-allocate comp_pred buffers for each call to comp motion search."
Moving subexp encoding functions in separate vp9_dsubexp.c file.
Merge "Removing unused code."
Cosmetic changes in 4x4 fwd transform unit test
Merge "Add 8x8 dct/adst unit tests"
Merge "Changed size of mb_mode_context to 8 bits"
Merge "Small mode_info_context cleanup in filter_block_plane"
Small mode_info_context cleanup in filter_block_plane
Merge "Removing find_seg_id and using vp9_get_pred_mi_segid instead."
Merge "Transforming scale_mv_component_q4 into scale_mv_q4 function."
Add 8x8 dct/adst unit tests
Merge "Use aligned buffer operations in 8x8/16x16 2D-DCT"
vpxenc: send usage to stderr
Merge "Enable sse2 implmentation of 8x8 ADST/DCT"
Merge "change to enable use_largest_txform feature"
Use aligned buffer operations in 8x8/16x16 2D-DCT
Enable sse2 implmentation of 8x8 ADST/DCT
Changed size of mb_mode_context to 8 bits
change to enable use_largest_txform feature
.gitignore: add gcov files
Move vp9_counts_to_nmv_context to encoder
Move vp9_full_to_model_counts to encoder
Merge "Remove unused vp9_build_intra_predictors_sb{y,uv}_s"
Merge "Remove unused vp9_model_to_full_probs_sb()"
Add SAD unit tests for all rectangular sizes.
Don't re-allocate comp_pred buffers for each call to comp motion search.
Merge "Fix loopfilter of leftmost 4x4 edges in SB"
Fix loopfilter of leftmost 4x4 edges in SB
Merge "Allocate memory using appropriate expected alignment in unit tests."
I420VideoSource: normalize framerate types