summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
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
2013-05-06Removed vp9_setup_intra_recon()Scott LaVarnway
2013-05-02Create common vp9_encode_sb{,y}John Koleszar
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-25Remove predictor pointers from BLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-24Merge two similar functions into oneYaowu Xu
2013-04-23Remove coeff from BLOCKJohn Koleszar
2013-04-22Move pre, second_pre to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Merge "Adjustments to key frame sizing." into experimentalPaul Wilkins
2013-04-19Adjustments to key frame sizing.Paul Wilkins
2013-04-18make buid_inter_predictors block size agnostic (luma)John Koleszar
2013-04-18Merge "Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Commo...Dmitry Kovalev
2013-04-17Merge "Make alt_extra_bits a local variable" into experimentalAdrian Grange
2013-04-17Make alt_extra_bits a local variableAdrian Grange
2013-04-17Merge "Move configure_arnr_filter function" into experimentalAdrian Grange
2013-04-17Merge "Fixed overflow test on boost calculation" into experimentalAdrian Grange
2013-04-16Move configure_arnr_filter functionAdrian Grange
2013-04-16Fixed overflow test on boost calculationAdrian Grange
2013-04-16Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Common.Dmitry Kovalev
2013-04-15Removing TRUE and FALSE macro definitions.Dmitry Kovalev
2013-04-15Initial addition of multiple ARF framesAdrian Grange
2013-03-28Adjust mv_ratio_accumulator threshold.Paul Wilkins
2013-03-20Code cleanup: lower case variable names.Dmitry Kovalev
2013-03-18Merge "Adapt ARNR filter length and strength." into experimentalPaul Wilkins
2013-03-18Adapt ARNR filter length and strength.Paul Wilkins