Merge "Factor out mips/msa inverse transform implementations"
Merge "Add x86inc flag guard to inv_txfm_sse2.asm"
Add x86inc flag guard to inv_txfm_sse2.asm
Merge "Use precise header files in inverse transform msa implementations"
Merge "Factor inverse transform functions into vpx_dsp"
vpx_convolve_copy_sse2: fix win64
Factor out mips/msa inverse transform implementations
Merge "mips msa vp8 temporal filter optimization"
Merge "Add dynamic range notes to vp9_vector_var_c"
Merge "Turn off simple_model_rd_from_var at speed 4."
Use precise header files in inverse transform msa implementations
Merge "VP9_COPY_CONVOLVE_SSE2 optimization"
Merge changes Iecdbbc34,I8b4db93f
Merge "Fix compiler warning in mips/dspr2"
Merge "Compute skippable inside the block_rd_txfm loop."
Merge changes Ic1ce346a,Ic0b4e92c
Merge "Refactor mips/dspr2 on convolution."
Merge "Code refactor on InterpKernel"
Merge "Short circuit rate_block in block_rd_txfm."
Add dynamic range notes to vp9_vector_var_c
Factor inverse transform functions into vpx_dsp
Turn off simple_model_rd_from_var at speed 4.
VP9_COPY_CONVOLVE_SSE2 optimization
Fix compiler warning in mips/dspr2
mips msa vp8 temporal filter optimization
Compute skippable inside the block_rd_txfm loop.
Simplify model_rd_for_sb HBD ifdefs
Simplify dist_block HBD ifdefs
Refactor mips/dspr2 on convolution.
Give skip_txfm constants names.
Short circuit rate_block in block_rd_txfm.
mips msa vp8 block subtract optimization
Merge "mips msa vp8 quantize optimization"
Remove tx cache and speed up tx size selection
Merge "Convert simple_model_rd_from_var from a speed check to a speed feature."
Merge "Exclude vpx intra prediction functions in vp8-only build"
Convert simple_model_rd_from_var from a speed check to a speed feature.
Merge "Clean up some casts."
Exclude vpx intra prediction functions in vp8-only build
Android.mk: fix *_rtcd.h deps for armeabi-v7a
mips msa vp8 quantize optimization
mips msa vp8 fdct optimization
Merge "Cosmetics - Fix header file order in unit tests"
Merge "mips msa vp8 post proc optimization"
Merge "Comment zcoeff_blk."
Cosmetics - Fix header file order in unit tests
Add const to a variable declaration
Android.mk: add a dep on vpx_config.asm for x86_64
mips msa vp8 post proc optimization
Merge "mips msa vp8 filter by weight optimization"
Merge "add vp9_block_error_fp_neon"
Merge "Replace prefix vp9_ with vpx_ for intra prediction functions"
Merge "Replace vp9_ prefix in 2D-DCT functions with vpx_"
Merge "Remove vp9_dct.h file"
Merge "Move DC only forward 2D-DCT functions to vpx_dsp"
Merge "Remove branch in inner loop of foreach_transformed_block_in_plane()"
Merge changes If196d9e5,Ib669d572
Merge "build/make/Android.mk: support TARGET_ARCH_ABI=x86_64"
Replace vp9_ prefix in 2D-DCT functions with vpx_
Move DC only forward 2D-DCT functions to vpx_dsp
Merge "Factor 32x32 fwd DCT to vpx_dsp folder"
Don't use 'h' for functions using x86inc.asm
Merge "Move intra prediction functions from vp9/common/ to vpx_dsp/"
Factor 32x32 fwd DCT to vpx_dsp folder
mips msa vp8 filter by weight optimization
Merge "mips msa vp8 recon intra optimization"
Merge "Remove tx_select_threshes"
Move forward dct sse2 header file to vpx_dsp
Replace prefix vp9_ with vpx_ for intra prediction functions
Move intra prediction functions from vp9/common/ to vpx_dsp/
Use common coefficient definition in neon idct implementations
Replace vp9_idct.h for precise dependency
mips msa vp8 recon intra optimization
Merge "Dynamic resize for real-time: reference scaling."
Remove redundant function definitions in vp9_dct_sse2.h
Remove vp9_dct.h from fwd_txfm_impl_sse2 header file
Merge "Move msa implementations of 2D-DCT to vpx_dsp"
build/make/Android.mk: support TARGET_ARCH_ABI=x86_64
Merge "mips msa vp8 bilinear filter optimization"
Merge "Code cleanup in vp9_encode_block_intra"
Merge "Allocate four |zcoeff_blk| for sub8x8 contexts."
Merge "Allocate eobs array per txblock and not per pixel."
Move msa implementations of 2D-DCT to vpx_dsp
Remove branch in inner loop of foreach_transformed_block_in_plane()
Simplify is_skippable to point straight to eobs.
Don't initialize extra context tree buffers for 4x8 and 8x4.
mips msa vp8 bilinear filter optimization
Merge "mips msa vp8 copy mem optimization"
Merge "Add x86_64 flag to guard fwd_txfm_ssse3.asm in make file"
Merge "Fix vp9_psnrhvs.c build error"