summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2015-12-04Non-rd partition: Use force split on 16x16 for low resolutions.Marco
2015-12-01Merge "Spatial SVC crash fix"Debargha Mukherjee
2015-11-30Condition use of minmax in variance partition on speed setting.Marco
2015-11-24vp9 denoiser: Re-evaluate ZEROMV after denoiser filtering.Marco
2015-11-24Spatial SVC crash fixDebargha Mukherjee
2015-11-13Changes to exhaustive motion search.paulwilkins
2015-11-12Adjust variance threshold for 16x16 split at low resolutions.Marco
2015-11-12Merge "Non-rd partition: reduce variance threshold low resolutions."Marco Paniconi
2015-11-11Adjust varianace threshold for high noise condition.Marco
2015-11-10Non-rd partition: reduce variance threshold low resolutions.Marco
2015-11-02Move noise level estimate outside denoiser.Marco
2015-10-27Adjustments to vp9-denoising.Marco
2015-10-16Restore partial changes from previous commitYaowu Xu
2015-10-14Fix two asan failuresYaowu Xu
2015-10-13Merge "Changes to partition breakout rules."Yaowu Xu
2015-10-13Changes to partition breakout rules.paulwilkins
2015-10-02Fix to denoiser with dynamic resize.Marco
2015-09-25Limit cyclic refresh on steady background blocks.Marco
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-17Fix to non-rd variance partition selection.Marco
2015-08-12Call set_ref_ptrs only for inter blockshui su
2015-08-12Use sizeof(variable) instead of sizeof(type)hui su
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-05Bugfix for svc.Marco
2015-07-30Remove tx cache and speed up tx size selectionYunqing Wang
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-27Remove tx_select_threshesYunqing Wang
2015-07-09Merge "Changes to use of rectangular partitions."paulwilkins
2015-07-09Merge "Change speed and rd features for formatting bars."paulwilkins
2015-07-09Format fixes in vp9_encodeframe.c and vp9_encodemb.cJingning Han
2015-07-08Changes to use of rectangular partitions.paulwilkins
2015-07-08Change speed and rd features for formatting bars.paulwilkins
2015-07-07Update to speed 5 non-rd mode partition search.Marco
2015-07-02Alter partition search at image edge.paulwilkins
2015-07-02Merge "vp9_pred_common: inline vp9_get_tx_size_context"James Zern
2015-07-02Merge "vp9_pred_common: inline vp9_get_segment_id"James Zern
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-29Merge "Remove tile param"Scott LaVarnway
2015-06-22Fixes for key frame coding at speed 5.Marco
2015-06-22Remove tile paramScott LaVarnway
2015-06-19Reduce max_partition_size for low resolutions at speed 5.Marco
2015-06-19Merge changes I2552d810,I51952c0a,Ib82e4247,I9c8d16cbJames Zern
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-06-12vp9_encodeframe: make coord_lookup[] staticJames Zern
2015-06-12vp9_encodeframe: delete auto_partition_range()James Zern
2015-06-12Merge "Allocate tile data adaptively to accommodate the frame size increase"Yunqing Wang
2015-06-11Allocate tile data adaptively to accommodate the frame size increaseYunqing Wang
2015-06-11inline vp9_segfeature_active()Scott LaVarnway