reworked config for use_x86_inc
Merge changes I082959ab,Ib6932640
fixed script problem with config_force_x86_inc
Merge "Begin to restrict x86inc.asm usage"
Merge "cleanups after bw bh code"
vp9/decoder: threaded row-based loop filter
vp9/decoder: add thread worker
Update README
Begin to restrict x86inc.asm usage
Replacing long block size enum values with shorter ones (2).
Merge "Cleaning up vp9_build_inter_predictor function."
Merge "Replacing "txfm" with "tx" in identifiers."
reworked find_mv_ref
Replacing "txfm" with "tx" in identifiers.
Merge "Adding is_inter_block function."
Cleaning up vp9_build_inter_predictor function.
Merge "Changing function arg type from int_mv* to MV*."
Merge "Cleanups around allow_high_precision_mv flag."
Adding is_inter_block function.
Merge "Cleaning up set_contexts_on_border function."
Merge "Add more checking to using_small_partition_info"
Cleaning up set_contexts_on_border function.
Changing function arg type from int_mv* to MV*.
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"
Cleanups around allow_high_precision_mv flag.
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"
Add more checking to using_small_partition_info
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.