vpx/vp9/common
Jim Bankoski a93b115cd6 reworked config for use_x86_inc
Support enabling it or disabling it.  Moved read out to configure.sh
so that its done once instead of in make and in config.

Change-Id: I73a9190cf31de9f03e8a577f478fa522f8c01c8b
2013-08-05 17:35:25 -07:00
..
arm/neon vp9: neon: convolve: replace some insns with simpler equivalents 2013-08-02 08:11:28 -07:00
generic Convert subpixel filters to use convolve framework 2013-02-05 14:23:17 -08:00
x86 Optimize 32x32 2D inverse DCT for speed-up 2013-07-31 17:13:31 -07:00
vp9_alloccommon.c VP9_COMMON: remove unused temp_scale_frame 2013-07-22 13:42:11 -07:00
vp9_alloccommon.h Remove remnants of VP8 profiles/versions 2013-06-10 15:55:03 -07:00
vp9_blockd.h Replacing long block size enum values with shorter ones (2). 2013-08-05 10:51:02 -07:00
vp9_common_data.c Merge "cleanups after bw bh code" 2013-08-05 14:02:02 -07:00
vp9_common_data.h cleanups after bw bh code 2013-08-05 12:15:52 -07:00
vp9_common.h Using mi_cols instead of mb_cols. 2013-07-08 14:54:04 -07:00
vp9_convolve.c Replace copy_memNxM functions with a generic copy/avg function. 2013-07-10 18:27:24 -07:00
vp9_convolve.h Replace copy_memNxM functions with a generic copy/avg function. 2013-07-10 18:27:24 -07:00
vp9_debugmodes.c Fix win64 warning. 2013-06-20 14:07:11 -07:00
vp9_default_coef_probs.h Removing CONFIG_BALANCED_COEFTREE experiment. 2013-07-24 15:53:42 -07:00
vp9_entropy.c Adding missing const to vp9_extra_bits array. 2013-07-31 18:51:18 -07:00
vp9_entropy.h Adding missing const to vp9_extra_bits array. 2013-07-31 18:51:18 -07:00
vp9_entropymode.c Cleanup: replacing xd->seg with seg, and xd->lf with lf. 2013-08-01 15:38:16 -07:00
vp9_entropymode.h Consistent update for inter_mode probabilities. 2013-07-30 18:06:34 -07:00
vp9_entropymv.c Cleanups around allow_high_precision_mv flag. 2013-08-02 11:21:16 -07:00
vp9_entropymv.h Removing LOW_PRECISION_MV_UPDATE define. 2013-07-23 15:41:45 -07:00
vp9_enums.h Renaming NB_TXFM_MODES constant to TX_MODES. 2013-07-29 13:38:40 -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 Cosmetic cleanups of filters 2013-06-10 12:06:36 -07:00
vp9_filter.h Use 256-byte aligned filter tables 2013-02-27 08:22:39 -08:00
vp9_findnearmv.c Cleanups around allow_high_precision_mv flag. 2013-08-02 11:21:16 -07:00
vp9_findnearmv.h Adding is_inter_block function. 2013-08-02 16:25:33 -07:00
vp9_idct.c Remove unused vp9_short_idct10_32x32_add 2013-08-01 12:45:16 -07:00
vp9_idct.h Removing and moving around constant definitions. 2013-07-15 19:26:30 -07:00
vp9_loopfilter_filters.c Loop filter code cleanup. 2013-07-16 14:39:31 -07:00
vp9_loopfilter.c Merge changes I082959ab,Ib6932640 2013-08-05 16:07:09 -07:00
vp9_loopfilter.h Merge changes I082959ab,Ib6932640 2013-08-05 16:07:09 -07:00
vp9_mv.h Cleanup: reusing clamp_mv function. 2013-08-01 15:06:34 -07:00
vp9_mvref_common.c reworked find_mv_ref 2013-08-03 20:25:55 -07:00
vp9_mvref_common.h reworked find_mv_ref 2013-08-03 20:25:55 -07:00
vp9_onyx.h Renaming of segment constants. 2013-07-23 12:09:04 +01:00
vp9_onyxc_int.h Cleanup: removing unused function arguments. 2013-08-01 13:41:38 -07:00
vp9_postproc.c Moving all loop filter related variables into new struct. 2013-07-19 16:19:10 -07:00
vp9_postproc.h Moving all loop filter related variables into new struct. 2013-07-19 16:19:10 -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 Adding is_inter_block function. 2013-08-02 16:25:33 -07:00
vp9_pred_common.h Replacing long block size enum values with shorter ones (2). 2013-08-05 10:51:02 -07:00
vp9_quant_common.c Replace generated quant tables with static lookup tables. 2013-07-16 12:06:26 -07:00
vp9_quant_common.h Adding vp9_get_qindex function. 2013-04-30 13:39:50 -07:00
vp9_reconinter.c Cleaning up vp9_build_inter_predictor function. 2013-08-02 16:53:18 -07:00
vp9_reconinter.h Changing function arg type from int_mv* to MV*. 2013-08-02 15:26:32 -07:00
vp9_reconintra.c SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction. 2013-07-10 09:28:03 -07:00
vp9_reconintra.h Make intra predictor reference buffer configurable 2013-06-26 17:17:21 -07:00
vp9_rtcd_defs.sh reworked config for use_x86_inc 2013-08-05 17:35:25 -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_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 Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_systemdependent.h Merge vp9-preview changes into experimental branch 2013-01-08 10:19:59 -08: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 VP9_COMMON: drop cur_tile_{row,col}_idx 2013-07-22 13:23:33 -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