summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2016-08-17Add casting to fix warning.paulwilkins
2016-08-15Merge "Modified ARF group allocation."Paul Wilkins
2016-08-10Modified ARF group allocation.paulwilkins
2016-08-08Refactor mv limits.Alex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-08-02change HBD pixel value from uint8_t to uint16_tYaowu Xu
2016-08-01Add pointer conversion for HBD buffersYaowu Xu
2016-07-22Merge "Sample points to reduce encode overhead."Paul Wilkins
2016-07-22Merge "Noise energy Experiment in first pass."Paul Wilkins
2016-07-18cosmetics: Correct grammar/spelling in commentsYury Gitman
2016-07-11Sample points to reduce encode overhead.paulwilkins
2016-07-07Noise energy Experiment in first pass.paulwilkins
2016-06-30Fix error in get_ul_intra_threshold() for 10/12 bit.paulwilkins
2016-06-30Fix error in get_smooth_intra_threshold() for 10/12 bit.paulwilkins
2016-06-24cosmetics: Beautify whitespaces and line wrappingYury Gitman
2016-06-09Small re-arrangement.paulwilkins
2016-06-03Slightly more damped VBR adjustment.paulwilkins
2016-06-03Change to get_twopass_worst_quality()paulwilkins
2016-06-03Removed unused data structure.paulwilkins
2016-06-03Adjustment calculation of active worst quality.paulwilkins
2016-06-03Remove gf_zeromotion_pct.paulwilkins
2016-05-11Merge "Fixed 8K two pass encoder crash."Paul Wilkins
2016-05-11Fixed 8K two pass encoder crash.paulwilkins
2016-04-26Merge "VP9: enable trellis quantization optimization for intra blocks"Hui Su
2016-04-26VP9: enable trellis quantization optimization for intra blockshui su
2016-04-25Resolve a couple of TODOs in firstpass.cpaulwilkins
2016-04-25Experiment to adapt for net AQ offset.paulwilkins
2016-04-18Merge "Adjustment to prediction decay."Paul Wilkins
2016-04-12Merge "Step towards making the 2-pass cq mode perceptual"Debargha Mukherjee
2016-04-11Adjustment to prediction decay.Paul Wilkins
2016-04-11Merge "Adjust motion component of prediction decay."Paul Wilkins
2016-04-11Merge "Trap very short arf group just before a kf."Paul Wilkins
2016-04-09Step towards making the 2-pass cq mode perceptualDebargha Mukherjee
2016-04-08Adjust motion component of prediction decay.paulwilkins
2016-04-07Trap very short arf group just before a kf.paulwilkins
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-03-22Fix some HBD scaling bugs.Paul Wilkins
2016-02-04Define a macro to replace hardcoded valuesZoe Liu
2016-01-28Cleaned code in firstpass related to altref frameZoe Liu
2016-01-25Cleaned a code in define_gf_group() for firstpassZoe Liu
2016-01-22VP9: Do not set up/left available in vp9_first_pass()Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-10-26Merge "Incorrect frame used in KF boost loop."Paul Wilkins
2015-10-23Bug in clamping of base_frame_target.Paul Wilkins
2015-10-21Incorrect frame used in KF boost loop.Paul Wilkins
2015-09-14For 1 pass: always use the normative filter in vp9_scale_if_required()Marco
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-28vp9_firstpass: make vp9_init_subsampling privateJames Zern
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han