summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2014-08-25Merge "Replacing int_mv with MV inside the first pass code."Dmitry Kovalev
2014-08-22Removing source field from VP9_COMP.Dmitry Kovalev
2014-08-22Replacing int_mv with MV inside the first pass code.Dmitry Kovalev
2014-08-20Merge "Adding gf_group temp variable."Dmitry Kovalev
2014-08-19Cleaning up detect_transition_to_still().Dmitry Kovalev
2014-08-19vp9_firstpass.c : remove unused parm in get_zero_motionJim Bankoski
2014-08-18vp9_firstpass.c : clear warning re: use of null lcJim Bankoski
2014-08-18Adding gf_group temp variable.Dmitry Kovalev
2014-08-12Minor Two pass rate control adjustments.Paul Wilkins
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