aom/vp10/common
Geza Lore fa63b5514a Use standard rounding in intra filters.
Use the same rounding method that is used throughout the codebase,
where the halfway value is rounded up rather than down.

Change-Id: Ie969ed7eb9fcc88a93a90c7e274fd82f336c7e4d
2016-05-19 13:16:42 +01:00
..
arm/neon
mips
x86 Merge "HBD inverse HT 4x4 SSE4.1 optimization" into nextgenv2 2016-05-16 21:15:08 +00:00
alloccommon.c Make superblock size variable at the frame level. 2016-04-07 10:34:25 +01:00
alloccommon.h Loop restoration filter 2016-01-20 17:59:46 -08:00
ans.h Raise the probability resolution for rANS tokens to 10-bits per symbol 2016-04-22 15:48:11 -07:00
blockd.c Rename pick_filter_intra. 2016-05-05 17:06:54 -07:00
blockd.h Various wedge enhancements 2016-05-16 12:41:47 -07:00
common.h Clear X87 register state before using double. 2016-04-25 10:30:20 -07:00
common_data.h Extend superblock size fo 128x128 pixels. 2016-03-30 18:23:06 +01:00
debugmodes.c VP9_COMMON -> VP10->COMMON 2015-08-13 09:58:26 -07:00
divide.c Silience compiler warnings in unsigned int 2016-05-17 16:46:42 -07:00
divide.h Add an implementation of Asymetric Numeral Systems (ANS). 2016-01-11 16:26:30 -08:00
entropy.c Make the backward updates work with bitshifts 2016-04-28 11:51:18 -07:00
entropy.h Make the backward updates work with bitshifts 2016-04-28 11:51:18 -07:00
entropymode.c Various wedge enhancements 2016-05-16 12:41:47 -07:00
entropymode.h Fix vp10_accumulate_frame_counts once and for all. 2016-05-04 11:32:40 +01:00
entropymv.c Merge "Make the backward updates work with bitshifts" into nextgenv2 2016-04-28 20:25:53 +00:00
entropymv.h Handle zero motion vector residual 2016-04-18 18:14:01 -07:00
enums.h Add 1D tx set that corresponds to reduced ext tx inter sets 2016-05-04 11:42:32 -07:00
filter.c Clean up ext-interp experiment 2016-05-05 16:29:21 -07:00
filter.h Clean up ext-interp experiment 2016-05-05 16:29:21 -07:00
frame_buffers.c
frame_buffers.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
idct.c Turn on flip in inverse txfm2d 2016-05-18 11:26:57 -07:00
idct.h Parameterize transform scale for quantizer 2016-03-30 15:25:26 -07:00
loopfilter.c Brings back near-near compound mode into ext-inter 2016-04-28 11:34:13 -07:00
loopfilter.h Refactor loopfilter level arrays to 2D. 2016-03-31 15:52:12 +01:00
mfqe.c Refactor get_partition to be universal. 2016-04-04 15:22:25 +01:00
mfqe.h VP9Common -> VP10Common 2015-08-13 15:00:19 -07:00
mv.h Replace hard coded values in mv_has_subpel 2016-05-03 09:08:06 -07:00
mvref_common.c Break tile row dependencies. 2016-05-10 13:09:47 +01:00
mvref_common.h Break tile row dependencies. 2016-05-10 13:09:47 +01:00
onyxc_int.h Merge "Break tile row dependencies." into nextgenv2 2016-05-10 18:00:34 +00:00
postproc.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
postproc.h VP9Common -> VP10Common 2015-08-13 15:00:19 -07:00
ppflags.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
pred_common.c Dual prediction filter type for motion compensated reference 2016-05-07 03:03:04 +00:00
pred_common.h Dual prediction filter type for motion compensated reference 2016-05-07 03:03:04 +00:00
quant_common.c Move new quant experiment in quant_common.c from nextgen 2016-05-10 13:40:37 -07:00
quant_common.h Move new quant experiment in quant_common.c from nextgen 2016-05-10 13:40:37 -07:00
reconinter.c Various wedge enhancements 2016-05-16 12:41:47 -07:00
reconinter.h Various wedge enhancements 2016-05-16 12:41:47 -07:00
reconintra.c Use standard rounding in intra filters. 2016-05-19 13:16:42 +01:00
reconintra.h Rename pick_filter_intra. 2016-05-05 17:06:54 -07:00
restoration.c Adding loop wiener restoration 2016-02-12 09:56:24 -08:00
restoration.h Fix an overflow in highbitdepth loop restoration 2016-03-11 11:48:24 -08:00
scale.c New interpolation experiment 2015-11-06 09:51:34 -08:00
scale.h New interpolation experiment 2015-11-06 09:51:34 -08:00
scan.c Merge branch 'master' into nextgenv2 2016-04-18 15:15:05 -07:00
scan.h Merge remote-tracking branch 'origin/master' into nextgenv2 2015-09-17 16:33:18 -07:00
seg_common.c
seg_common.h vp10: make segmentation probs use generic probability model. 2015-10-16 19:30:38 -04:00
textblit.c
textblit.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
thread_common.c Fix vp10_accumulate_frame_counts once and for all. 2016-05-04 11:32:40 +01:00
thread_common.h Fix vp10_accumulate_frame_counts once and for all. 2016-05-04 11:32:40 +01:00
tile_common.c Make superblock size variable at the frame level. 2016-04-07 10:34:25 +01:00
tile_common.h Make superblock size variable at the frame level. 2016-04-07 10:34:25 +01:00
vp10_convolve.c Properly handle 2D filter boundary extension 2016-05-16 11:49:27 -07:00
vp10_convolve.h Fix dual filter type for high bit-depth 2016-05-09 02:14:48 +00:00
vp10_fwd_txfm.c Isolate vp10's fwd_txfm from vp9 2015-09-10 15:19:43 -07:00
vp10_fwd_txfm.h Isolate vp10's fwd_txfm from vp9 2015-09-10 15:19:43 -07:00
vp10_fwd_txfm1d.c add dct 64x64 transform 2016-03-16 19:37:21 -07:00
vp10_fwd_txfm1d.h add dct 64x64 transform 2016-03-16 19:37:21 -07:00
vp10_fwd_txfm2d.c Add flip feature to vp10_inv_txfm2d.c 2016-05-13 12:21:58 -07:00
vp10_fwd_txfm2d_cfg.h Add flip option for vp10_fwd_txfm2d_#x#_c 2016-05-10 18:14:57 -07:00
vp10_inv_txfm.c Isolate vp10's inv_txfm from vp9 2015-09-10 15:08:37 -07:00
vp10_inv_txfm.h Isolate vp10's inv_txfm from vp9 2015-09-10 15:08:37 -07:00
vp10_inv_txfm1d.c add dct 64x64 transform 2016-03-16 19:37:21 -07:00
vp10_inv_txfm1d.h add dct 64x64 transform 2016-03-16 19:37:21 -07:00
vp10_inv_txfm2d.c Add flip feature to vp10_inv_txfm2d.c 2016-05-13 12:21:58 -07:00
vp10_inv_txfm2d_cfg.h Reduce shift in txfm8x8 2016-04-14 19:12:22 -07:00
vp10_rtcd.c
vp10_rtcd_defs.pl Merge "HBD inverse HT 4x4 SSE4.1 optimization" into nextgenv2 2016-05-16 21:15:08 +00:00
vp10_txfm.h Add flip feature to vp10_inv_txfm2d.c 2016-05-13 12:21:58 -07:00