vpx/vp9/common
Scott LaVarnway dae17734ec New mode_info_context storage
mode_info_context was stored as a grid of MODE_INFO structs.
The grid now constists of a pointer to a MODE_INFO struct and
a "in the image" flag.  The MODE_INFO structs are now stored
as a stream, eliminating unnecessary copies and is a little
more cache friendly.

For the test clips used, the decoder performance improved
by ~4.3% (1080p) and ~9.7% (720p).

Patch Set 2: Re-encoded clips with latest. Now ~1.7% (1080p)
and 5.9% (720p).

Change-Id: I846f29e88610fce2523ca697a9a9ef2a182e9256
2013-09-06 12:33:34 -04:00
..
arm/neon Speed up idct8x8 by rearrange instructions. 2013-09-04 15:57:22 -07:00
generic consistently name VP9_COMMON variables #3 2013-08-29 13:27:41 -07:00
x86 Improved mb_lpf_horizontal_edge_w_sse2_8 2013-08-29 08:30:17 -04:00
vp9_alloccommon.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_alloccommon.h New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_blockd.h New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_common_data.c Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder. 2013-08-26 11:33:16 -07:00
vp9_common_data.h Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder. 2013-08-26 11:33:16 -07:00
vp9_common.h Using mi_cols instead of mb_cols. 2013-07-08 14:54:04 -07:00
vp9_convolve.c Fix intermediate height in convolve_c 2013-08-30 10:31:21 +03:00
vp9_convolve.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_debugmodes.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_default_coef_probs.h Removing CONFIG_BALANCED_COEFTREE experiment. 2013-07-24 15:53:42 -07:00
vp9_entropy.c consistently name VP9_COMMON variables #1 2013-08-29 13:25:57 -07:00
vp9_entropy.h resolve clang warnings : uninitialized vars in vp9_entropy.h 2013-09-04 18:38:41 -07:00
vp9_entropymode.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_entropymode.h consistently name VP9_COMMON variables #3 2013-08-29 13:27:41 -07:00
vp9_entropymv.c faster accounting of inc_mv 2013-09-04 09:47:57 -07:00
vp9_entropymv.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_enums.h Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder. 2013-08-27 11:05:08 -07:00
vp9_extend.c General cleanups. 2013-07-25 14:13:48 -07:00
vp9_extend.h Remove vp9_extend_mb_row() 2013-05-16 11:56:00 -07:00
vp9_filter.c vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant. 2013-08-20 12:29:57 -07:00
vp9_filter.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_findnearmv.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_findnearmv.h New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_idct.c Remove unused vp9_short_idct10_32x32_add 2013-08-01 12:45:16 -07:00
vp9_idct.h SSE2 high precision 32x32 forward DCT 2013-08-12 16:52:53 -07:00
vp9_loopfilter_filters.c Loop filter code cleanup. 2013-07-16 14:39:31 -07:00
vp9_loopfilter.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_loopfilter.h Moving segmentation struct from MACROBLOCKD to VP9_COMMON. 2013-08-15 10:47:48 -07:00
vp9_mv.h Cleanup: reusing clamp_mv function. 2013-08-01 15:06:34 -07:00
vp9_mvref_common.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_mvref_common.h Cleanup in mvref_common.{h, c}. 2013-08-23 12:00:30 -07:00
vp9_onyx.h Renaming of segment constants. 2013-07-23 12:09:04 +01:00
vp9_onyxc_int.h New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_postproc.c make vp9 postproc a config option 2013-09-04 10:02:08 -07:00
vp9_postproc.h consistently name VP9_COMMON variables #2 2013-08-29 13:25:58 -07:00
vp9_ppflags.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_pragmas.h Code cleanup. 2013-03-05 14:12:16 -08:00
vp9_pred_common.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_pred_common.h New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_quant_common.c Moving segmentation struct from MACROBLOCKD to VP9_COMMON. 2013-08-15 10:47:48 -07:00
vp9_quant_common.h Moving segmentation struct from MACROBLOCKD to VP9_COMMON. 2013-08-15 10:47:48 -07:00
vp9_reconinter.c New mode_info_context storage 2013-09-06 12:33:34 -04:00
vp9_reconinter.h Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder. 2013-08-26 11:33:16 -07:00
vp9_reconintra.c Merge "Renaming D27 to D207." 2013-08-27 10:03:57 -07:00
vp9_reconintra.h Adding const to arguments of intra prediction functions. 2013-08-14 10:35:56 -07:00
vp9_rtcd_defs.sh Merge "Use saturated addition in SSSE3 of 32x32 quant" 2013-09-05 14:09:40 -07:00
vp9_rtcd.c Removing redundant 'extern' keyword from function declarations. 2013-02-26 15:52:05 -08:00
vp9_sadmxn.h Use configure checks for various inline keywords. 2013-02-06 16:12:56 -08:00
vp9_scale.c cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_scale.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_seg_common.c Using vp9_copy and vp9_zero instead of custom code. 2013-07-12 18:07:43 -07:00
vp9_seg_common.h Renaming of segment constants. 2013-07-23 12:09:04 +01:00
vp9_subpelvar.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_systemdependent.h consistently name VP9_COMMON variables #3 2013-08-29 13:27:41 -07:00
vp9_tapify.py Add vp9_ prefix to all vp9 files 2012-11-27 14:12:30 -08:00
vp9_textblit.c Code cleanup. 2013-02-22 11:03:14 -08:00
vp9_textblit.h Code cleanup. 2013-02-22 11:03:14 -08:00
vp9_tile_common.c rename LOG2_* defines to *_LOG2 2013-08-22 14:45:24 -07:00
vp9_tile_common.h Cleaning up tile code. 2013-07-16 14:47:15 -07:00
vp9_treecoder.c Removing CONFIG_DEBUG checks on assertions. 2013-06-28 10:36:20 -07:00
vp9_treecoder.h Removing duplicated code for merging two probabilities. 2013-07-24 17:44:04 -07:00