summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
AgeCommit message (Expand)Author
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-05Add a codec control option to tune for screen content.Alex Converse
2014-07-29Use frame index directly in get_chessboard_indexJingning Han
2014-07-24s/CONFIG_DENOISING/CONFIG_VP9_TEMPORAL_DENOISINGTim Kopp
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-09Remove repetitive code in mcomp.cYunqing Wang
2014-07-03Merge "Multi-arf: Add code to turn it on and off."Paul Wilkins
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
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-30Decide the partitioning threshold from the variance histogramYunqing Wang
2014-06-26Merge "Skip the partition search for the frame with no motion"Pengchong Jin
2014-06-26Skip the partition search for the frame with no motionPengchong Jin
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang
2014-06-24Further dual arf changes: multi_arf_allowed.Paul Wilkins
2014-06-24Clean out old CONFIG_MULTIPLE_ARF code.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-20Switch active map implementation to segment based.Alex Converse
2014-06-17Merge "Moving RD-opt related code from vp9_encoder.h to vp9_rdopt.h."Dmitry Kovalev
2014-06-13Moving RD-opt related code from vp9_encoder.h to vp9_rdopt.h.Dmitry Kovalev
2014-06-13Replacing RC_MODE with vpx_rc_mode.Dmitry Kovalev
2014-06-12Added skeleton for VP9 denoiserTim Kopp
2014-06-12Adding is_altref_enabled() function.Dmitry Kovalev
2014-06-05Removing chessboard_index from SPEED_FEATURES.Dmitry Kovalev
2014-06-04Removing unused alt_freq field from VP9EncoderConfig.Dmitry Kovalev
2014-06-03Merge "Removing lossless field from VP9EncoderConfig."Dmitry Kovalev
2014-06-03Adding buffer levels to RATE_CONTROL struct.Dmitry Kovalev
2014-06-03Removing lossless field from VP9EncoderConfig.Dmitry Kovalev
2014-05-20Merge "Cosmetic clean up."Paul Wilkins
2014-05-19Add static-threshold skipping in non-rd modeYunqing Wang
2014-05-19Cosmetic clean up.Paul Wilkins
2014-05-16Moving PC_TREE from MACROBLOCK to VP9_COMP.Dmitry Kovalev
2014-05-14Merge "Moving frame_coef_probs from VP9_COMP to local scope."Dmitry Kovalev
2014-05-14Fix int compared to unsigned int warnings.Paul Wilkins
2014-05-07Merge "Removing MODE_TEST_HIT_STATS."Dmitry Kovalev
2014-05-05Merge "Moving costs from MACROBLOCK to VP9_COMP."Dmitry Kovalev
2014-05-02Merge "Revert "Force ARNR filtering to be centered on the ARF frame""Adrian Grange
2014-05-01Moving costs from MACROBLOCK to VP9_COMP.Dmitry Kovalev
2014-05-01Adding vp9_temporal_filter_init() function.Dmitry Kovalev
2014-05-01Merge "[svc rc] RC improvement for key frames in upper layers for spatial svc."Minghai Shang
2014-04-30[svc rc] RC improvement for key frames in upper layers for spatial svc.Minghai Shang
2014-04-30Removing MODE_TEST_HIT_STATS.Dmitry Kovalev
2014-04-30Moving frame_coef_probs from VP9_COMP to local scope.Dmitry Kovalev
2014-04-29Revert "Force ARNR filtering to be centered on the ARF frame"Adrian Grange
2014-04-29Adding search_site_config struct.Dmitry Kovalev
2014-04-24Remove key_frame_frequency variable from VP9_COMPAdrian Grange
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev