summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-06-27Inline quantize so idiv instruction gets removed from inner loop.Ronald S. Bultje
2013-06-27Merge "Auto adapt step size feature."Paul Wilkins
2013-06-27Merge "Start adaptive threshold for each mode at max."Paul Wilkins
2013-06-27Merge "Change meaning of cpi->sf.first_step and rename."Paul Wilkins
2013-06-26Merge "Make intra predictor reference buffer configurable"Jingning Han
2013-06-26Merge "Make update_partition_context faster"Jingning Han
2013-06-26Merge "Change to use LUT for mode-to-txfm conversion"Yaowu Xu
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-26Merge "Remove empty function vp9_build_block_offsets"Jingning Han
2013-06-26Make update_partition_context fasterJingning Han
2013-06-26Remove unused macro RDTRUNC_8x8 from encodemb.c.Ronald S. Bultje
2013-06-26Remove empty function vp9_build_block_offsetsJingning Han
2013-06-26Change to use LUT for mode-to-txfm conversionYaowu Xu
2013-06-26Merge "fixed a compiling problem with MSVC win32 build"Paul Wilkins
2013-06-26Auto adapt step size feature.Paul Wilkins
2013-06-26Merge "Using get_plane_block_{width, height} instead of custom code."Dmitry Kovalev
2013-06-26fixed a compiling problem with MSVC win32 buildYaowu Xu
2013-06-26Start adaptive threshold for each mode at max.Paul Wilkins
2013-06-26Change meaning of cpi->sf.first_step and rename.Paul Wilkins
2013-06-25Merge "Move vp9_counts_to_nmv_context to encoder"John Koleszar
2013-06-25Merge "Move vp9_full_to_model_counts to encoder"John Koleszar
2013-06-25Merge "Refactor intra predictor block"Jingning Han
2013-06-25Refactor intra predictor blockJingning Han
2013-06-25Renaming "nmv" to "mv".Dmitry Kovalev
2013-06-25Using get_plane_block_{width, height} instead of custom code.Dmitry Kovalev
2013-06-25Merge "Only do metrics on cropped (visible) area of picture."Ronald S. Bultje
2013-06-25Merge "Don't skip right/bottom border pixels in SSIM calculations."Ronald S. Bultje
2013-06-25Merge "Add averaging-SAD functions for 8-point comp-inter motion search."Ronald S. Bultje
2013-06-25Merge "Tune the rounding operations in 8x8 ADST/DCT sse2"Jingning Han
2013-06-25Only do metrics on cropped (visible) area of picture.Ronald S. Bultje
2013-06-25Don't skip right/bottom border pixels in SSIM calculations.Ronald S. Bultje
2013-06-25Add averaging-SAD functions for 8-point comp-inter motion search.Ronald S. Bultje
2013-06-25Tune the rounding operations in 8x8 ADST/DCT sse2Jingning Han
2013-06-25Merge "Don't re-allocate comp_pred buffers for each call to comp motion search."Ronald S. Bultje
2013-06-25Merge "Removing unused code."Dmitry Kovalev
2013-06-25Merge "Add 8x8 dct/adst unit tests"Jingning Han
2013-06-25Merge "Changed size of mb_mode_context to 8 bits"Yaowu Xu
2013-06-25Merge "Small mode_info_context cleanup in filter_block_plane"Scott LaVarnway
2013-06-25Removing unused code.Dmitry Kovalev
2013-06-25Merge "Removing find_seg_id and using vp9_get_pred_mi_segid instead."Dmitry Kovalev
2013-06-25Merge "Transforming scale_mv_component_q4 into scale_mv_q4 function."Dmitry Kovalev
2013-06-25Add 8x8 dct/adst unit testsJingning Han
2013-06-25Merge "Use aligned buffer operations in 8x8/16x16 2D-DCT"Jingning Han
2013-06-25Small mode_info_context cleanup in filter_block_planeScott LaVarnway
2013-06-25Merge "Enable sse2 implmentation of 8x8 ADST/DCT"Yaowu Xu
2013-06-25Merge "change to enable use_largest_txform feature"Yaowu Xu
2013-06-24Use aligned buffer operations in 8x8/16x16 2D-DCTJingning Han
2013-06-24Enable sse2 implmentation of 8x8 ADST/DCTJingning Han
2013-06-24change to enable use_largest_txform featureYaowu Xu
2013-06-24Move vp9_counts_to_nmv_context to encoderJohn Koleszar