summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
AgeCommit message (Expand)Author
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
2016-06-16VP8_COMP: make frames_since_golden signedJohann
2016-03-22Simplify the loopfilter synchronization logic in VP8 encoderYunqing Wang
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-08-18Rename vp8 quantize.cJohann
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-05-19VP8: For high overshoot, force drop frame and max-out QP.Marco
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern
2015-01-27vp8enc: Prevent out of bounds memory access.Alex Converse
2014-12-03Various updates to vp8.Marco
2014-08-14vp8: Modify to use closest reference in zero_mv bias.Marco
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-01-23vp8/encoder: add extern "C" to headersJames Zern
2013-12-16vp8/encoder: normalize include guardsJames Zern
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-05-21Fixes for run-time change in temporal layers.Marco Paniconi
2013-03-20Removed mode_chosen_countsScott LaVarnway
2013-03-01Merge "Use intrinsics for sse2 regular quantize"Johann
2013-02-28Use intrinsics for sse2 regular quantizeJohann
2013-02-22vp8: make gf_group_bits 64-bitJames Zern
2012-12-10Moved error_bins to macroblock structScott LaVarnway
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-12-05Removed check_gf_quality()Scott LaVarnway
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Merge "Removed mb_norm_activity_map"Scott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Removed mb_norm_activity_mapScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-08-21Add biasing to ZEROMV for videos with static backgroundYunqing Wang
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-26multi-res: add drop_frame supportYunqing Wang
2012-07-10Merge "Remove goldfreq in VP8_COMP"Yunqing Wang
2012-06-12Remove goldfreq in VP8_COMPYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-07Remove unused code in drop_frameYunqing Wang
2012-06-04Remove extra enumJohann
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-03Merge "Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITY" into eiderJohn Koleszar
2012-05-02Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITYJohn Koleszar