Remove unused member variables from VP9_COMP
Merge "Add second ref frame check back in rdcost hist"
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()
Merge "Convert filter kernel choice to lookup"
Convert filter kernel choice to lookup
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"
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
vp9: pass entropy context directly to set_skip_context
vp9: pass context directly to partition functions
vp9/decode: add alloc_tile_storage()
Adding fht{4x4, 8x8, 16x16} functions.
Merge "Adding get_frame_new_buffer() function to replace duplicated code."
Merge "Making input pointer constant for all fdct/fht functions."
Rewrite loop_filter_info_n struct
Updating gtest from 1.6.0 to 1.7.0.
Merge "Add 32x32 idct function for eob<=34 case"
Merge "Separate encode_block for pass 1 and 2"
Add 32x32 idct function for eob<=34 case
Merge "mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)"
Adding get_frame_new_buffer() function to replace duplicated code.
Merge "Adding get_frame_ref_buffer() function + cleanup."
Making input pointer constant for all fdct/fht functions.
mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)
Replacing is_inter_mode with is_inter_block.