vpx/vp9/encoder
James Zern fd3658b0e4 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
this macro was used inconsistently and only differs in behavior from
DECLARE_ALIGNED when an alignment attribute is unavailable. this macro
is used with calls to assembly, while generic c-code doesn't rely on it,
so in a c-only build without an alignment attribute the code will
function as expected.

Change-Id: Ie9d06d4028c0de17c63b3a27e6c1b0491cc4ea79
2015-05-07 11:55:08 -07:00
..
arm/neon replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
x86 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_aq_complexity.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_aq_complexity.h Substantial restructuring of AQ mode 2. 2014-12-09 15:10:52 +00:00
vp9_aq_cyclicrefresh.c Merge "Improve golden frame refreshing in non-rd mode" 2015-04-30 15:57:55 +00:00
vp9_aq_cyclicrefresh.h Adjustments to aq-mode=3. 2015-03-18 12:06:16 -07:00
vp9_aq_variance.c Increase strength of AQ1. 2014-11-27 10:53:37 +00:00
vp9_aq_variance.h Add variance restriction to AQ2. 2014-11-20 16:23:35 -08:00
vp9_avg.c Move declaration before statement 2015-04-20 09:50:59 -07:00
vp9_bitstream.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_bitstream.h remove static initializers for partition tree 2014-12-17 11:41:06 -08:00
vp9_block.h Account for chroma component costs in RTC mode decision 2015-02-04 09:45:14 -08:00
vp9_blockiness.c Adds a blockiness metric to internal stats. 2015-04-17 11:13:18 -07: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 vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_dct.h Refactored idct routines and headers 2014-11-24 09:57:40 -08:00
vp9_denoiser.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_denoiser.h Skip duplicate denoiser frame buffer allocation 2015-01-07 08:49:04 -08:00
vp9_encodeframe.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_encodeframe.h Fix Tsan errors 2015-04-15 12:33:39 -07:00
vp9_encodemb.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_encodemb.h Combine vp9_encode_block_intra and encode_block_intra 2014-10-28 18:57:01 -07:00
vp9_encodemv.c Revert "Remove mi_grid_* structures." 2015-04-21 11:16:45 -07:00
vp9_encodemv.h vp9_ethread: modify VP9_COMP structure 2014-11-24 17:57:38 -08:00
vp9_encoder.c Move shared SAD code to vpx_dsp 2015-05-06 16:58:20 -07:00
vp9_encoder.h Adds worst frame metrics for a bunch of metrics. 2015-04-22 06:45:56 -07:00
vp9_ethread.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_ethread.h vp9_ethread: the tile-based multi-threaded encoder 2014-12-04 11:21:34 -08:00
vp9_extend.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_extend.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_fastssim.c Adds a fastssim metric to VPX internal stats. 2015-04-17 10:23:24 -07:00
vp9_firstpass.c Adjust ARF min and max interval. 2015-05-01 15:11:49 +01:00
vp9_firstpass.h Auto-adaptive encoder frame resizing logic 2015-02-10 09:59:32 -08:00
vp9_lookahead.c Allow larger encoder configurations. 2015-01-29 15:07:40 -08:00
vp9_lookahead.h Allow larger encoder configurations. 2015-01-29 15:07:40 -08:00
vp9_mbgraph.c Move shared SAD code to vpx_dsp 2015-05-06 16:58:20 -07:00
vp9_mbgraph.h Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_mcomp.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_mcomp.h Move integral projection motion search to vp9_mcomp.c 2015-03-04 10:30:15 -08:00
vp9_picklpf.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_picklpf.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_pickmode.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_pickmode.h Enable sub8x8 inter block search for RTC coding mode 2014-12-24 17:40:31 -08:00
vp9_psnrhvs.c Resolve configuration conflict 2015-04-20 16:44:12 -07:00
vp9_quantize.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_quantize.h dc quantizer fix for 32x32 transforms 2015-03-03 15:58:27 -08:00
vp9_ratectrl.c Adjust ARF min and max interval. 2015-05-01 15:11:49 +01:00
vp9_ratectrl.h Adjust ARF min and max interval. 2015-05-01 15:11:49 +01:00
vp9_rd.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_rd.h vp9_ethread: fix me consts initialization to support aq_mode=3 encoding 2015-03-06 16:31:46 -08:00
vp9_rdopt.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_rdopt.h Experimental rd bias based on source vs recon variance. 2015-03-20 11:57:36 +00:00
vp9_resize.c vp9_resize_plane: quiet some static analysis warnings 2015-03-18 14:34:30 -07:00
vp9_resize.h Adds high bit-depth frame resize functions 2014-09-23 22:55:33 -07:00
vp9_segmentation.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_segmentation.h Removing direct references to VP9_COMP. 2014-08-06 12:59:02 -07:00
vp9_skin_detection.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_skin_detection.h Add skin detection. 2015-02-11 17:47:17 -08:00
vp9_speed_features.c Merge "Image size restriction to rd auto partition search." 2015-05-07 14:12:14 +00:00
vp9_speed_features.h Merge "Image size restriction to rd auto partition search." 2015-05-07 14:12:14 +00:00
vp9_ssim.c Adds a new temporal consistency metric to libvpx. 2015-04-21 10:05:37 -07:00
vp9_ssim.h Adds a new temporal consistency metric to libvpx. 2015-04-21 10:05:37 -07:00
vp9_subexp.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_subexp.h Rework coeff probability model update for rtc coding 2014-12-03 09:15:25 -08:00
vp9_svc_layercontext.c Adjust ARF min and max interval. 2015-05-01 15:11:49 +01: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 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_temporal_filter.h Re-factor and simplify arnr filter. 2014-07-11 17:45:40 +01:00
vp9_tokenize.c Revert "Remove mi_grid_* structures." 2015-04-21 11:16:45 -07:00
vp9_tokenize.h Fix compiler warnigns for msvc2013 2015-01-05 17:31:19 -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 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07: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