Moving segmentation related vars into separate struct.
Merge "Adding write_compressed_header function."
Merge "Removing unused TOKENEXTRA arg from pick_sb_modes function."
Add neon optimize vp9_dc_only_idct_add.
Merge "Wide loopfilter 16 pix at a time"
Merge "Fix tx_type bug in intra4x4 rd loop"
Replace copy_memNxM functions with a generic copy/avg function.
Remove unused fwalsh/fdct x86 SIMD implementations.
Merge "Remove unused iwalsh4x4 MMX/SSE2 functions."
Merge "Remove unused 16x3/3x16 sad SSE2 functions."
Wide loopfilter 16 pix at a time
Removing unused TOKENEXTRA arg from pick_sb_modes function.
Fix tx_type bug in intra4x4 rd loop
Merge "Prunes out full-rd computation based on modeled rd"
Merge "Adding read_compressed_header function."
Adding write_compressed_header function.
configure with internal stats not working
Remove unused 16x3/3x16 sad SSE2 functions.
Remove unused iwalsh4x4 MMX/SSE2 functions.
Merge "SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction."
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction."
Merge "remove warnings when NDEBUG is set"
remove warnings when NDEBUG is set
Prunes out full-rd computation based on modeled rd
Merge "msvc: set a more useful debug format"
Merge "test_libvpx: disable pthreads in gtest for win targets"
SSE2 16x16 ADST/DCT hybrid transform
Merge "Adding encode_tiles function to vp9_bitstream.c."
Merge "Add a feature to reduce chrome intra mode search"
Merge "Add unit test for 16x16 forward ADST/DCT"
Merge "Bug fix: set frame_parallel_decoding_mode"
Merge "Fix intermediate height in convolve"
Adding read_compressed_header function.
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction."
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction."
Merge "Remove memcpy() in handle_inter_mode() filter selection."
Merge "Removing vp9_maskingmv.c and corresponding assembly file."
Add unit test for 16x16 forward ADST/DCT
SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction.
Remove memcpy() in handle_inter_mode() filter selection.
Add a feature to reduce chrome intra mode search
mi_width_log2 & mi_height_log2
b_width_log2 and b_height_log2 lookups
removing case statements around prediction entropy coding
Merge "Revert "Remove memcpy() in handle_inter_mode() filter selection.""
Merge "remove unused VP8 com/dec asm offsets"
Merge "Remove all asm offset files from VP9"
Merge "Loop filter code cleanup."
Revert "Remove memcpy() in handle_inter_mode() filter selection."
msvc: set a more useful debug format
Merge "Added a lossless test"
Adding encode_tiles function to vp9_bitstream.c.
Merge "Add Neon horizontal and vertical vp9_mbloop_filter"
remove unused VP8 com/dec asm offsets
Remove all asm offset files from VP9
Merge "Removed unnecessary xd->mode_info_context assignment"
Removed unnecessary xd->mode_info_context assignment
Add Neon horizontal and vertical vp9_mbloop_filter
Merge "Adding update_tx_ct function, removing duplicated code."
Removing vp9_maskingmv.c and corresponding assembly file.
Loop filter code cleanup.
Merge "Unbreak lossless."
Merge "Make intra prediction pointers RTCD-based."
cleanup read_mode_info if (1)
decoder speedup - get-segment-id only if segmentation enabled
Merge "Fix loopfilter bug"
Merge "Using mi_cols instead of mb_cols."
Merge "Refactoring setup_pre_planes function."
Merge "Calling set_partition_seg_context() instead of code duplication."
Make intra prediction pointers RTCD-based.
Don't call encode_sb() for the final of 4-split subpartitions.
Inline vp9_get_mv_joint().
Don't recalculate mv_ref costs for each block/partition.
Remove unnecessary memset(best_index, 0) from trellis/optimize.
Remove memcpy() in handle_inter_mode() filter selection.
Make frame-wide filter-type decision fully RD-based.
Using mi_cols instead of mb_cols.
Implements several heuristics to prune mode search
Fix intermediate height in convolve
Merge "Refactor SSE2 8x8 functional units"
Merge "Fix to comp_inter_joint_search_thresh feature."
Adding update_tx_ct function, removing duplicated code.
Refactoring setup_pre_planes function.
Fix to comp_inter_joint_search_thresh feature.
Added two new skip experiments.
Merge "Adding write_skip_coeff function."
Merge "Enable early termination in rd search"
Merge "Replacing 64 / MI_SIZE with MI_BLOCK_SIZE."
Adding write_skip_coeff function.
Merge "Inline a few intra predictors"
Enable early termination in rd search
Calling set_partition_seg_context() instead of code duplication.
Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.