summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.h
AgeCommit message (Expand)Author
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-01-26Adjust active maxq for GF groups.Paul Wilkins
2014-11-20Add adaptive midpoint for AQ1.Paul Wilkins
2014-11-06Add intra complexity and brightness weight to first pass.Paul Wilkins
2014-10-13Add adaptation option for VBR.Paul Wilkins
2014-10-10Revert "Add adaptation option for VBR."Alex Converse
2014-10-10Merge "Add adaptation option for VBR."Paul Wilkins
2014-10-10Add adaptation option for VBR.Paul Wilkins
2014-10-08Allow mode search breakout at very low prediction errorsYunqing Wang
2014-09-18Substantial reworking of code for arf and kf groups.Paul Wilkins
2014-08-22Removing source field from VP9_COMP.Dmitry Kovalev
2014-08-04Store first pass motion vector directionsPengchong Jin
2014-07-28Store block-wise statistics obtained in the first passPengchong Jin
2014-07-17Merge "Fixed a bug of setting wrong first pass mb stats pointer"Pengchong Jin
2014-07-17Fixed a bug of setting wrong first pass mb stats pointerPengchong Jin
2014-07-17Merge "Changes to rd balance and multi-arf bug fix."Paul Wilkins
2014-07-16Changes to rd balance and multi-arf bug fix.Paul Wilkins
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-01Store/read 16x16 block statistics obtained from the first passPengchong Jin
2014-06-24Dual ARF changes: Buffer index selection.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-12Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS.Dmitry Kovalev
2014-06-06Revert "Removing this_frame_stats member from TWO_PASS struct."Adrian Grange
2014-05-27Removing this_frame_stats member from TWO_PASS struct.Dmitry Kovalev
2014-05-23Further first pass allocation changes.Paul Wilkins
2014-05-23Re-factor bit allocation in first pass.Paul Wilkins
2014-05-22Cleaning up vp9_init_second_pass().Dmitry Kovalev
2014-05-20Merge "Cosmetic clean up."Paul Wilkins
2014-05-19Cosmetic clean up.Paul Wilkins
2014-05-15Removing unused fields from twopass_rc struct.Dmitry Kovalev
2014-04-09Cleaning up vp9_twopass_worst_quality().Dmitry Kovalev
2014-04-02Rate ctrl changes to track target bitrates closerDeb Mukherjee
2014-03-28[svc] Fix SvcTest.SecondPassEncode failureMinghai Shang
2014-03-19[svc] Finalize spatial svc first pass rate controlMinghai Shang
2014-03-10Moving static_scene_max_gf_interval to RATE_CONTROL struct.Dmitry Kovalev
2014-03-06Adding const to FIRSTPASS_STATS pointers.Dmitry Kovalev
2014-03-02vp9_firstpass.c: remove unused functions & paramsYaowu Xu
2014-02-11Removes active_worst_quality feedbackDeb Mukherjee
2014-02-10Further one-pass vbr rate control changesDeb Mukherjee
2014-02-05Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h.Dmitry Kovalev
2014-02-05One-pass rate control cleanups/fixes/refactoringDeb Mukherjee
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2014-01-10Don't use gf_update by default for 1-pass CBR.Marco Paniconi
2013-12-19Begin refactor of frame schedule in rate controlDeb Mukherjee
2013-10-07cpplint errors in vp9_onyx_if.hJim Bankoski
2013-02-21Code cleanup.Dmitry Kovalev
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar