summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-06-26Auto adapt step size feature.Paul Wilkins
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-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
2013-06-24Move vp9_full_to_model_counts to encoderJohn Koleszar
2013-06-24Merge "Remove unused vp9_build_intra_predictors_sb{y,uv}_s"John Koleszar
2013-06-24Merge "Remove unused vp9_model_to_full_probs_sb()"John Koleszar
2013-06-24Changed size of mb_mode_context to 8 bitsScott LaVarnway
2013-06-24Don't re-allocate comp_pred buffers for each call to comp motion search.Ronald S. Bultje
2013-06-24Fix loopfilter of leftmost 4x4 edges in SBJohn Koleszar
2013-06-21Remove unused vp9_build_intra_predictors_sb{y,uv}_sJohn Koleszar
2013-06-21Remove unused vp9_model_to_full_probs_sb()John Koleszar
2013-06-21Transforming scale_mv_component_q4 into scale_mv_q4 function.Dmitry Kovalev
2013-06-21Remove emms - that shouldn't be there.Ronald S. Bultje
2013-06-21Removing find_seg_id and using vp9_get_pred_mi_segid instead.Dmitry Kovalev
2013-06-21Add missing SECTION .text marker in assembly file.Ronald S. Bultje
2013-06-21Implement SSE2 block_error.Ronald S. Bultje
2013-06-21Merge "Add subtract_block SSE2 version and unit test."Ronald S. Bultje
2013-06-21Merge "SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance()."Ronald S. Bultje
2013-06-21Add subtract_block SSE2 version and unit test.Ronald S. Bultje
2013-06-20Merge "Get some speed back for cpuused 1"Yaowu Xu