summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2013-06-21Removing find_seg_id and using vp9_get_pred_mi_segid instead.Dmitry Kovalev
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
2013-06-20Get some speed back for cpuused 1Yaowu Xu
2013-06-20Merge "rename variables to avoid build error in MSVC"Yaowu Xu
2013-06-20rename variables to avoid build error in MSVCYaowu Xu
2013-06-20Merge "Implement sse2 and ssse3 versions for all sub_pixel_variance sizes."Yaowu Xu
2013-06-20SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance().Ronald S. Bultje
2013-06-20Merge "Renaming 'nmv' to 'mv' for several functions."Dmitry Kovalev
2013-06-20Improving model rd with variance and quant stepDeb Mukherjee
2013-06-20adds force partitioning greater than or less than block sizeJim Bankoski
2013-06-20adds a set partitioning to speed featuresJim Bankoski
2013-06-20partition by variance using var from last frameJim Bankoski
2013-06-20convert all speed things to speed featuresJim Bankoski
2013-06-20new partition via varianceJim Bankoski
2013-06-20fix to set up new speed featureJim Bankoski
2013-06-20don't copy partitions for key frames or altrefsJim Bankoski
2013-06-20Implement sse2 and ssse3 versions for all sub_pixel_variance sizes.Ronald S. Bultje
2013-06-20disable speed > 1 speed corrections in firstpassJim Bankoski
2013-06-20Merge "copy partitioning from last fame"Jim Bankoski
2013-06-20copy partitioning from last fameJim Bankoski
2013-06-19Merge "Add two-pass quantization"Yunqing Wang
2013-06-19Add two-pass quantizationYunqing Wang
2013-06-18Remove unnecessary copying of probs.Yaowu Xu
2013-06-18Renaming 'nmv' to 'mv' for several functions.Dmitry Kovalev
2013-06-18Merge "Make fdct32 computation flow within 16bit range"Jingning Han
2013-06-18Merge "Removing vp9_invtrans.{c, h} files."Dmitry Kovalev
2013-06-18Make fdct32 computation flow within 16bit rangeJingning Han
2013-06-17Move subpixel variance function from common/ to encoder/.Ronald S. Bultje
2013-06-17Removing vp9_invtrans.{c, h} files.Dmitry Kovalev
2013-06-17Use assembly-optimized variance functions in sub_pixel_{avg}_var().Ronald S. Bultje
2013-06-17Fix typo ('weight' instead of 'width').Ronald S. Bultje
2013-06-14Merge "Remove constant vp9_coef_update_prob table"John Koleszar
2013-06-14Remove constant vp9_coef_update_prob tableJohn Koleszar
2013-06-14Merge "Enable sse2 version of sad8x4/4x8"Jingning Han
2013-06-14Enable sse2 version of sad8x4/4x8Jingning Han
2013-06-13Some cleanups in rd motion searchDeb Mukherjee
2013-06-13Enable sse2 version of sad8x4/4x8Jingning Han
2013-06-12Implement SSE version for sad4x8x4d and SSE2 version for sad8x4x4d.Ronald S. Bultje
2013-06-12Merge "Fix row tiling."Ronald S. Bultje
2013-06-12Merge "Fix chroma output when scaling"John Koleszar
2013-06-12Fix row tiling.Ronald S. Bultje
2013-06-12Fix chroma output when scalingJohn Koleszar
2013-06-11Merge branch 'master' into experimentalJohn Koleszar
2013-06-11Merge "Minor change in forward updates" into experimentalDeb Mukherjee
2013-06-11Minor change in forward updatesDeb Mukherjee
2013-06-11Fix rd partition search for corner blocksJim Bankoski
2013-06-10Adds a zero check in model_rd functionDeb Mukherjee