vpx/vp9/encoder
Jingning Han 92a7cfc8bf Adaptively adjust mode test kick-off thresholds in RTC coding
This commit allows the encoder to increase the mode test kick-off
thresholds if the previous best mode renders all zero quantized
coefficients, thereby saving motion search runs when possible.
The compression performance of speed -5 and -6 is down by -0.446%
and 0.591%, respectively. The runtime of speed -6 is improved by
10% for many test clips.

vidyo1, 1000 kbps
16578 b/f, 40.316 dB, 7873 ms -> 16575 b/f, 40.262 dB, 7126 ms

nik720p, 1000 kbps
33311 b/f, 38.651 dB, 7263 ms -> 33304 b/f, 38.629 dB, 6865 ms

dark720p, 1000 kbps
33331 b/f, 39.718 dB, 13596 ms -> 33324 b/f, 39.651 dB, 12000 ms

mmoving, 1000 kbps
33263 b/f, 40.983 dB, 7566 ms -> 33259 b/f, 40.978 dB, 7531 ms

Change-Id: I7591617ff113e91125ec32c9b853e257fbc41d90
2014-11-25 09:42:08 -08:00
..
arm/neon Improved vp9_quantize_fp_neon() 2014-08-08 13:57:25 -07:00
x86 Merge "Added highbitdepth sse2 acceleration for quantize" 2014-11-21 16:08:47 -08:00
vp9_aq_complexity.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_aq_complexity.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_aq_cyclicrefresh.c Only allow for cyclic refresh (aq=3 mode) for base layer. 2014-11-21 14:47:32 -08:00
vp9_aq_cyclicrefresh.h vp9_ethread: modify the cyclic refresh struct 2014-11-13 15:05:46 -08:00
vp9_aq_variance.c Fix some minor nits. 2014-11-21 14:13:59 -08:00
vp9_aq_variance.h Add variance restriction to AQ2. 2014-11-20 16:23:35 -08:00
vp9_avg.c Add highbitdepth function for vp9_avg_8x8 2014-10-17 17:04:37 -07:00
vp9_bitstream.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_bitstream.h Extend --auto-alt-ref so it can enable multi-alt ref. 2014-10-20 16:09:37 +01:00
vp9_block.h vp9_ethread: move max/min partition size to mb struct 2014-11-20 09:24:50 -08:00
vp9_context_tree.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_context_tree.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_cost.c Adding vp9_cost.{h, c} files. 2014-03-05 11:57:57 -08:00
vp9_cost.h Adding vp9_cost.{h, c} files. 2014-03-05 11:57:57 -08:00
vp9_dct.c Refactored idct routines and headers 2014-11-24 09:57:40 -08:00
vp9_dct.h Refactored idct routines and headers 2014-11-24 09:57:40 -08:00
vp9_denoiser.c Add SSE2 code and unit test for VP9 denoiser. 2014-10-06 15:27:40 -07:00
vp9_denoiser.h Add SSE2 code and unit test for VP9 denoiser. 2014-10-06 15:27:40 -07:00
vp9_encodeframe.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_encodeframe.h Decide the partitioning threshold from the variance histogram 2014-06-30 09:36:23 -07:00
vp9_encodemb.c Rework forward txfm/quantization skip system in RTC coding mode 2014-11-21 12:46:40 -08:00
vp9_encodemb.h Combine vp9_encode_block_intra and encode_block_intra 2014-10-28 18:57:01 -07:00
vp9_encodemv.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_encodemv.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_encoder.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_encoder.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_extend.c Fix src frame buffer copy and extend 2014-10-08 11:07:04 -07:00
vp9_extend.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_firstpass.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_firstpass.h Add adaptive midpoint for AQ1. 2014-11-20 18:37:34 -08:00
vp9_lookahead.c Adds config opt for highbitdepth + misc. vpx 2014-09-02 14:37:10 -07:00
vp9_lookahead.h [spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each layer 2014-09-18 18:05:07 -07:00
vp9_mbgraph.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_mbgraph.h Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_mcomp.c change to call vp9_refining_search_sad() directly 2014-11-17 11:30:17 -08:00
vp9_mcomp.h change to call vp9_refining_search_sad() directly 2014-11-17 11:30:17 -08:00
vp9_picklpf.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_picklpf.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_pickmode.c Adaptively adjust mode test kick-off thresholds in RTC coding 2014-11-25 09:42:08 -08:00
vp9_pickmode.h Key frame non-RD mode decision process 2014-11-24 09:04:28 -08:00
vp9_quantize.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_quantize.h Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_ratectrl.c Add a reset to rc tracking for dropped frames 2014-11-19 15:32:11 -08:00
vp9_ratectrl.h Prevent severe rate control errors in CBR mode 2014-11-18 09:05:57 -08:00
vp9_rd.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_rd.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_rdopt.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_rdopt.h Refactor encoder tile data structure 2014-10-27 19:37:13 -07:00
vp9_resize.c Incorporate WRAPLOW macro into non-highbitdepth tx 2014-10-03 11:38:05 -07:00
vp9_resize.h Adds high bit-depth frame resize functions 2014-09-23 22:55:33 -07:00
vp9_sad.c Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_segmentation.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_segmentation.h Removing direct references to VP9_COMP. 2014-08-06 12:59:02 -07:00
vp9_speed_features.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_speed_features.h vp9_ethread: move max/min partition size to mb struct 2014-11-20 09:24:50 -08:00
vp9_ssim.c High-bitdepth bugfixes 2014-10-01 14:18:11 -07:00
vp9_ssim.h High-bitdepth bugfixes 2014-10-01 14:18:11 -07:00
vp9_subexp.c vp9_subexp: remove vp9_compute_update_table() 2014-08-05 14:34:15 -07:00
vp9_subexp.h vp9_subexp: remove vp9_compute_update_table() 2014-08-05 14:34:15 -07:00
vp9_svc_layercontext.c Modify active_worst_quality setting for one pass CBR. 2014-11-17 11:46:49 -08:00
vp9_svc_layercontext.h [spatial svc]Another workaround to avoid using prev_mi 2014-10-16 16:09:40 +01:00
vp9_temporal_filter.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_temporal_filter.h Re-factor and simplify arnr filter. 2014-07-11 17:45:40 +01:00
vp9_tokenize.c vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_tokenize.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_treewriter.c Adding vp9_cost.{h, c} files. 2014-03-05 11:57:57 -08:00
vp9_treewriter.h Adding vp9_cost.{h, c} files. 2014-03-05 11:57:57 -08:00
vp9_variance.c Fix visual studio 2013 compiler warnings 2014-11-05 13:47:28 -08:00
vp9_variance.h Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_write_bit_buffer.c vp9_write_bit_buffer: fix function name typo 2014-08-05 21:57:54 -07:00
vp9_write_bit_buffer.h vp9_write_bit_buffer: fix function name typo 2014-08-05 21:57:54 -07:00
vp9_writer.c remove unused fields from BOOL_CODER / vp9_writer 2014-08-05 21:58:03 -07:00
vp9_writer.h Merge "fixes several -Wunused-function warnings" 2014-08-12 20:15:14 -07:00