Fixed VP9 denoiser COPY_BLOCK case
Merge "Added CFLAG for outputting vp9 denoised signal"
Merge "Remove labels from quantize"
Merge "Fixes in VP9 alloc, free, and COPY_FRAME case"
Merge "Add superframe support for frame parallel decoding."
Merge "Separate rate-distortion modeling for DC and AC coefficients"
Merge "Improved vp9 denoiser running avg update."
Merge "Implemented COPY_BLOCK case for vp9 denoiser"
Add superframe support for frame parallel decoding.
Merge "Modify non-rd intra mode checking"
Merge "sse4 regular quantize"
Fixes in VP9 alloc, free, and COPY_FRAME case
Implemented COPY_BLOCK case for vp9 denoiser
Added CFLAG for outputting vp9 denoised signal
Improved vp9 denoiser running avg update.
Merge "Changed buf_2ds in vp9 denoiser to YV12 buffers"
Merge "Update running avg for VP9 denoiser"
Merge "Implemented vp9_denoiser_{alloc,free}()"
Merge "iosbuild.sh: Add vpx_config.h and vpx_version.h to VPX.framework."
Merge "Removing decode_one_iter() function."
sse4 regular quantize
Implemented vp9_denoiser_{alloc,free}()
Changed buf_2ds in vp9 denoiser to YV12 buffers
Update running avg for VP9 denoiser
Merge "Improve vp9_rb_bytes_read"
iosbuild.sh: Add vpx_config.h and vpx_version.h to VPX.framework.
Modify non-rd intra mode checking
Separate rate-distortion modeling for DC and AC coefficients
Merge "gen_msvs_proj: fix in tree configure under cygwin"
Merge "Moving RD-opt related code from vp9_encoder.h to vp9_rdopt.h."
Merge "skip the un-necessary motion search in the first pass"
Merge "iosbuild.sh: Add missing function comments."
Merge "vp8 denoising: add bias factor to zero_mv sse."
Merge "Fix C versions of DC calculation functions"
Merge "vp9_rtcd: correct avx2 references"
iosbuild.sh: Add missing function comments.
Merge "example tests: Make failures due to incorrect bin path easier to diagnose."
vp8 denoising: add bias factor to zero_mv sse.
gen_msvs_proj: fix in tree configure under cygwin
Merge "vp9_pickmode.c: fix vs12 compiler warnings"
example tests: Make failures due to incorrect bin path easier to diagnose.
Merge "Add non420 support to vp9_extend_frame_borders."
Merge "Fix out of boundary memory read in fuzz test on vpxdec"
skip the un-necessary motion search in the first pass
vp9_pickmode.c: fix vs12 compiler warnings
Merge "iosbuild.sh: Move to build/make and tidy up a bit."
Merge "test/tools_common.sh: Log all shared variables in verbose mode."
Fix C versions of DC calculation functions
Merge "Delay decreasing reference count in frame-parallel decoding."
Merge "Revert "skip un-neccessary motion search in the first pass""
Revert "skip un-neccessary motion search in the first pass"
Merge "Allow for deblocking temporal-denoised signal."
Allow for deblocking temporal-denoised signal.
Moving RD-opt related code from vp9_encoder.h to vp9_rdopt.h.
Replacing RC_MODE with vpx_rc_mode.
test/tools_common.sh: Log all shared variables in verbose mode.
Fix out of boundary memory read in fuzz test on vpxdec
iosbuild.sh: Move to build/make and tidy up a bit.
Delay decreasing reference count in frame-parallel decoding.
Merge "Use lrand48 on Android"
Merge "Add VPX.framework built script."
Merge "Added skeleton for VP9 denoiser"
Merge "Cleaning up accumulate_frame_motion_stats()."
Add VPX.framework built script.
Merge "Adding MV_SPEED_FEATURES struct."
Added skeleton for VP9 denoiser
Merge "Added OUTPUT_YUV_DENOISED CFLAG to VP8 encoder"
Merge "Initially add frame_parallel_decode flag."
Merge "Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS."
Adding MV_SPEED_FEATURES struct.
Merge "Moving full_pixel_search() to vp9_mcomp.c."
Merge "Adding is_altref_enabled() function."
Merge "Replacing txfm_size with tx_size."
Moving full_pixel_search() to vp9_mcomp.c.
Adding is_altref_enabled() function.
Merge "Fast computation path for forward transform and quantization"
Replacing txfm_size with tx_size.
Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS.
Fast computation path for forward transform and quantization
Merge "Fix SEG_LVL_SKIP in non-RD inter mode selection."
Merge "Fix SEG_LVL_SKIP in RD inter mode selection."
Merge "skip un-neccessary motion search in the first pass"
skip un-neccessary motion search in the first pass
Merge "[spatial svc]Combine first and second pass test to keep stats data in memory."
Fix SEG_LVL_SKIP in non-RD inter mode selection.
Fix SEG_LVL_SKIP in RD inter mode selection.
Initially add frame_parallel_decode flag.
Merge "Add target armv7s-darwin-gcc."
Add non420 support to vp9_extend_frame_borders.
[spatial svc]Combine first and second pass test to keep stats data in memory.
Add target armv7s-darwin-gcc.
Merge "Cleaning up vp9_variance_mmx.c."
Merge "Removing two unused TX_SIZE_SEARCH_METHOD members."
vp9_rtcd: correct avx2 references
Merge changes I6abc0657,I8224fba2,I04f64a45,I5d49d119,I76b4d171,I88c11ac3
vp9_sub_pixel_*variance*: disable avx2 variants