Cleaning up read_mv_probs() function.
Merge "Fixes to buffer update for temporal layers."
Merge "Unified approach for backward probability update."
token_cache changes in decoder
Merge "Remove one shot q experiment"
Merge "Fix the use case of plane_block_idx in sub8x8 RD"
Merge "Avoid mv cost check for invalid mv values"
Merge "Remove unused members from VP9_COMP"
Avoid mv cost check for invalid mv values
Unified approach for backward probability update.
Splitting partition_probs array into two arrays.
Remove unused members from VP9_COMP
Merge "Remove unused member variables from VP9_COMP"
Merge "Removing 'new' probability calculation from convert_distribution()."
Remove unused member variables from VP9_COMP
Merge "Add second ref frame check back in rdcost hist"
Fix the use case of plane_block_idx in sub8x8 RD
Add second ref frame check back in rdcost hist
Merge "vp9 ssse3 d207_predictor_32x32: add missing GLOBAL()"
vp9 ssse3 d207_predictor_32x32: add missing GLOBAL()
Removing 'new' probability calculation from convert_distribution().
Merge "Convert filter kernel choice to lookup"
Convert filter kernel choice to lookup
Fixes to buffer update for temporal layers.
Merge "Cleanup. Adding const to function pointer arguments."
Merge "Cleaning up read_skip_coeff() function."
Merge "simplify read_coef_prob()"
Merge "Removing is_intra_mode() function."
Cleaning up read_skip_coeff() function.
Merge "Reducing the number of foreach_transformed_block() calls."
Cleanup. Adding const to function pointer arguments.
Reducing the number of foreach_transformed_block() calls.
Merge "mb_lpf_horizontal_edge AVX2 optimization"
mb_lpf_horizontal_edge AVX2 optimization
Merge "Fix x_offset_q4/y_offset_q4 calculation"
Remove one shot q experiment
Merge "Enable all-zero coeff block index for sub8x8 blk"
Merge "Reducing the number of recursive calls."
Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.
Enable all-zero coeff block index for sub8x8 blk
Reducing the number of recursive calls.
vp9/decode: align tile worker data allocation
Merge "vp9_decodframe.c: use vpx_memset instead of cast"
Merge "idct_blk_mmx.c: use vpx_memset instead of cast"
Merge "decodframe.c: use vpx_memset instead of cast"
Merge "threading.c: use vpx_memset instead of cast"
Merge "idct_blk.c: use vpx_memset instead of cast"
Fix x_offset_q4/y_offset_q4 calculation
Merge "vp9: add multi-threaded tile decoder"
vp9: add multi-threaded tile decoder
Merge "vp9/decode: add get_tile()"
Merge "Adding const to vp9_quantize_b_{32x32,} parameters."
Merge "CL for adding AVX-AVX2 support in libvpx."
Adding const to vp9_quantize_b_{32x32,} parameters.
CL for adding AVX-AVX2 support in libvpx.
Merge "Fixing wrongly initialized tx_type variable."
vp9_decodframe.c: use vpx_memset instead of cast
idct_blk_mmx.c: use vpx_memset instead of cast
decodframe.c: use vpx_memset instead of cast
threading.c: use vpx_memset instead of cast
idct_blk.c: use vpx_memset instead of cast
Merge "changed to comply with strict aliasing rule"
Fixing wrongly initialized tx_type variable.
Merge "Correct handling of show_bit in uncompressed header."
Correct handling of show_bit in uncompressed header.
changed to comply with strict aliasing rule
Merge "Disable aliasing when building with Clang"
Merge "Cleaning up vp9_regular_quantize_b_4x4."
Merge "Making get_tx_counts() similar to get_tx_probs()."
Merge "Resolved Doxygen warnings."
Merge "Rewrite loop_filter_info_n struct"
Resolved Doxygen warnings.
Merge "vp9_decode_frame: group assignments/setup calls"
vp9_decode_frame: group assignments/setup calls
Removing is_intra_mode() function.
Making get_tx_counts() similar to get_tx_probs().
Disable aliasing when building with Clang
Adding {read, write}_partition() instead of check_bsize_coverage().
Cleaning up vp9_regular_quantize_b_4x4.
Merge "add tile test vectors"
vp9_decodframe: limit scope of private function params (2)
Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0bc3935,I3ebb172d
vp9: remove partition+entropy contexts from common
vp9: add above/left_context to MACROBLOCKD
vp9: add above/left_seg_context to MACROBLOCKD
Merge "Replacing is_inter_mode with is_inter_block."
Merge "vp9 decode: defer loop filter allocation"
Merge "vp9_thread_test: quiet some msvc int->bool warnings"
vp9 decode: defer loop filter allocation
vp9_thread_test: quiet some msvc int->bool warnings
Merge "Adding fht{4x4, 8x8, 16x16} functions."
vp9: add above/left_context to encoder
vp9: add above/left_seg_context to encoder