Fix potential invalid partition size use
Merge "Fix a bug in neon that has not save and restore q4-q7 registers."
Merge "Enable using fast HEX search in non-rd pick mode"
Merge "vpx_scale_rtcd.sh: fix conditional"
Merge changes I6e7d6fa5,Ie033bbf2,I08fa0e90,I8612f197
vpx_scale_rtcd.sh: fix conditional
Merge "configure: remove x86inc debug message"
Merge "Precompute vp9_rd_pick_inter_mode_sb loop escape conditions."
Merge "Reusing existing mem_{get, put}_be32() functions."
Merge "Inlining optimize_init_b() function."
Merge "Fixing include order in vp9_ratectrl.c."
Reusing existing mem_{get, put}_be32() functions.
Precompute vp9_rd_pick_inter_mode_sb loop escape conditions.
Merge "Adding sse_to_psnr function to tools_common.{h, c}."
Inlining optimize_init_b() function.
Fixing include order in vp9_ratectrl.c.
configure: remove x86inc debug message
Merge "y4m_video_source: fix memory leak"
Merge "Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h."
cosmetics: test.mk: sort source lists
Fix a bug in neon that has not save and restore q4-q7 registers.
test.mk: fix test availability
sad_test: (arm) fix vp9-only build
Merge "Turns variance based partitioning on in Speed 7"
Adding sse_to_psnr function to tools_common.{h, c}.
Merge "Removing redefinition of ROUND_POWER_OF_TWO."
Merge "Cleaning up vp9_xform_quant() function."
cosmetics: sad_test: add a few comments
Turns variance based partitioning on in Speed 7
Cleaning up vp9_xform_quant() function.
Remove arguments not in use in non-RD decision
Removing redefinition of ROUND_POWER_OF_TWO.
Enable using fast HEX search in non-rd pick mode
Cosmetic change mbmi->ref_frame to refs
Assign motion vector invalid value in intra mode
Merge "Run sub-pixel motion search for NEWMV mode test"
Merge "[svc] Add target bitrate settings for each layers."
Merge "Change for adding QP settings for key frames"
Merge "Moving common code into vp9_get_entropy_contexts()."
Merge "Replacing int_mv with MV in single_motion_search()."
Merge "Removing vp9_systemdependent.c."
Merge "Refines variance based partitioning search"
Refines variance based partitioning search
Merge "vp9_encodemv.h: fix function prototype"
vp9_encodemv.h: fix function prototype
Merge "remove ioc problem with rdcost calculation"
Merge "gen_msvs_vcxproj.sh: Avoid object name collisions."
Merge changes I03c1ba21,I6d8ac50c,Id0a2d9ef,I3db3acbd,I028bdec9,I26f8724b,I3795d78b,I6bb7ffe8
y4m_video_source: fix memory leak
variance_test: add NEON functions
subtract_test: add NEON functions
sixtap_predict_test: add NEON functions
partial_idct_test: add NEON functions
fdct8x8_test: add NEON functions
fdct4x4_test: add NEON functions
dct32x32_test: add NEON functions
Merge "Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled."
Merge "Adding vpx_sse_to_psnr() function."
Merge "Cleaning up cost_coeffs()."
Removing vp9_systemdependent.c.
Replacing int_mv with MV in single_motion_search().
Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled.
Merge "log overall psnr, average psnr, and overall mse"
Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.
Merge "Reduce the frequency of partition size adjsutment"
Adding vpx_sse_to_psnr() function.
Moving common code into vp9_get_entropy_contexts().
Merge "Cleaning up vp9_encodemb.c file."
Cleaning up cost_coeffs().
Merge "Update some comments in vpx_temporal_scalable_patterns."
Update some comments in vpx_temporal_scalable_patterns.
log overall psnr, average psnr, and overall mse
Cleaning up vp9_encodemb.c file.
Merge "VP8 for ARMv8 by using NEON intrinsics 05"
[svc] Add target bitrate settings for each layers.
Merge "Cleaning up vp9_rdopt.c."
Merge "Separate super_block_yrd() into two functions"
Merge "VP8 for ARMv8 by using NEON intrinsics 04"
Merge "VP8 for ARMv8 by using NEON intrinsics 03"
Merge "Fix a bug in intra prediction due to change in 25e55526301eba7d6e5c68e25402e9b2102976d8."
Change for adding QP settings for key frames
Run sub-pixel motion search for NEWMV mode test
Merge "cq_test.cc: Use size_t for file size and unsigned int for target bitrate."
VP8 for ARMv8 by using NEON intrinsics 05
VP8 for ARMv8 by using NEON intrinsics 04
Reduce the frequency of partition size adjsutment
Separate super_block_yrd() into two functions
VP8 for ARMv8 by using NEON intrinsics 03
Merge "Add consective frame loss to error_resilience test."
Merge "Use sub-pixel accuracy prediction non-RD mode"
Merge "Using clamp() for active_{best, worst}_quality."
Merge "Use dedicated variables to store the best mode"
Merge "Removing redundant vp9_clear_system_state() call."
Merge "Removing vp9_optimize_b() function."
remove ioc problem with rdcost calculation
dct16x16_test: add NEON functions
Add consective frame loss to error_resilience test.
Removing redundant vp9_clear_system_state() call.
Using clamp() for active_{best, worst}_quality.
Fix a bug in intra prediction due to change in