Fix SEG_LVL_SKIP in non-RD inter mode selection.
Fix SEG_LVL_SKIP in RD inter mode selection.
Merge "Cleaning up vp9_variance_mmx.c."
Merge "Removing two unused TX_SIZE_SEARCH_METHOD members."
Merge changes I6abc0657,I8224fba2,I04f64a45,I5d49d119,I76b4d171,I88c11ac3
vp9_sub_pixel_*variance*: disable avx2 variants
vp9_sad*x4d: disable avx2 variants
Merge "Makefile: skip .d inclusion for 'testdata' target"
Merge "Add mode info arrays and mode info index."
Add mode info arrays and mode info index.
Removing two unused TX_SIZE_SEARCH_METHOD members.
Merge "Removing chessboard_index from SPEED_FEATURES."
Merge "Removing unused motion_vector_context enum from vp9_encodeframe.c"
Merge "Add x86_64-iphonesimulator-gcc target."
vp9_f(dct|ht): disable avx2 variants
convolve: disable avx2 variants
fdct8x8_test: add missing avx2 functions
dct4x4_test: add missing avx2 functions
Merge "Use small transform size in non-rd real-time mode"
Merge "Removing unused tt_activity_measure()."
Use small transform size in non-rd real-time mode
Merge "Fix internal stats printing"
Makefile: skip .d inclusion for 'testdata' target
Merge "gen_msvs_*proj.sh: speed up file generation"
gen_msvs_*proj.sh: speed up file generation
Add x86_64-iphonesimulator-gcc target.
Merge "Revert "Removing this_frame_stats member from TWO_PASS struct.""
Revert "Removing this_frame_stats member from TWO_PASS struct."
Merge "Adding encode_tiles() function."
Merge "Fixes qindex for first frame in 1-pass cq/q modes"
Merge "README: add a note about the test vectors"
Merge changes I0e4d807f,Ia5ff575c,Ie4a1f313
Removing chessboard_index from SPEED_FEATURES.
Adding encode_tiles() function.
Merge "Neon match to vp8 temporal denoiser fix"
Fixes qindex for first frame in 1-pass cq/q modes
Merge changes I59ef7c49,I0156d856
Fix internal stats printing
Add x86-iphonesimulator-gcc target.
Removing unused tt_activity_measure().
Removing unused motion_vector_context enum from vp9_encodeframe.c
Removing unused alt_freq field from VP9EncoderConfig.
Made MACROBLOCK.increase_denoising cond-compiled
s/INT_MAX/UINT_MAX/ where appropriate
Merge "Enable unit test for partial 16x16 inverse 2D-DCT"
Using 2 instead of 3 elements for avg_frame_qindex array.
Enable unit test for partial 16x16 inverse 2D-DCT
Merge "Re-enable unit test for SSSE3 forward 8x8 2D-DCT"
Merge "Enable SSSE3 inverse 2D-DCT with 10 non-zero coeffs"
Merge "Removing lossless field from VP9EncoderConfig."
Re-enable unit test for SSSE3 forward 8x8 2D-DCT
Merge "Fix potential overflow issue in SSSE3 forward 8x8 2D-DCT"
Merge "Rework unit test for 8x8 transformation"
Fix potential overflow issue in SSSE3 forward 8x8 2D-DCT
Rework unit test for 8x8 transformation
Adding buffer levels to RATE_CONTROL struct.
Removing lossless field from VP9EncoderConfig.
Merge "Cleaning up full_pixel_search()."
Merge "Moving first pass related functions to vp9_firstpasss.c."
Merge "Reusing existing vp9_get{8x8, 16x16}var() instead of new ones."
Fix AQ mode 2 bug where delta causes Q 0.
Merge "Remove Wextra warnings from vp9_sad.c"
Merge "Remove an attempt to handle SEG_LVL_SKIP sub8x8."
gen_msvs_*proj.sh: strip SRC_PATH_BARE from obj names
*.mk: pass SRC_PATH_BARE to all GEN_VCPROJ invocations
build/msvs: fix builds in source dirs with spaces
Remove Wextra warnings from vp9_sad.c
Merge "Fixed OUTPUT_YUV_SRC behavior for VP8"
Merge "seeing a 10x slowing down, revert now for investigation"
seeing a 10x slowing down, revert now for investigation
Merge "Revert "Remove Wextra warnings from vp9_sad.c""
Revert "Remove Wextra warnings from vp9_sad.c"
Merge "Converting disable_inter_mode_mask to inter_mode_mask."
README: add a note about the test vectors
Merge "Add overflow check unit test for 16x16 inverse DCT/ADST transform"
Merge "Fix a potential overflow issue in inverse 16x16 full 2D-DCT"
Merge "Fix unused variable warning."
Merge "Refactor the vp9_get_frame code for frame parallel."
Add overflow check unit test for 16x16 inverse DCT/ADST transform
Merge "Fix a problem of using an uninitialized parameter"
Merge "Removing unused ref_frame_mask local var."
Refactor the vp9_get_frame code for frame parallel.
Merge "Do not export non-existant symbols"
Fix unused variable warning.
Fix a problem of using an uninitialized parameter
Fixed OUTPUT_YUV_SRC behavior for VP8
Merge "Re-factor some duplicate code."
Do not export non-existant symbols
Removing unused ref_frame_mask local var.
Merge "Consistent names for intra mask flags."
Merge "Don't update encoder skip count for SEG_LVL_SKIP."
Converting disable_inter_mode_mask to inter_mode_mask.
Consistent names for intra mask flags.
Remove an attempt to handle SEG_LVL_SKIP sub8x8.
Merge "Making speed checks consistent in set_rt_speed_feature()."
Fix a potential overflow issue in inverse 16x16 full 2D-DCT
Don't update encoder skip count for SEG_LVL_SKIP.
Merge "Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK."
Reusing existing vp9_get{8x8, 16x16}var() instead of new ones.