Removing unused functions.
Moving struct loop_filter_info from *.h to *.c file.
Merge "Fixed typos and added a few explanatory comments"
Merge "Changed name of rd_pick_intra4x4mby_modes"
Merge "vp9: neon: convolve: replace some insns with simpler equivalents"
Merge "vp9: neon: convolve: simplify branching to C fallbacks"
Merge "vp9: neon: optimise loads in horiz convolve functions"
Merge "vp9: neon: add vp9_mb_lpf_* functions"
Replacing long block size enum values with shorter ones.
Merge "Comment out 2 unused speed features"
vp9: neon: convolve: replace some insns with simpler equivalents
vp9: neon: convolve: simplify branching to C fallbacks
vp9: neon: optimise loads in horiz convolve functions
vp9: neon: add vp9_mb_lpf_* functions
Merge "Cleanup: replacing xd->seg with seg, and xd->lf with lf."
Merge "Cleanup: reusing clamp_mv function."
Merge "Remove unused vp9_short_idct10_32x32_add"
Cleanup: replacing xd->seg with seg, and xd->lf with lf.
Merge "Cleanup: removing unused function arguments."
Cleanup: reusing clamp_mv function.
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
Remove unused vp9_short_idct10_32x32_add
Merge "Optimize 32x32 2D inverse DCT for speed-up"
Comment out 2 unused speed features
Merge "Adding missing const to vp9_extra_bits array."
Fixed typos and added a few explanatory comments
Changed name of rd_pick_intra4x4mby_modes
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.