Merge "Cleanup in mvref_common.{h, c}."
Merge "Fixing display size setting problem."
Limit mv range to be based on partition size
Merge "Added border extension"
Merge "Fix bug in convolution functions (filter selection)"
Merge "Removing useless calls to setup_{pre, dst}_planes."
Fixing display size setting problem.
Cleanup in mvref_common.{h, c}.
Fix bug in convolution functions (filter selection)
Merge "Checking scale factors on access."
Merge "vpx_scale: correct pixel spelling"
Merge "Optimise idct4x4: rearrange the instructions a bit to improve instruction scheduling."
vpx_scale: correct pixel spelling
Merge "Fix rectangular partition check flag"
Merge "vp9_encodeframe.c cleanup."
Merge "vp9/encoder: fix last_frame_seg_map mem leak"
Merge "rename LOG2_* defines to *_LOG2"
Fix rectangular partition check flag
Merge "check_bsize_coverage cleanup."
Merge "Add neon optimize vp9_short_idct10_16x16_add."
Add neon optimize vp9_short_idct10_16x16_add.
vp9_encodeframe.c cleanup.
check_bsize_coverage cleanup.
Checking scale factors on access.
rename LOG2_* defines to *_LOG2
Merge "Adding vp9_is_scaled function."
Removing useless calls to setup_{pre, dst}_planes.
vp9/encoder: fix last_frame_seg_map mem leak
Adding vp9_is_scaled function.
Merge "Refactor rd_pick_partition for parameter control"
Merge "vp9_peek_si: add bitstream v1 support"
Refactor rd_pick_partition for parameter control
Optimise idct4x4: rearrange the instructions a bit
Fixes on feature disabling split based on variance
Merge "Initialize mb_skip_coeff before picking modes"
Initialize mb_skip_coeff before picking modes
Merge "Using has_second_ref function to simplify the code."
Merge "Cleaning up foreach_transformed_block_in_plane."
Merge "Cleaning up reset_skip_context function."
Merge "Removing unused foreach_predicted_block function."
Merge "Cleaning up optimize_init_b function."
Merge "Cleaning up sum_intra_stats function."
Merge "Enable zero coeff check in sub8x8 UV rd loop"
configure: fix action expansion
configure: rename enable() to enable_feature()
Cleaning up foreach_transformed_block_in_plane.
vp9_peek_si: add bitstream v1 support
Cleaning up optimize_init_b function.
Cleaning up reset_skip_context function.
Cleaning up sum_intra_stats function.
Merge "Adding scale factor check."
Merge "Removing PLANE_TYPE argument from cost_coeffs function."
Merge "Make "good" quality 2-pass vpxenc encoding default"
Merge "vp9 rtcd: remove non-existent sad functions"
Removing PLANE_TYPE argument from cost_coeffs function.
Make "good" quality 2-pass vpxenc encoding default
Removing a lot of duplicated code.
Adding scale factor check.
Fix typos and minor stylistic cleanup
Merge "Further correct bug in loopfilter initialization"
vp9 rtcd: remove non-existent sad functions
Removing unused foreach_predicted_block function.
Merge "Passing plane_bsize to foreach_transformed_block_visitor."
Using has_second_ref function to simplify the code.
Merge "Add neon optimize vp9_short_idct10_8x8_add."
Merge "vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant."
vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant.
Add neon optimize vp9_short_idct10_8x8_add.
Enable zero coeff check in sub8x8 UV rd loop
Merge "Cleanup/enhancements of switchable filter search"
Merge "Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c."
Merge "Adding has_second_ref function."
Merge "Adding VP9_FILTER_BITS constant."
Cleanup/enhancements of switchable filter search
Merge "Enable early termination in uv rd loop"
Merge "fix the mv_ref_idx issue"
Changes to auto partition size selection.
Adding VP9_FILTER_BITS constant.
Adding has_second_ref function.
Change to limit the mv search range
fix a bug when null function pointer is used.
Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c.
Enable early termination in uv rd loop
Passing plane_bsize to foreach_transformed_block_visitor.
Merge "Fix potential use of uninitialized value"
Merge "Fix the returned distortion value in rd_pick_intra"
Using plane_bsize instead of bsize.
Further correct bug in loopfilter initialization
Fix potential use of uninitialized value
Fix the returned distortion value in rd_pick_intra
Removing unused or redundant arguments from *_args structures.
Merge "Moving from ss_txfrm_size to tx_size."
Merge "Renaming d27 predictor to d207."
Merge "Reduce the instructions of idct8x8. Also add the saving and restoring of D registers."
Merge "Reduce instructions of idct4x4."
Merge "vp9: neon: optimise vp9_wide_mbfilter_neon"
Reduce the instructions of idct8x8. Also add the