..
arm
Fix warnings reported by -Wshadow: Part1: aom_dsp directory
2016-10-18 17:22:12 -07:00
mips
Fix warnings reported by -Wshadow: Part1: aom_dsp directory
2016-10-18 17:22:12 -07:00
simd
Don't use _mm_cvtsi128_si64 on 32 bit systems
2016-10-13 14:35:00 -07:00
x86
Fix warnings reported by -Wshadow: Part1: aom_dsp directory
2016-10-18 17:22:12 -07:00
add_noise.c
Port renaming changes from AOMedia
2016-08-31 18:19:03 -07:00
ans.c
Remove custom rans types
2016-10-13 05:53:58 +00:00
ans.h
Switch rANS to 15 bit precision, and adjust L_BASE.
2016-10-14 14:05:50 -07:00
ansreader.h
Switch rANS to 15 bit precision, and adjust L_BASE.
2016-10-14 14:05:50 -07:00
answriter.h
Switch rANS to 15 bit precision, and adjust L_BASE.
2016-10-14 14:05:50 -07:00
aom_convolve.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
aom_convolve.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
aom_dsp.mk
Define SIMD_INLINE using AOM_FORCE_INLINE
2016-10-19 15:14:27 -07:00
aom_dsp_common.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
aom_dsp_rtcd.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
aom_dsp_rtcd_defs.pl
Add 2x2 directional intra predictors
2016-10-19 21:58:09 +00:00
aom_filter.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
aom_simd.c
Make generic SIMD code compile if no native support
2016-10-11 12:36:16 -07:00
aom_simd.h
Define SIMD_INLINE using AOM_FORCE_INLINE
2016-10-19 15:14:27 -07:00
aom_simd_inline.h
Define SIMD_INLINE using AOM_FORCE_INLINE
2016-10-19 15:14:27 -07:00
avg.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
bitreader.h
Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2
2016-10-19 22:58:05 +00:00
bitreader_buffer.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
bitreader_buffer.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
bitwriter.h
Partition the ans experiment into 'ans' and 'rans'
2016-10-19 12:03:15 -07:00
bitwriter_buffer.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
bitwriter_buffer.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
blend.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
blend_a64_hmask.c
Fix a compiler warning of unused variable
2016-09-06 14:52:49 +00:00
blend_a64_mask.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
blend_a64_vmask.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
buf_ans.c
Port ANS from aom/master 25aaf40
2016-09-28 12:07:00 -07:00
buf_ans.h
Port aom_reader_tell() support
2016-10-18 08:50:05 -07:00
daalaboolreader.c
Change return type of tell and tell_frac to uint32_t.
2016-10-19 10:53:52 -07:00
daalaboolreader.h
Change return type of tell and tell_frac to uint32_t.
2016-10-19 10:53:52 -07:00
daalaboolwriter.c
Free memory allocated by daala_ec encoder.
2016-10-19 15:14:27 -07:00
daalaboolwriter.h
Create aom_cdf_prob type for 16-bit probabilities.
2016-10-17 20:22:48 -07:00
deblock.c
Change to use AOM copyright notice
2016-09-02 19:52:03 +00:00
dkboolreader.c
Bit accounting.
2016-10-19 04:34:29 +00:00
dkboolreader.h
Change return type of tell and tell_frac to uint32_t.
2016-10-19 10:53:52 -07:00
dkboolwriter.c
Refactor bitreader and bitwriter wrapper.
2016-09-28 12:07:00 -07:00
dkboolwriter.h
Refactor bitreader and bitwriter wrapper.
2016-09-28 12:07:00 -07:00
entcode.c
Revert code formatting of OD_UNIFORM_CDFS_Q15.
2016-10-17 12:16:26 -07:00
entcode.h
Add Daala entropy coder.
2016-10-14 14:59:27 -07:00
entdec.c
Remove stale OD_ACCOUNTING code.
2016-10-18 09:12:06 -07:00
entdec.h
Remove stale OD_ACCOUNTING code.
2016-10-18 09:12:06 -07:00
entenc.c
Fix warning when discarding const qualifier.
2016-10-17 12:16:27 -07:00
entenc.h
Fix warning when discarding const qualifier.
2016-10-17 12:16:27 -07:00
fastssim.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
fwd_txfm.c
Fix warnings reported by -Wshadow: Part1: aom_dsp directory
2016-10-18 17:22:12 -07:00
fwd_txfm.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
intrapred.c
Add 2x2 directional intra predictors
2016-10-19 21:58:09 +00:00
inv_txfm.c
Change to use AOM copyright notice
2016-09-02 19:52:03 +00:00
inv_txfm.h
Change to use AOM copyright notice
2016-09-02 19:52:03 +00:00
loopfilter.c
Change to use AOM copyright notice
2016-09-02 19:52:03 +00:00
postproc.h
Port renaming changes from AOMedia
2016-08-31 18:19:03 -07:00
prob.c
Create aom_cdf_prob type for 16-bit probabilities.
2016-10-17 20:22:48 -07:00
prob.h
Create aom_cdf_prob type for 16-bit probabilities.
2016-10-17 20:22:48 -07:00
psnr.c
apply clang-format after 5cd2ab9
2016-09-19 15:56:08 -07:00
psnr.h
apply clang-format after 5cd2ab9
2016-09-19 15:56:08 -07:00
psnrhvs.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
quantize.c
quantize.c: int->uint32_t for absolute values
2016-09-06 14:51:47 +00:00
quantize.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
sad.c
Renamings for OBMC experiment
2016-10-13 15:51:22 -07:00
ssim.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
ssim.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
subtract.c
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
sum_squares.c
Port renaming changes from AOMedia
2016-08-31 18:19:03 -07:00
txfm_common.h
Change to use aom copyright notice
2016-09-02 08:22:07 -07:00
variance.c
Resolve -Wshorten-64-to-32 in variance.
2016-10-13 20:12:20 -07:00
variance.h
Renamings for OBMC experiment
2016-10-13 15:51:22 -07:00