Move uv intra mode selection in rd loop.
Limit transform sizes searched for uv intra.
Minor cleanup in code to fine uv tx_size.
Merge "Removing and moving around constant definitions."
Merge "Change to extend full border only when needed"
Change to extend full border only when needed
Removing and moving around constant definitions.
Merge "Consistent naming for loop-filter filters."
Merge "Remove print_nmvcounts"
Increase border size from 96 to 160.
Inline vp9_quantize() in xform_quant().
Merge "Inline xform_quant() in encode_block_intra()."
Merge "Neon: Update mbfilter if all vectors follow one branch."
Consistent naming for loop-filter filters.
Inline xform_quant() in encode_block_intra().
Code cleanup inside vp9_decodeframe.c.
Neon: Update mbfilter if all vectors follow one branch.
Skip duplicate block encoding in the rd loop
Merge "Fixing vp9_get_pred_context_comp_ref_p function."
Using vp9_copy and vp9_zero instead of custom code.
Fixing vp9_get_pred_context_comp_ref_p function.
Merge "Removing redundant call to set_mi_row_col."
Removing redundant call to set_mi_row_col.
Merge "Fix a build issue"
Merge "Adding struct tx_probs and struct tx_counts to cleanup the code."
Merge "Making functions read_{inter, intra}_segment_id more similar."
Merge "vp9_postproc: remove useless self-assign"
Adding struct tx_probs and struct tx_counts to cleanup the code.
Merge "Code cleanup in vp9_pred_common.c"
Making functions read_{inter, intra}_segment_id more similar.
vp9_postproc: remove useless self-assign
Code cleanup in vp9_pred_common.c
vp9: consistent 'log2' variable naming
Merge changes I33e76c42,I24aeac1e,If4192b40
vp9_dx_iface: s/vp8/vp9/ where possible
Merge "msvs-build: use msbuild for vs >= 2005"
Some minor cleanups for efficiency
Merge "Removing redundant code mostly from vp9_pred_common.{h, c}."
Merge "Speed 2 feature adjustment."
vp[89]_dx_iface: delete unused function
vp[89]_dx_iface: factorize vp8_mmap_*()
Merge "Cosmetic changes in 16x16 ADST/DCT unit test"
Merge "Remove unnecessary tx_type branch in encode_block"
Removing redundant code mostly from vp9_pred_common.{h, c}.
Remove unused function block_error().
Merge "vp9: fix peek_si for version==0"
Merge "small update to peek_si/get_si documentation"
Merge "Calling is_inter_mode() instead of custom code."
Merge "SSE2 4x4 invserse ADST/DCT transform"
Calling is_inter_mode() instead of custom code.
Speed 2 feature adjustment.
Merge "Making vp9_default_nmv_context static."
small update to peek_si/get_si documentation
vp9: fix peek_si for version==0
Moving segmentation related vars into separate struct.
Merge "Adding write_compressed_header function."
Merge "Removing unused TOKENEXTRA arg from pick_sb_modes function."
Cosmetic changes in 16x16 ADST/DCT unit test
Add neon optimize vp9_dc_only_idct_add.
Remove unnecessary tx_type branch in encode_block
Merge "Wide loopfilter 16 pix at a time"
SSE2 4x4 invserse ADST/DCT transform
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.
Making vp9_default_nmv_context static.
Merge "Remove unused iwalsh4x4 MMX/SSE2 functions."
Merge "Remove unused 16x3/3x16 sad SSE2 functions."
Wide loopfilter 16 pix at a time
msvs-build: use msbuild for vs >= 2005
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