summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2023-06-08Replace NONE with NO_REF_FRAMEJerome Jiang
2023-06-07Fix more typos (n/n)Jerome Jiang
2023-06-07Fix more typos (3/n)Jerome Jiang
2023-06-07Fix more typos (2/n)Jerome Jiang
2023-06-07Fix more typos (1/n)Jerome Jiang
2023-06-07Fix a few typosJerome Jiang
2023-05-08Unify implementation of CHECK_MEM_ERRORJerome Jiang
2023-04-11Downsample SAD computation in motion searchDeepa K G
2023-04-11Avoid redundant start MV SAD calculationDeepa K G
2023-03-24vp9_rc_get_second_pass_params: clear -Wshadow warningJames Zern
2022-08-23.clang-format: update to clang-format-11clang-format
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