summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-03Add fields into RC for Vizier ML experiments.Paul Wilkins1-0/+14
2020-02-10Do save/restore_encode_params when rate_ctrl is onangiebird1-2/+2
2019-07-18Add vp9_non_greedy_mv.c/hAngie Chiang1-2/+0
2019-06-01Update rdcost using the rd_mult in current blocksdeng1-0/+2
2019-06-01Use distortion and rate of best_rd as the paramssdeng1-0/+7
2019-04-09Add build_inter_mode_cost()Angie Chiang1-0/+2
2019-03-14Enclose macro arguments in parenthesesJerome Jiang1-3/+3
2019-01-31Add dist scale in get_mv_distAngie Chiang1-0/+3
2018-11-07Simplify rdmult computationYaowu Xu1-2/+1
2018-10-30clang-tidy: fix vp9/encoder parametersJohann1-3/+3
2018-09-15cosmetics: normalize include guardsJames Zern1-3/+3
2018-06-29Exploit the spatial variance in temporal dependency modelJingning Han1-0/+3
2018-05-14Make a config time flagYaowu Xu1-4/+1
2018-05-14Fixes for consistent encoding across recodes of a frameRanjit Kumar Tulabandu1-0/+7
2017-11-13New content type to improve grain retention.paulwilkins1-0/+5
2017-09-08Fix bug in intra mode rd penalty.paulwilkins1-2/+2
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang1-22/+1
2017-03-21vp9: Enable adaptive_rd_threshold for row mt for realtime speed 8.Jerome Jiang1-0/+1
2017-03-16Add a vector form of routine vp9_model_rd_from_var_lapndzGabriel Marin1-0/+5
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu1-2/+23
2017-01-24Initialize errorperbit and sabperbit in ARNR filteringRanjit Kumar Tulabandu1-0/+3
2016-08-02vp9/encoder: apply clang-formatclang-format1-21/+18
2016-02-09Restore previous motion search bit-error scale.Alex Converse1-0/+6
2016-01-22Short circuit flat blocks when coding screen content at realtime speed.Alex Converse1-0/+9
2016-01-15Tie the bit cost scale to a define.Alex Converse1-1/+2
2015-07-27Remove tx_select_threshesYunqing Wang1-2/+0
2015-05-15vp9: correct some function signaturesJames Zern1-1/+1
2015-03-06vp9_ethread: fix me consts initialization to support aq_mode=3 encodingYunqing Wang1-1/+1
2015-03-04Make encoder buffer allocation dynamicAdrian Grange1-2/+2
2014-12-24Enable sub8x8 inter block search for RTC coding modeJingning Han1-0/+6
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang1-1/+2
2014-11-20vp9_ethread: move filter_cache out of RD_OPT structYunqing Wang1-1/+0
2014-11-20vp9_ethread: change mask_filter to a local variableYunqing Wang1-1/+0
2014-11-14Code cleanup: remove unused members in RD_OPTYunqing Wang1-3/+0
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang1-3/+0
2014-10-30Refactor vp9_update_rd_thresh_factJingning Han1-2/+1
2014-10-29Enable mode search threshold update in non-RD coding modeJingning Han1-0/+8
2014-10-15Add init and reset functions for RD_COST structJingning Han1-0/+5
2014-10-13Refactor rate distortion cost structureJingning Han1-0/+6
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee1-0/+4
2014-09-22Adaptive mode search schedulingJingning Han1-4/+8
2014-07-02Cleanup vp9_rd.Alex Converse1-1/+1
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse1-0/+165