summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.h
AgeCommit message (Expand)Author
2014-01-14As you go mbmi->skip_coeffJim Bankoski
2014-01-06Combining ref_frame and second_ref_frame into ref_frames[2].Dmitry Kovalev
2013-11-19Move vp9_setup_interp_filter() to encoderYaowu Xu
2013-11-15Removing vp9_encodeintra.{h, c} files.Dmitry Kovalev
2013-10-03Refactor inter mode rate-distortion searchJingning Han
2013-09-11clang warnings : remove split and i4x4_pred fake modesJim Bankoski
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-19Passing plane_bsize to foreach_transformed_block_visitor.Dmitry Kovalev
2013-08-19Using plane_bsize instead of bsize.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-15Moving from ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Converting code from using ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-25Make coeff_optimize initialized per-planeJingning Han
2013-07-02Calculate rd cost per transformed blockJingning Han
2013-06-21Add subtract_block SSE2 version and unit test.Ronald S. Bultje
2013-05-31Adding plane_block_width and plane_block_height functions.Dmitry Kovalev
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-02Create common vp9_encode_sb{,y}John Koleszar
2013-04-30Make vp9_optimize_sb* commonJohn Koleszar
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-11Remove unused macroblock versions of reconstruction functions.Ronald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-03-06Merge "Code cleanup." into experimentalDmitry Kovalev
2013-03-05Code cleanup.Dmitry Kovalev
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-09New prediction filterAdrian Grange
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-0732x32 transform for superblocks.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-28remove postproc invokesJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar