vpx/vp9/common
Dmitry Kovalev f00d157c12 Moving eob array to the encoder.
In the decoder we don't need to save eobs, we can pass eob as an argument.
That's why removing eob arrays from VP9Decompressor and TileWorkerData,
and moving eob pointer from macroblockd_plane to macroblock_plane.

Change-Id: I8eb919acc837acfb3abdd8319af63d1bbca8217a
2013-12-03 17:59:32 -08:00
..
arm/neon Fix 16 wide neon horz loopfilter. 2013-11-26 10:02:40 -08:00
generic systemdependent lint issue resolved 2013-09-29 19:34:44 -07:00
mips/dspr2 Do vertical loopfiltering in parallel 2013-11-22 10:04:51 -08:00
x86 Merge "improve vp9_idct32x32_34(x1.472)&1024(x1.032)_add_sse2" 2013-12-02 15:10:05 -08:00
vp9_alloccommon.c Merge "Removing dummy assignments." 2013-12-03 10:59:34 -08:00
vp9_alloccommon.h fix scalling bug by buffer auto-reallocation 2013-11-14 15:53:09 -08:00
vp9_blockd.h Moving eob array to the encoder. 2013-12-03 17:59:32 -08:00
vp9_common_data.c Simplifying partition context calculation. 2013-11-19 11:17:30 -08:00
vp9_common_data.h Use lookup table to simplify logic 2013-10-17 14:54:16 -07:00
vp9_common.h Adding VP9_FRAME_MARKER constant. 2013-10-23 17:24:17 -07:00
vp9_convolve.c cpplint issue with convolve resolved 2013-10-07 15:55:42 -07:00
vp9_convolve.h Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h. 2013-10-14 21:15:40 -07:00
vp9_debugmodes.c cpplint fixes to debug modes 2013-09-29 18:04:48 -07:00
vp9_default_coef_probs.h resolved lint issues in default_coef_probs 2013-09-29 19:41:31 -07:00
vp9_entropy.c Moving token-encoding related stuff from common to encoder. 2013-11-27 11:27:57 -08:00
vp9_entropy.h Moving token-encoding related stuff from common to encoder. 2013-11-27 11:27:57 -08:00
vp9_entropymode.c Moving mode encodings from common to encoder + cleanup. 2013-11-26 14:53:17 -08:00
vp9_entropymode.h Moving mode encodings from common to encoder + cleanup. 2013-11-26 14:53:17 -08:00
vp9_entropymv.c Moving mv entropy encodings calculation to the encoder side. 2013-11-25 16:36:28 -08:00
vp9_entropymv.h Moving mv entropy encodings calculation to the encoder side. 2013-11-25 16:36:28 -08:00
vp9_enums.h Amended some comments for clarity 2013-11-25 10:55:01 -08:00
vp9_filter.c Convert filter kernel choice to lookup 2013-11-01 13:03:18 -07:00
vp9_filter.h Convert filter kernel choice to lookup 2013-11-01 13:03:18 -07:00
vp9_findnearmv.c Fix a build issue with visual c. 2013-11-25 08:11:35 -08:00
vp9_findnearmv.h Moving {left, right}_block_mode to vp9_blockd.h. 2013-11-21 11:43:53 -08:00
vp9_idct.c Remove unnecessary eob checking. 2013-11-20 11:58:11 -08:00
vp9_idct.h Take out assertion from inverse transforms 2013-11-15 15:30:47 -08:00
vp9_loopfilter_filters.c Do vertical loopfiltering in parallel 2013-11-22 10:04:51 -08:00
vp9_loopfilter.c Simplify mask checking in loop filters 2013-11-27 14:10:57 -08:00
vp9_loopfilter.h Rewrite loop_filter_info_n struct 2013-10-25 14:56:28 -07:00
vp9_mv.h Cleanup: reusing clamp_mv function. 2013-08-01 15:06:34 -07:00
vp9_mvref_common.c vp9: add TileInfo 2013-10-28 20:54:43 +01:00
vp9_mvref_common.h vp9: add TileInfo 2013-10-28 20:54:43 +01:00
vp9_onyx.h In frame Q adjustment experiment. 2013-11-25 10:22:55 -08:00
vp9_onyxc_int.h Renaming COMPPREDMODE_TYPE enum and its members. 2013-11-22 16:35:37 -08:00
vp9_postproc.c cpplint issues resolved in vp9_postproc.c 2013-09-29 18:52:29 -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 Inlining and removing vp9_set_pred_flag_seg_id() function. 2013-11-22 17:32:11 -08:00
vp9_pred_common.h Inlining and removing vp9_set_pred_flag_seg_id() function. 2013-11-22 17:32:11 -08:00
vp9_quant_common.c fix lint issues in quant common 2013-09-29 17:59:43 -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 Use separate inter predictors for enc/dec 2013-11-25 09:43:34 -08:00
vp9_reconinter.h Use separate inter predictors for enc/dec 2013-11-25 09:43:34 -08:00
vp9_reconintra.c Cleanup. Adding const to function pointer arguments. 2013-10-31 14:34:21 -07:00
vp9_reconintra.h Cleanup. Adding const to function pointer arguments. 2013-10-31 14:34:21 -07:00
vp9_rtcd_defs.sh Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2" 2013-11-27 10:27:32 -08:00
vp9_rtcd.c vp9_rtcd.c lint issues 2013-09-29 19:29:58 -07:00
vp9_scale.c Improve scale_factors struct 2013-10-22 13:10:22 -07:00
vp9_scale.h Improve scale_factors struct 2013-10-22 13:10:22 -07:00
vp9_scan.c Organizing all scan tables into lookup table. 2013-11-22 16:20:45 -08:00
vp9_scan.h Organizing all scan tables into lookup table. 2013-11-22 16:20:45 -08:00
vp9_seg_common.c Using TREE_SIZE macro for vp9_segment_tree. 2013-10-16 17:35:06 -07:00
vp9_seg_common.h Using TREE_SIZE macro for vp9_segment_tree. 2013-10-16 17:35:06 -07:00
vp9_systemdependent.h Get libvpx to compile on VS2013. 2013-10-11 14:27:00 -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 Cleaning up vp9_tile_common.{h, c} files. 2013-11-14 13:40:56 -08:00
vp9_tile_common.h Cleaning up vp9_tile_common.{h, c} files. 2013-11-14 13:40:56 -08:00
vp9_treecoder.c Localizing NEARESTMV special cases in the code. 2013-11-05 11:58:57 -08:00
vp9_treecoder.h Localizing NEARESTMV special cases in the code. 2013-11-05 11:58:57 -08:00