summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.c
AgeCommit message (Expand)Author
2018-12-20Remove a special caseYaowu Xu
2018-12-05Optimize RDMultYaowu Xu
2018-11-29Revert "Optimize RDMULT values for key frames"Jingning Han
2018-11-20Replace int64_t with int for rdmultYaowu Xu
2018-11-16Optimize RDMULT values for key framesYaowu Xu
2018-11-09Refactor common code in RDMULT computationYaowu Xu
2018-11-07Simplify rdmult computationYaowu Xu
2018-10-22Use the proper gfu_boost factor to compute rd_multJingning Han
2018-10-08Reduce the cpi->scaled_ref_idx array size by 1.Wan-Teh Chang
2018-09-12Remove some deprecated FRAME_UPDATE_TYPE elements.Paul Wilkins
2018-08-16Improve enhanced_full_pixel_motion_searchHui Su
2018-08-09Use the pred_mv feature for speed 0Hui Su
2018-06-29Exploit the spatial variance in temporal dependency modelJingning Han
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang
2018-04-24Calculate transform size cost once per frameHui Su
2017-09-08Fix bug in intra mode rd penalty.paulwilkins
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-03-16Add a vector form of routine vp9_model_rd_from_var_lapndzGabriel Marin
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-01-24Initialize errorperbit and sabperbit in ARNR filteringRanjit Kumar Tulabandu
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-06-24cosmetics: Beautify whitespaces and line wrappingYury Gitman
2016-02-17Better workaround for Bug 1089.Alex Converse
2016-02-09Restore previous motion search bit-error scale.Alex Converse
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Tie the bit cost scale to a define.Alex Converse
2015-11-06Use accurate bit cost for uv_mode in UV intra mode RD selectionhui su
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-24Avoid setting rate multiplier as 0hui su
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-05-15vp9: correct some function signaturesJames Zern
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-20vp9_pred_mv(): misc fixes and optimizationsYaowu Xu
2015-03-18vp9_mv_pred: quiet a static analysis warningJames Zern
2015-03-06vp9_ethread: fix me consts initialization to support aq_mode=3 encodingYunqing Wang
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-02-11Update partition rate cost in rtc speed 5Jingning Han
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-22Remove elevate_newmv_thresh from SPEED_FEATURES (unused)Adrian Grange
2014-12-24Enable sub8x8 inter block search for RTC coding modeJingning Han
2014-12-15Simplify rate-distortion modeling functionJingning Han