summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-05Merge "[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame...Minghai Shang
2014-08-04Merge "Store first pass motion vector directions"Pengchong Jin
2014-08-04Store first pass motion vector directionsPengchong Jin
2014-08-04[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag f...Minghai Shang
2014-08-04vp9_firstpass.c: fix unused static functionJim Bankoski
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-07-28Remove the redundant index computation in the first passPengchong 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-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-03Merge "Multi-arf: Add code to turn it on and off."Paul Wilkins
2014-07-02Merge "Split vp9_rdopt into vp9_rdopt and vp9_rd."Alex Converse
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-07-02Cleaning up and simplifying read_frame_stats().Dmitry Kovalev
2014-07-02Multi-arf: Add code to turn it on and off.Paul Wilkins
2014-07-01Store/read 16x16 block statistics obtained from the first passPengchong Jin
2014-06-27Multi-arf: Change ref buffer for primary arf.Paul Wilkins
2014-06-26Merge "Dual arf: Name changes."Paul Wilkins
2014-06-25Merge "[spatial svc]Don't skip motion search in first pass encoding"Minghai Shang
2014-06-25Dual arf: Name changes.Paul Wilkins
2014-06-24[spatial svc]Don't skip motion search in first pass encodingMinghai Shang
2014-06-24Dual ARF changes: Buffer index selection.Paul Wilkins
2014-06-24Further dual arf changes: multi_arf_allowed.Paul Wilkins
2014-06-24Fix some bugs in multi-arfPaul Wilkins
2014-06-24Clean out old CONFIG_MULTIPLE_ARF code.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-23Allocate buffers based on correct chroma formatAdrian Grange
2014-06-16skip the un-necessary motion search in the first passPengchong Jin
2014-06-13Merge "Revert "skip un-neccessary motion search in the first pass""Yunqing Wang
2014-06-13Replacing RC_MODE with vpx_rc_mode.Dmitry Kovalev
2014-06-13Revert "skip un-neccessary motion search in the first pass"Paul Wilkins
2014-06-13Merge "Cleaning up accumulate_frame_motion_stats()."Paul Wilkins
2014-06-12Merge "Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS."Dmitry Kovalev
2014-06-12Adding is_altref_enabled() function.Dmitry Kovalev
2014-06-12Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS.Dmitry Kovalev
2014-06-12Merge "skip un-neccessary motion search in the first pass"Yunqing Wang
2014-06-12skip un-neccessary motion search in the first passPengchong Jin
2014-06-06Merge "Revert "Removing this_frame_stats member from TWO_PASS struct.""Adrian Grange
2014-06-06Revert "Removing this_frame_stats member from TWO_PASS struct."Adrian Grange
2014-06-03Cleaning up accumulate_frame_motion_stats().Dmitry Kovalev
2014-06-03Merge "Moving first pass related functions to vp9_firstpasss.c."Dmitry Kovalev
2014-05-30Merge "Re-factor some duplicate code."Paul Wilkins
2014-05-28Merge "Removing this_frame_stats member from TWO_PASS struct."Paul Wilkins
2014-05-28Re-factor some duplicate code.Paul Wilkins
2014-05-27Removing this_frame_stats member from TWO_PASS struct.Dmitry Kovalev