summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
2016-02-05Fix an uninitialized warning.Alex Converse
2016-01-28vp9: encoder-breakout: Modify UV thresholds.Marco
2016-01-27vp9 non-rd mode: Modification for detected skin areas.Marco
2016-01-22Short circuit flat blocks when coding screen content at realtime speed.Alex Converse
2016-01-21vp9 pickmode: Fix the shift on negative value.Marco
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse
2016-01-20Vidyo patch: Changes to the scalability code.Marco
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Tie the bit cost scale to a define.Alex Converse
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-07Merge "Enable encoder to avoid 8x4 or 4x8 partitions"Yaowu Xu
2016-01-07Enable encoder to avoid 8x4 or 4x8 partitionsYaowu Xu
2016-01-06vp9-svc: Fix to avoid msan unitialized value.Marco
2015-12-15Merge "SVC 1 pass mode: Constrain inter mode search within superframe."Marco Paniconi
2015-12-14SVC 1 pass mode: Constrain inter mode search within superframe.Marco
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-12-09Merge "vp9 denoiser: Re-evaluate mode selection for golden reference."Marco Paniconi
2015-12-03vp9-denoiser: Increase threshold for mode re-evaluation.Marco
2015-12-01vp9 denoiser: Re-evaluate mode selection for golden reference.Marco
2015-11-30vp9 denoiser: Fix to re-evaluate mode selection.Marco
2015-11-25Merge "vp9 denoiser: Re-evaluate ZEROMV after denoiser filtering."Marco Paniconi
2015-11-25Merge changes Iaf8cbe95,I6748183d,I2a49811dJames Zern
2015-11-24vp9 denoiser: Re-evaluate ZEROMV after denoiser filtering.Marco
2015-11-24vp9 non-rd pickmode: Fix logic in reference masking.Marco
2015-11-20vp9_satd: return an intJames Zern
2015-11-10Add bias to zero/small motion for noisy source.Marco
2015-11-09Use same bias (against non-zero mv for big blocks) for speed 5.Marco
2015-11-04Merge "Bias against non-zero mv for large blocks."Marco Paniconi
2015-11-03Bias against non-zero mv for large blocks.Marco
2015-11-03Update to encoder_breakout_test, for non-rd mode.Marco
2015-11-02Move noise level estimate outside denoiser.Marco
2015-10-27Adjustments to vp9-denoising.Marco
2015-09-23Non-rd mode: Limit transform size for intra to 16x16.Marco
2015-09-21Non-rd pickmode: Don't skip checking zeromv-last mode.Marco
2015-09-10For screen content consider intra uv when color_sensitivity is set.Alex Converse
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-10Adjustments for VP9 temporal layers, for 1 pass CBRMarco
2015-08-05Bugfix for svc.Marco
2015-07-31Merge "Code refactor on InterpKernel"Zoe Liu
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-31Give skip_txfm constants names.Alex Converse
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-13Refactor intra block prediction functionJingning Han
2015-07-06remove vp9_get_interp_kernel()James Zern
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-22Remove tile paramScott LaVarnway
2015-06-17Take out assertion for block_yrd in rtc coding flowJingning Han
2015-06-16Fix integer overflow issue in rtc coding flow intra mode searchJingning Han