Cleanup: replacing xd->seg with seg, and xd->lf with lf.
Merge "Cleanup: removing unused function arguments."
Merge "Nice looking motion vector clamping functions."
Merge "Adds a source variance computation function"
Merge "vp9_get_pred_context_intra_inter cleanup."
Cleanup: removing unused function arguments.
Nice looking motion vector clamping functions.
Adds a source variance computation function
Merge "Optimize 32x32 2D inverse DCT for speed-up"
Merge "Adding missing const to vp9_extra_bits array."
Adding missing const to vp9_extra_bits array.
vp9_get_pred_context_intra_inter cleanup.
Optimize 32x32 2D inverse DCT for speed-up
Remove unnecessary arguments in rd_pick_ref_frame
Removing get_mi_{row, col} functions.
Merge "Removing unused "ishp" arguments."
Merge "Consistent update for inter_mode probabilities."
Removing unused "ishp" arguments.
Merge "Make the use of ref_frame index consistent"
Make the use of ref_frame index consistent
Consistent update for inter_mode probabilities.
Merge "Cleanup: remove two stray '+', fix typos."
Merge "Cleanup typos, remove unnecessary lines, replace switch"
Cleanup: remove two stray '+', fix typos.
Cleanup typos, remove unnecessary lines, replace switch
Merge "removed duplication"
Remove a redundant branching in tokenize_b
Tune tokenization/detokenization flow for speed-up
Skip redundant tokenization in rd loop
Merge "16x16 inverse 2D-DCT with DC only"
Merge "Remove unnecessary 64 byte alignment"
16x16 inverse 2D-DCT with DC only
Renaming txfm to tx for consistency in some places.
Remove unnecessary 64 byte alignment
Renaming NB_TXFM_MODES constant to TX_MODES.
Renaming TX_SIZE_MAX_SB to TX_SIZES.
Merge "Shortcut 8x8/16x16 inverse 2D-DCT"
Cleanup: replacing xd->mode_info_context with temp variable.
Inverse dimension order in token_cost array.
Merge "vp9_decodemv.c cleanup."
Merge "d45 intra prediction SSSE3 optimizations."
Merge "Save pixels instead of coefficients in intra4x4 RD loop."
Merge "Add best_rd breakout in intra4x4 RD loop."
Shortcut 8x8/16x16 inverse 2D-DCT
Merge "Special handle on DC only inverse 8x8 2D-DCT"
Merge "Making read_inter_mode_info function more clear."
Merge "Fix some format error and code error in neon code."
Special handle on DC only inverse 8x8 2D-DCT
Fix some format error and code error in neon code.
Merge "General cleanups."
d45 intra prediction SSSE3 optimizations.
Merge "Auto min and max partition size experiment."
Auto min and max partition size experiment.
Modify static threshold calculation
Making read_inter_mode_info function more clear.
Merge "Add const to vp9_accum_mv_refs parameter"
Merge "Add encoding option --static-thresh"
Add encoding option --static-thresh
Add const to vp9_accum_mv_refs parameter
Merge "Adding lookup table for size group."
Adding lookup table for size group.
Merge "Simplify handling of sub-partition motion vectors"
Merge "Use local variables rather than structure members"
Merge "Removing duplicated code for merging two probabilities."
Merge "Removing vp9_adapt_mode_context function."
Merge "Make coeff_optimize initialized per-plane"
Merge "Inlining inc_mv_component_count function."
Merge "Removing duplicated PREDICTION_PROBS constant."
Merge "fix a bug where flags are not reset"
Simplify handling of sub-partition motion vectors
Merge "msvs: Generate proper configurations for mixed platforms"
Make coeff_optimize initialized per-plane
Removing duplicated PREDICTION_PROBS constant.
Removing vp9_adapt_mode_context function.
fix a bug where flags are not reset
Merge "SSE2 inverse 4x4 2D-DCT with DC only"
Merge "pack_inter_mode_mvs cleanup"
SSE2 inverse 4x4 2D-DCT with DC only
Merge "Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1"
msvs: Generate proper configurations for mixed platforms
Removing duplicated code for merging two probabilities.
Inlining vp9_init_mode_contexts function.
Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1
Removing CONFIG_BALANCED_COEFTREE experiment.
Merge "Adding condition inside get_tx_type_{4x4, 8x8, 16x16}."
Inlining inc_mv_component_count function.
Adding condition inside get_tx_type_{4x4, 8x8, 16x16}.
Merge "vp9_find_mv_refs_idx: remove unused split_count"
vp9_find_mv_refs_idx: remove unused split_count
Use local variables rather than structure members
Merge "Correct spelling mistakes"
Save pixels instead of coefficients in intra4x4 RD loop.
Add best_rd breakout in intra4x4 RD loop.
Merge "More optimizations for cost_coeffs()."
Merge "Unify the use of encode_b_args/optimize_block_args"