Fix unused parameters in vp9_extend_frame_borders
Merge "Skip some mode SAD calculation in non-RD mode"
Merge "[svc] Fix "possible loss of data", "division by zero" and "index 5 out of bounds for type" compiler warings"
Merge "Cleaning up vpx_codec_get_cx_data() function."
Merge "Cleaning up vp9_quantize.c."
Merge "Adding get_y_mode() function."
Merge "Cleaning up vp9_bitstream.{c, h} files."
Merge "Adding consts to arguments of vp9_block_error()."
Merge "Cleaning up encode_ref_frame() to match read_ref_frames()."
Merge "Moving get_tx_eob() from common to encoder."
Merge "Removing unnecessary clamp() call."
Merge "Explicit lossless handling in rd_pick_intra4x4block()."
Merge "Replacing int_mv with MV and adding const qualifiers."
[svc] Fix "possible loss of data", "division by zero" and
Merge "rtcd.sh: sort functions by name"
Cleaning up vp9_quantize.c.
Merge "Fix a bug in neon that has not save and restore q4-q7 registers."
Skip some mode SAD calculation in non-RD mode
Merge "Enable using fast HEX search in non-rd pick mode"
Merge "vpx_scale_rtcd.sh: fix conditional"
Merge changes I6e7d6fa5,Ie033bbf2,I08fa0e90,I8612f197
rtcd.sh: sort functions by name
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."
Removing unnecessary clamp() call.
Moving get_tx_eob() from common to encoder.
Cleaning up encode_ref_frame() to match read_ref_frames().
Merge "Inlining optimize_init_b() function."
Merge "Fixing include order in vp9_ratectrl.c."
Adding consts to arguments of vp9_block_error().
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}."
Adding get_y_mode() function.
Inlining optimize_init_b() function.
Fixing include order in vp9_ratectrl.c.
Cleaning up vp9_bitstream.{c, h} files.
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
Replacing int_mv with MV and adding const qualifiers.
Cleaning up vp9_encodemb.c file.
Merge "VP8 for ARMv8 by using NEON intrinsics 05"
Explicit lossless handling in rd_pick_intra4x4block().