summaryrefslogtreecommitdiff
path: root/vp10/encoder/firstpass.c
AgeCommit message (Collapse)Author
2016-02-04Define a macro to replace hardcoded valuesZoe Liu
The definition is for the number of frames to check to determine the recent decay rate, further to determine the next key frame in the first pass of the encoder. Change-Id: Ic696d6eb518a86fa296842273cf8767ef0b0e27a
2016-01-28Cleaned code in firstpass related to altref frameZoe Liu
Change-Id: I6dbddf500fd4f64216774685700efea972165470
2016-01-25Cleaned a code in define_gf_group() for firstpassZoe Liu
Change-Id: I0b8eff9e74e3446024482d011ec4fb28b19136d3
2015-10-16vp10: per-segment lossless coding.Ronald S. Bultje
Some more testing of this patch would probably be useful, but I think the basics of it should work fine now. See issue 1035. Change-Id: I4a36d58f671c5391cb09d564581784a00ed26245
2015-09-10Take out skip_encode speed feature in vp10Jingning Han
Change-Id: Ic39d4523e78863c816b0fc85f56ea5ae5e0b3310
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
Change-Id: I2e387a06484a06301f3cd6600c4ba2f4335b61ee
2015-08-28vp10 cleanup: remove svc codeYunqing Wang
Spatial/temporal svc code was removed. Verified using Borg test, and the results before and after the change are matching. Change-Id: I4c2ee5cd560428e3e50be02e57e5871ef4246390
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
prevents redeclaration warnings; vp8 has its own define which will be resolved in a future commit Change-Id: Ic941fef3dd4262fcdce48b73075fe6b375f11c9c
2015-08-16VP9EncoderConfig -> VP10EncoderConfighui su
Change-Id: Id691d8a9d4aa137e8de73fe680016fd4fd070e6e
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
Change-Id: Iac85902cbbb3e752801dc85de9a3c778e47304aa
2015-08-13VP9_COMP -> VP10_COMPYaowu Xu
Change-Id: I83b5c69621f9f28b742e5b13517d4e5b99c6cd26
2015-08-13VP9_COMMON -> VP10->COMMONYaowu Xu
Change-Id: I651b7bee90f33581368853da81f9622805ccc0ea
2015-08-12Sync vp10 with vpx_ports/system_state.hJingning Han
Change-Id: Ic5004f8bdc1c2b025b598e80374ee1f286ea95ee
2015-08-11Remove vp9_ prefix from vp10 filesJingning Han
Remove the vp9_ prefix from vp10 file names. Change-Id: I513a211b286a57d6126fc1b0fbfd6405120014f1