summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2013-12-19Begin refactor of frame schedule in rate controlDeb Mukherjee
2013-12-18Updates for 1-pass CBR rate control.Marco Paniconi
2013-12-16Rate control changes on active_worst_qualityDeb Mukherjee
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-05Further rate control cleanupsDeb Mukherjee
2013-12-05Renaming constants.Dmitry Kovalev
2013-11-27Fixing inadvertent changeDeb Mukherjee
2013-11-27Continued rate control clean-upsDeb Mukherjee
2013-11-26Merge "Fix unit test failures"Yaowu Xu
2013-11-26Fix unit test failuresYaowu Xu
2013-11-26Merge "Some cleanups on rate control"Deb Mukherjee
2013-11-25Some cleanups on rate controlDeb Mukherjee
2013-11-25In frame Q adjustment experiment.Paul Wilkins
2013-11-22Refactoring of rate control - part 1Deb Mukherjee
2013-10-19Modified no memory rate control.Paul Wilkins
2013-10-07Merge "Rate control parameter adjustment"Deb Mukherjee
2013-10-07Rate control parameter adjustmentDeb Mukherjee
2013-10-07cpplint issues resolved vp9_ratectrl.cJim Bankoski
2013-09-27Reusing FRAME_CONTEXT struct to simplify the code.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-07-20Merge "Moving all loop filter related variables into new struct."Dmitry Kovalev
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-19Removing unused static arrays from vp9_reatectrl.c.Dmitry Kovalev
2013-07-16use consistent framerate namingJames Zern
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-01Removing vp9_modecont.{h, c}.Dmitry Kovalev
2013-06-10Implement intra-coded framesAdrian Grange
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-07Cleans up mbskip encodingDeb Mukherjee
2013-06-07Coding updates for tx-size selectionDeb Mukherjee
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-05Clean-ups on switchable interpolation and mv_refDeb Mukherjee
2013-05-31Merge all various transform size data trackers into single variables.Ronald S. Bultje
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-26Remove splitmv.Ronald S. Bultje
2013-05-17Remove MODE_STATS flag and codePaul Wilkins
2013-05-07Deprecate code_zerogroup experiment.Paul Wilkins
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-30Merge "Renaming refresh_entropy_probs to refresh_frame_context." into experim...Dmitry Kovalev
2013-04-30Merge "Consistent names for quant-related functions and variables." into expe...Dmitry Kovalev
2013-04-26Renaming refresh_entropy_probs to refresh_frame_context.Dmitry Kovalev
2013-04-26Consistent names for quant-related functions and variables.Dmitry Kovalev
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-22End of orientation zero group experimentDeb Mukherjee
2013-04-16Recursive partition syntax codingJingning Han