vpx/vp9/encoder
Jingning Han e357b9efe0 Support measure distortion in the pixel domain
Use pixel domain distortion metric in speed 0. This improves the
compression performance by 0.3% for both low and high resolution
test sets.

Change-Id: I5b5b7115960de73f0b5e5d0c69db305e490e6f1d
2016-07-06 18:25:17 -07:00
..
arm/neon move vp9_avg to vpx_dsp 2015-12-14 14:42:12 -08:00
mips/msa move vp9_avg to vpx_dsp 2015-12-14 14:42:12 -08:00
x86 remove vp10 2016-06-17 18:26:08 -07:00
vp9_aq_360.c vp9_aq_360.c: add missing include 2016-05-04 15:08:10 -07:00
vp9_aq_360.h Adding an aq mode for 360 videos 2016-01-13 16:17:37 -08:00
vp9_aq_complexity.c vp9_aq_complexity.c: remove unused macros 2016-02-02 18:01:30 -08:00
vp9_aq_complexity.h vp9: add some missing includes 2015-05-15 10:43:47 -07:00
vp9_aq_cyclicrefresh.c vp9: Reduce qp threshold for limiting cyclic refresh on steady blocks. 2016-05-05 11:31:43 -07:00
vp9_aq_cyclicrefresh.h vp9: Move consec_zero_mv from cyclic refresh to cpi struct. 2016-04-22 08:09:39 -07:00
vp9_aq_variance.c variance aq: Fix a variance calculation overflow bug. 2016-05-04 11:40:55 -07:00
vp9_aq_variance.h Add variance restriction to AQ2. 2014-11-20 16:23:35 -08:00
vp9_bitstream.c Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level 2016-06-15 12:53:28 -07:00
vp9_bitstream.h Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level 2016-06-15 12:53:28 -07:00
vp9_block.h vp9: Encoding cycle reduction for speed 8. 2016-06-13 09:33:22 -07:00
vp9_blockiness.c blockiness: cleanup includes and add statics 2015-08-11 10:58:08 -07:00
vp9_context_tree.c Optimize vpx_quantize_{b,b_32x32} assembler. 2015-10-20 10:11:19 +01:00
vp9_context_tree.h vp9 denoiser: Bias to last reference for temporal filter. 2015-11-20 15:38:32 -08:00
vp9_cost.c Better workaround for Bug 1089. 2016-02-17 14:46:26 -08:00
vp9_cost.h Better workaround for Bug 1089. 2016-02-17 14:46:26 -08:00
vp9_dct.c Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h 2015-08-10 15:37:14 -07:00
vp9_denoiser.c vp9: Fix a bug where best_sse_mv is not set properly. 2016-04-25 11:44:40 -07:00
vp9_denoiser.h vp9: Refactor some denoiser logic in vp9_pick_inter_mode. 2016-05-19 15:28:25 -07:00
vp9_encodeframe.c Merge "vp9: Increase thr_var for 32x32 blocks in var-based partitioning." 2016-06-28 20:54:06 +00:00
vp9_encodeframe.h Refactor set_vbp_thresholds. 2015-05-27 09:25:18 -07:00
vp9_encodemb.c Remove txfrm_block_to_raster_xy() from vp9 encoder 2016-07-04 18:41:47 -07:00
vp9_encodemb.h Remove txfrm_block_to_raster_xy() from vp9 encoder 2016-07-04 18:41:47 -07:00
vp9_encodemv.c Reuse computation in build_nmv_component_cost_table. 2016-03-16 21:55:33 -07:00
vp9_encodemv.h vpx_dsp/bitwriter.h: vp9_->vpx_ 2015-07-20 18:13:05 -07:00
vp9_encoder.c Merge "Port metric computation changes from nextgenv2" 2016-06-27 19:18:00 +00:00
vp9_encoder.h Merge "cosmetics: Beautify whitespaces and line wrapping" 2016-06-24 21:51:01 +00:00
vp9_ethread.c Changes to exhaustive motion search. 2015-11-13 10:16:31 +00:00
vp9_ethread.h vp9: add extern "C" to headers 2015-09-09 23:15:59 -07:00
vp9_extend.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_extend.h
vp9_firstpass.c cosmetics: Beautify whitespaces and line wrapping 2016-06-24 10:18:06 -07:00
vp9_firstpass.h Removed unused data structure. 2016-06-03 13:18:09 +01:00
vp9_lookahead.c cosmetics: Beautify whitespaces and line wrapping 2016-06-24 10:18:06 -07:00
vp9_lookahead.h Use signed variables in the lookahead. 2016-04-27 16:01:20 -07:00
vp9_mbgraph.c Fix ubsan warnings: vp9/encoder/vp9_mcomp.c 2016-06-21 15:37:59 -07:00
vp9_mbgraph.h Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_mcomp.c s/UINT32_MAX/UINT_MAX/ 2016-06-25 12:15:51 -07:00
vp9_mcomp.h Fix ubsan warnings: vp9/encoder/vp9_mcomp.c 2016-06-21 15:37:59 -07:00
vp9_noise_estimate.c Merge changes from topic 'missing-proto' 2016-05-06 02:25:29 +00:00
vp9_noise_estimate.h Revert "Add "unknown" status for noise estimation." 2015-12-15 16:44:40 +00:00
vp9_picklpf.c Port metric computation changes from nextgenv2 2016-06-24 13:52:50 -07:00
vp9_picklpf.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_pickmode.c Remove txfrm_block_to_raster_xy() from vp9 encoder 2016-07-04 18:41:47 -07:00
vp9_pickmode.h Remove tile param 2015-06-22 06:09:38 -07:00
vp9_quantize.c Fix an ubsan warning: vp9_quantizer.c 2016-06-16 15:23:21 +00:00
vp9_quantize.h Migrate quantization functions from vp9/ to vpx_dsp/ 2015-07-17 16:38:14 -07:00
vp9_ratectrl.c vp9: Put lower limit on frames_to_key adjustment to gf interval. 2016-06-10 10:08:56 -07:00
vp9_ratectrl.h vp9: Replace the avg_size_inter metric, for 1 pass vbr. 2016-06-07 11:29:33 -07:00
vp9_rd.c cosmetics: Beautify whitespaces and line wrapping 2016-06-24 10:18:06 -07:00
vp9_rd.h Restore previous motion search bit-error scale. 2016-02-09 13:20:25 -08:00
vp9_rdopt.c Support measure distortion in the pixel domain 2016-07-06 18:25:17 -07:00
vp9_rdopt.h Short circuit flat blocks when coding screen content at realtime speed. 2016-01-22 12:40:45 -08:00
vp9_resize.c Fix some static analysis issues with resize 2016-03-31 14:39:34 -07:00
vp9_resize.h vp9: add extern "C" to headers 2015-09-09 23:15:59 -07:00
vp9_segmentation.c VP9: Eliminate MB_MODE_INFO 2016-01-19 16:40:20 -08:00
vp9_segmentation.h Removing direct references to VP9_COMP. 2014-08-06 12:59:02 -07:00
vp9_skin_detection.c Merge "vp9: Fix condition to update consec_zero_mv." 2016-04-26 18:15:27 +00:00
vp9_skin_detection.h vp9: Improvement to skin detection. 2016-03-17 16:26:10 -07:00
vp9_speed_features.c Support measure distortion in the pixel domain 2016-07-06 18:25:17 -07:00
vp9_speed_features.h Support measure distortion in the pixel domain 2016-07-06 18:25:17 -07:00
vp9_subexp.c Refactor probability savings search. 2016-05-25 13:00:09 -07:00
vp9_subexp.h vp9_subexp.h: normalize function prototype 2016-06-08 22:55:53 -07:00
vp9_svc_layercontext.c vp9: Move consec_zero_mv from cyclic refresh to cpi struct. 2016-04-22 08:09:39 -07:00
vp9_svc_layercontext.h vp9-svc: Fix to resetting pattern/flags on key frame. 2016-03-07 13:54:43 -08:00
vp9_temporal_filter.c Merge "cosmetics: Beautify whitespaces and line wrapping" 2016-06-24 21:51:01 +00:00
vp9_temporal_filter.h vp9: correct some function signatures 2015-05-15 10:43:47 -07:00
vp9_tokenize.c Remove txfrm_block_to_raster_xy() from vp9 encoder 2016-07-04 18:41:47 -07:00
vp9_tokenize.h Remove obsolete segment skip checks from tokenization. 2016-04-08 11:38:25 -07:00
vp9_treewriter.c vpx_dsp/prob.h: vp9_ -> vpx_ 2015-07-20 18:13:04 -07:00
vp9_treewriter.h vpx_dsp/bitwriter.h: vp9_->vpx_ 2015-07-20 18:13:05 -07:00