Encode_breakout code refactoring
Enable encode breakout in real time
Decide the partitioning threshold from the variance histogram
Merge "initialize bit buffer structure to avoid warning error"
Merge "vp8 denoiser fix: free memory of denoiser->denoiser_state."
Merge "Implemented motion compensation for VP9 denoiser"
Merge "silence unused parm warning for worker thread in loop filter"
Merge "remove unused parms from rd_pick_inter_mode_sb_seg_skip"
initialize bit buffer structure to avoid warning error
vp8 denoiser fix: free memory of denoiser->denoiser_state.
silence unused parm warning for worker thread in loop filter
remove unused parms from rd_pick_inter_mode_sb_seg_skip
Merge "vp9: disable postproc buffer alloc when unnecessary"
Merge "Add a test using VP9E_SET_LOSSLESS"
Add a test using VP9E_SET_LOSSLESS
configure: defer x32 check until post toolchain setup
vp9: disable postproc buffer alloc when unnecessary
Merge "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""
Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
Merge "Allow encoder to set lpf level to 0"
Merge "Added a new speed 7 in rt mode"
Merge "Add a CPU speed test with screen content."
Merge "iosbuild.sh Add arm64 support to VPX.framework."
Merge "configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin."
Merge "fix: Only do spatial SVC when there are > 1 layers"
Merge "VP9 denoiser: implemented update_frame_stats()"
Allow encoder to set lpf level to 0
Merge "[spatial svc] Remove encoding modes since we only need one mode at this time."
Merge "[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control"
Merge "Verify that the ouput of q0 is lossless in cpu speed test."
Merge "Better validation of invalid files"
Add a CPU speed test with screen content.
Verify that the ouput of q0 is lossless in cpu speed test.
Merge "vp8: bugfix in postproc vp8_de_noise."
Merge "Add realtime coverage to cpu speed test"
Merge "Use UV prediction when deciding to skip in for lossless."
Better validation of invalid files
vp8: bugfix in postproc vp8_de_noise.
fix: Only do spatial SVC when there are > 1 layers
VP9 denoiser: implemented update_frame_stats()
Implemented motion compensation for VP9 denoiser
Merge "Multi-arf: Change ref buffer for primary arf."
Multi-arf: Change ref buffer for primary arf.
denoising_sse2.c visual studio warnings/errors fix
Add realtime coverage to cpu speed test
Adaptive txfm size selection depending on residual sse/variance
Merge "Skip the partition search for the frame with no motion"
Use UV prediction when deciding to skip in for lossless.
Merge "vp8: Add temporal denoising for UV-channel."
Merge "Add arm64-darwin-gcc target."
Skip the partition search for the frame with no motion
vp8: Add temporal denoising for UV-channel.
Add arm64-darwin-gcc target.
Merge "Add const mark to const values in non-RD coding mode"
Merge "Enable real-time version reference motion vector search"
Enable real-time version reference motion vector search
Add const mark to const values in non-RD coding mode
Merge "Fix quality regression for multi arf off case."
Fix quality regression for multi arf off case.
Merge "Make non-RD intra mode search txfm size dependent"
Merge "Dual arf: Name changes."
configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin.
iosbuild.sh Add arm64 support to VPX.framework.
Make non-RD intra mode search txfm size dependent
Merge changes I915beaef,I229dd6ca
vp9cx.mk: move avx c files outside of x86inc block
Merge "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
Revert "Revert 3 patches from Hangyu to get Chrome to build:"
Merge "Allow lossless breakout in non-rd mode decision."
Merge "decode_test_driver: check HasFailure() in RunLoop"
Merge "decode_test_driver: fix type size warning"
[spatial svc] Remove encoding modes since we only need one mode at this time.
[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control
Merge "[spatial svc]Don't skip motion search in first pass encoding"
Merge "[spatial svc]Implement lag in frames for spatial svc"
Merge "Replace cpi->common with preset variable cm"
Merge "Add vp9_ prefix to mv_pred and setup_pred_block functions"
Merge "Reuse inter prediction result in real-time speed 6"
Merge "Dual ARF changes: Buffer index selection."
Merge "Adjust arf Q limits with multi-arf."
decode_test_driver: fix type size warning
Allow lossless breakout in non-rd mode decision.
Dual ARF changes: Buffer index selection.
Adjust arf Q limits with multi-arf.
Replace cpi->common with preset variable cm
Add vp9_ prefix to mv_pred and setup_pred_block functions
[spatial svc]Don't skip motion search in first pass encoding
[spatial svc]Implement lag in frames for spatial svc
Further dual arf changes: multi_arf_allowed.
Clean out old CONFIG_MULTIPLE_ARF code.
Experiment for mid group second arf.
Reuse inter prediction result in real-time speed 6
Add unit test to test user_priv parameter.
Fix test on maximum downscaling limits
Merge "Fixed VP9 denoiser COPY_BLOCK case"