summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2022-06-27L2E: Distinguish fixed and active gf_intervalCheng Chen
2022-06-06L2E: rename 'gop_index' to 'gop_global_index'Cheng Chen
2022-06-06L2E: send first pass stats before gop decisionsCheng Chen
2022-06-06L2E: Use bit mask to represent control typeCheng Chen
2022-06-01L2E: Return error when GOP model is not setCheng Chen
2022-05-27L2E: Add vp9 GOP decision helper functionCheng Chen
2021-07-23Remove unused old FP_MB_STATS codeYunqing Wang
2021-07-23Clean up allow_partition_search_skip codeYunqing Wang
2021-06-21Add use_simple_encode_api to oxcfAngie Chiang
2021-06-21Fix flaky assertions in SimpleEncodeAngie Chiang
2021-06-07L2E: properly init two pass rc parametersCheng Chen
2021-05-26Fix simple encodeCheng Chen
2021-04-29Add assert for zero_motion_factor rangePaul Wilkins
2021-04-26Add limits to Vizier input parameters.Paul Wilkins
2021-04-20Further normalization of Vizier parameters.Paul Wilkins
2021-04-14Merge "Set vizier rc parameters"Cheng Chen
2021-04-13Set vizier rc parametersCheng Chen
2021-04-13Merge "Removed unused constant"Paul Wilkins
2021-04-12Removed unused constantPaul Wilkins
2021-04-07Merge "Fix compilation for CONFIG_RATE_CTRL"Cheng Chen
2021-04-06Fix compilation for CONFIG_RATE_CTRLCheng Chen
2021-04-06Change zm_factor for Vizier.Paul Wilkins
2021-03-18Change SR_diff calculation and representationPaul Wilkins
2021-03-10Vizer: Added in experimental max KF boost values.Paul Wilkins
2021-03-10Vizier: Add in field for min kf frame boost.Paul Wilkins
2021-03-09Vizier: Add defaults for > 1080PPaul Wilkins
2021-03-08Further integration for Vizier.Paul Wilkins
2021-03-03Add fields into RC for Vizier ML experiments.Paul Wilkins
2020-12-15First pass: skip motion search for intra-onlyHui Su
2020-08-10Avoid re-allocating fp_motion_vector_infoangiebird
2020-08-07Fix ObserveFirstPassMotionVectors()angiebird
2020-08-03L2E: Add ObserveFirstPassMotionVectorCheng Chen
2020-05-26Add functions to compute/observe key frame mapangiebird
2020-05-26Init static_scene_max_gf_interval in vp9_rc_init()angiebird
2020-05-26Add GOP_COMMANDangiebird
2020-04-25vp9_firstpass.c: limit mv_limits with MV_MAX in motion_searchNeil Birkbeck
2020-03-25Init frames_to_key in vp9_rc_init()angiebird
2020-03-02Add init/update_frame_indexes()angiebird
2020-02-24Make external arf consistent with vp9Cheng Chen
2020-02-24Allow external arf to determine gop sizeCheng Chen
2020-02-20Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird
2020-01-17vp9: add delta q for uv channel. add tests.Jerome Jiang
2019-12-12Cosmetic change of vp9_get_gop_coding_frame_countangiebird
2019-12-11Cosmetic changes for RATE_CTRL related functionsangiebird
2019-12-10Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird
2019-12-09Set frames_since_key in vp9_get_coding_frame_numangiebird
2019-12-09Add vp9_get_gop_coding_frame_count()angiebird
2019-12-06Add GetKeyFrameGroupSize()angiebird
2019-11-18Add ComputeFirstPassStats()angiebird
2019-11-14Remove output_pkt_list from cpiangiebird