vpx/vp9/common
Scott LaVarnway a2a3b4a479 d153 intra prediction (32x32) ssse3 using bytes
Change-Id: Ie2c0d84ff9f6294084d65f4380e1f30c09e681c9
2013-10-07 11:21:10 -04:00
..
arm/neon Fix a bunch of TODO from vp9_short_idct32x32_add_neon. 2013-09-25 21:15:19 -07:00
generic consistently name VP9_COMMON variables #3 2013-08-29 13:27:41 -07:00
x86 d153 intra prediction (32x32) ssse3 using bytes 2013-10-07 11:21:10 -04:00
vp9_alloccommon.c New mode_info_context storage -- undo revert 2013-09-11 13:45:44 -04:00
vp9_alloccommon.h New mode_info_context storage -- undo revert 2013-09-11 13:45:44 -04:00
vp9_blockd.h Replacing unsigned char* with uint8_t*. 2013-09-24 14:57:42 -07: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 Replace memcpy with vpx_memcpy 2013-09-24 10:56:06 -07: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 -- undo revert 2013-09-11 13:45:44 -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 Adding get_scan_and_band function. 2013-09-19 16:53:48 +04:00
vp9_entropymode.c New mode_info_context storage -- undo revert 2013-09-11 13:45:44 -04:00
vp9_entropymode.h Removing unused SUBMVREF_COUNT constant. 2013-09-25 15:33:05 -07:00
vp9_entropymv.c faster accounting of inc_mv 2013-09-04 09:47:57 -07:00
vp9_entropymv.h code cleanup 2013-09-11 09:32:00 -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 Reduce the amount of extension in src frames 2013-09-08 15:51:54 -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 Replace memcpy with vpx_memcpy 2013-09-24 10:56:06 -07:00
vp9_findnearmv.h New mode_info_context storage -- undo revert 2013-09-11 13:45:44 -04:00
vp9_idct.c Rename defined constants 2013-09-24 10:53:01 -07:00
vp9_idct.h Rename defined constants 2013-09-24 10:53:01 -07:00
vp9_loopfilter_filters.c Loop filter code cleanup. 2013-07-16 14:39:31 -07:00
vp9_loopfilter.c fix integer overflow errors 2013-09-19 08:14:26 -07: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 Remove redundant argument in get_sub_block_mv 2013-09-17 12:08:45 -07:00
vp9_mvref_common.h Cleanup in mvref_common.{h, c}. 2013-08-23 12:00:30 -07:00
vp9_onyx.h Merge "API extensions and sample app for spacial scalable encoder" 2013-09-09 16:57:01 -07:00
vp9_onyxc_int.h fix integer overflow errors 2013-09-19 08:14:26 -07: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 -- undo revert 2013-09-11 13:45:44 -04:00
vp9_pred_common.h New mode_info_context storage -- undo revert 2013-09-11 13:45:44 -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 fix integer overflow errors 2013-09-19 08:14:26 -07: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 d153 intra prediction (16x16) ssse3 using bytes 2013-10-02 16:34:05 -04: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