summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2013-10-17Add missing calls to emms in the adaptive quantization codeGuillaume Martres
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-07Merge "cpplint problems resolved with vp9_firstpass.c"Jim Bankoski
2013-10-05cpplint problems resolved with vp9_firstpass.cJim Bankoski
2013-10-04Fix first pass for non-square blocksGuillaume Martres
2013-09-24Limit mv search range for first pass and mbgraphYaowu Xu
2013-09-22Improves constant qual, constrained qual turned onDeb Mukherjee
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-10Modify encode breakout for static framesYunqing Wang
2013-09-09Merge "Revert "New mode_info_context storage""James Zern
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-08Merge "New mode_info_context storage"Jim Bankoski
2013-09-06Support a constant quality mode in VP9Deb Mukherjee
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-15Using { 0 } for initialization instead of memset.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-16use consistent framerate namingJames Zern
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-03Refactoring setup_pre_planes function.Dmitry Kovalev
2013-07-01Removing vp9_mbpitch.c, moving vp9_setup_block_dptrs to vp9_block.h.Dmitry Kovalev
2013-06-26Remove empty function vp9_build_block_offsetsJingning Han
2013-06-20disable speed > 1 speed corrections in firstpassJim Bankoski
2013-06-08Merge "Fix firstpass if framesize is not a multiple of 16." into experimentalRonald S. Bultje
2013-06-08Fix firstpass if framesize is not a multiple of 16.Ronald S. Bultje
2013-06-07Fix mv range border in pixelsJingning Han
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-05-31Replacing memcpy with struct assignment.Dmitry Kovalev
2013-05-30Remove i4x4_pred.Ronald S. Bultje
2013-05-16Remove vp9_extend_mb_row()John Koleszar
2013-05-15Add vp9_extend_frame_bordersJohn Koleszar
2013-05-15Fix first-pass encoding testJingning Han
2013-05-13Merge "Code cleanup inside vp9_firstpass.c." into experimentalDmitry Kovalev
2013-05-10Merge "Subsampling aware allocs and bitstream" into experimentalJohn Koleszar
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar
2013-05-09Make firstpass encode Y-onlyJohn Koleszar
2013-05-08Code cleanup inside vp9_firstpass.c.Dmitry Kovalev
2013-05-07Removing vp9_swap_yv12_buffer function and corresponding files.Dmitry Kovalev
2013-05-07Merge "Merge SB8X8 into the codebase" into experimentalJingning Han
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-07Merge "Removed vp9_setup_intra_recon()" into experimentalScott LaVarnway
2013-05-06Remove heap alloc of FIRSTPASS_STATSJohn Koleszar