summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.c
AgeCommit message (Expand)Author
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
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20vp9_ethread: move max/min partition size to mb structYunqing Wang
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-10-31Merge "Refactor vp9_update_rd_thresh_fact"Jingning Han
2014-10-30Refactor vp9_update_rd_thresh_factJingning Han
2014-10-29Merge "Enable mode search threshold update in non-RD coding mode"Jingning Han
2014-10-29Enable mode search threshold update in non-RD coding modeJingning Han
2014-10-29Simplify vp9_set_rd_speed_thresholds_sub8x8Adrian Grange
2014-10-22Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct"Yunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-15Add init and reset functions for RD_COST structJingning Han
2014-10-03rdmult data type changeDeb Mukherjee
2014-10-02rdmult data type change to fix high bit-depthDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee