summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-08-06Inlining vp9_get_pred_probs_switchable_interp function.Dmitry Kovalev
2013-08-06Merge "Finally removing all old block size constants."Dmitry Kovalev
2013-08-06Merge "Changing the order switchable filter enum constants."Dmitry Kovalev
2013-08-06Merge "Add variance based mode/skipping"Deb Mukherjee
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-05Add variance based mode/skippingDeb Mukherjee
2013-08-05Merge "cleanups after bw bh code"Jim Bankoski
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-05cleanups after bw bh codeJim Bankoski
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Replacing "txfm" with "tx" in identifiers.Dmitry Kovalev
2013-08-02Adding is_inter_block function.Dmitry Kovalev
2013-08-02Merge "Add more checking to using_small_partition_info"Yunqing Wang
2013-08-02Merge "Fixed typos and added a few explanatory comments"Adrian Grange
2013-08-02Replacing long block size enum values with shorter ones.Dmitry Kovalev
2013-08-02Merge "Comment out 2 unused speed features"Yunqing Wang
2013-08-01Cleanup: replacing xd->seg with seg, and xd->lf with lf.Dmitry Kovalev
2013-08-01Merge "Cleanup: removing unused function arguments."Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-08-01Adds a source variance computation functionDeb Mukherjee
2013-08-01Add more checking to using_small_partition_infoYunqing Wang
2013-08-01Comment out 2 unused speed featuresYunqing Wang
2013-08-01Fixed typos and added a few explanatory commentsAdrian Grange
2013-07-31Remove unnecessary arguments in rd_pick_ref_frameJingning Han
2013-07-31Merge "Make the use of ref_frame index consistent"Jingning Han
2013-07-30Make the use of ref_frame index consistentJingning Han
2013-07-30Merge "Cleanup typos, remove unnecessary lines, replace switch"Adrian Grange
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange
2013-07-29Renaming NB_TXFM_MODES constant to TX_MODES.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-26Merge "General cleanups."Dmitry Kovalev
2013-07-26Auto min and max partition size experiment.Paul Wilkins
2013-07-25Merge "Add encoding option --static-thresh"Yunqing Wang
2013-07-25Add encoding option --static-threshYunqing Wang
2013-07-25General cleanups.Dmitry Kovalev
2013-07-25Merge "Simplify handling of sub-partition motion vectors"Adrian Grange
2013-07-25Simplify handling of sub-partition motion vectorsAdrian Grange
2013-07-25fix a bug where flags are not resetYaowu Xu
2013-07-24Merge "Correct spelling mistakes"Adrian Grange
2013-07-24Correct spelling mistakesAdrian Grange
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-23Merge "Rolled-up several for loops into one"Adrian Grange
2013-07-23Rolled-up several for loops into oneAdrian Grange
2013-07-23Merge "Adding update_tx_counts function."Dmitry Kovalev
2013-07-23clean up bw, bhJim Bankoski
2013-07-22Adding update_tx_counts function.Dmitry Kovalev
2013-07-22fix left over overflowJim Bankoski
2013-07-20Merge "Moving all loop filter related variables into new struct."Dmitry Kovalev
2013-07-20Merge "Removing frame_type field from MACROBLOCKD struct."Dmitry Kovalev
2013-07-19added checks to prevent rate/distortion overflowYaowu Xu