Merge "fix the mv_ref_idx issue"
Changes to auto partition size selection.
Change to limit the mv search range
fix a bug when null function pointer is used.
Merge "Fix potential use of uninitialized value"
Merge "Fix the returned distortion value in rd_pick_intra"
Using plane_bsize instead of bsize.
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
Merge "vp9: neon: use aligned stores in convolve functions"
vp9: neon: use aligned stores in convolve functions
Fixed typos and formatting
Merge "Added resizing & initialization of last frame segment map"
vp9: neon: optimise vp9_wide_mbfilter_neon
Moving from ss_txfrm_size to tx_size.
Merge "Refactor rd loop for chroma components"
Added resizing & initialization of last frame segment map
Merge "Converting code from using ss_txfrm_size to tx_size."
Merge "Moving segmentation struct from MACROBLOCKD to VP9_COMMON."
Merge "vp9: neon: add vp9_convolve_avg_neon"
Merge "vp9: neon: add vp9_convolve_copy_neon"
Refactor rd loop for chroma components
Merge "Remove unused RDCOST_8X8 macro"
Merge "Unify luma and chroma rd-cost estimation"
Converting code from using ss_txfrm_size to tx_size.
Using { 0 } for initialization instead of memset.
Renaming d27 predictor to d207.
Merge "vp9_dx_iface: check for NULL/0-size input"
Merge "vpxenc: open output file after setting pass #"
Moving segmentation struct from MACROBLOCKD to VP9_COMMON.
Remove unused RDCOST_8X8 macro
Merge "Quantization code cleanup."
Speed feature to skip split partition based on var
Unify luma and chroma rd-cost estimation
Merge "Renaming in MB_MODE_INFO"
Merge "Get rid of bashisms in armlink_adapter.sh"
Get rid of bashisms in armlink_adapter.sh
Merge "Get rid of bashisms in the main build scripts"
vp9_dx_iface: check for NULL/0-size input
vpxenc: open output file after setting pass #
vp9: neon: add vp9_convolve_copy_neon
vp9: neon: add vp9_convolve_avg_neon
Merge "Add neon optimize vp9_short_idct16x16_add."
Add neon optimize vp9_short_idct16x16_add.
foreach_transformed_block_in_plane cleanup, explicit tx_size var.
Adding const to arguments of intra prediction functions.
Merge "Honor min_partition_size properly for non-square splits"
Get rid of bashisms in the main build scripts
Honor min_partition_size properly for non-square splits
Merge "Little cleanup inside decode_tile() function."
Merge "Trivial clean up."
Use lookup table to find largest txfm size
Merge "Using is_inter_block() instead of repetitive code."
Merge "Refactor model based tx search in super_block_yrd"
Merge "Honor min_partition_size properly"
Merge "Broken loop filter case."
Merge "SSE2 high precision 32x32 forward DCT"
Little cleanup inside decode_tile() function.
Merge "vp9: neon: optimise convolve8_vert functions"
Merge "vp9: neon: optimise convolve8_horiz functions"
Using is_inter_block() instead of repetitive code.
SSE2 high precision 32x32 forward DCT
Refactor model based tx search in super_block_yrd
Merge "Simplifying vp9_mvref_common.c."
Merge "Removing foreach_predicted_block_uv function."
Merge "Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max."
Simplifying vp9_mvref_common.c.
vp9: neon: optimise convolve8_vert functions
Quantization code cleanup.
Merge "Entropy context related cleanups."
Merge "Making scaling code more clear."
Removing unused convolve_avg_c function + cleanup.
Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.
Removing foreach_predicted_block_uv function.
Making scaling code more clear.
Fix a compile failure in vp9_get_compressed_data
Entropy context related cleanups.
vp9: neon: optimise convolve8_horiz functions
Merge "Removing redundant code and function arguments."
Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.
Honor min_partition_size properly
Removing redundant code and function arguments.
Merge "Inlining 16 as a stride for BLOCK_OFFSET macro."
Merge "vp9_rd_pick_inter_mode_sb: fix uninitialized value"
Inlining 16 as a stride for BLOCK_OFFSET macro.
vp9_rd_pick_inter_mode_sb: fix uninitialized value
Merge "Using MV struct instead of int[2] array."
Merge "Removing plane_block_{width, height}_log2by4 functions."