..
arm
Add compiler warning flag -Wextra and fix related warnings.
2016-10-20 15:49:16 -07:00
mips
Fix warnings reported by -Wshadow: Part1: aom_dsp directory
2016-10-18 17:22:12 -07:00
simd
Add support for v256 intrinsics
2016-10-21 08:55:37 -07:00
x86
Revert "fix msvc build warnings and errors"
2016-11-10 22:32:29 +00:00
add_noise.c
…
ans.c
Use remove some magic numbers in aom_rans_merge_prob8_pdf.
2016-10-24 09:05:03 -07:00
ans.h
Switch rANS to 15 bit precision, and adjust L_BASE.
2016-10-14 14:05:50 -07:00
ansreader.h
Fix compile error with --enable-ans + --enable-accounting
2016-10-25 16:22:24 +01:00
answriter.h
Use divide by multiply in the ans writer.
2016-10-21 09:54:41 -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
Implement bitstream debug for daala_ec
2016-11-16 17:17:24 +00: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
SAD avx2 optimization for ext-partition
2016-11-10 19:56:00 +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
Add support for v256 intrinsics
2016-10-21 08:55:37 -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
Reinstate "fix msvc build warnings and errors"
2016-11-12 00:36:55 +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
Fix rans ec_multisymbol merge issues.
2016-11-09 01:25:29 +00:00
bitwriter_buffer.c
Add overwrite functions which do not zero bytes.
2016-11-16 03:57:10 +00:00
bitwriter_buffer.h
Add overwrite functions which do not zero bytes.
2016-11-16 03:57:10 +00: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
Comment out code accidentally left in the bitstream_debug patch
2016-11-17 16:26:14 +00:00
daalaboolwriter.c
Free memory allocated by daala_ec encoder.
2016-10-19 15:14:27 -07:00
daalaboolwriter.h
Implement bitstream debug for daala_ec
2016-11-16 17:17:24 +00: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
Fix msvc compiler warnings
2016-11-09 19:38:21 +00:00
dkboolwriter.c
dkboolwriter.c: change copyright notice
2016-10-25 10:32:33 -07:00
dkboolwriter.h
Refactor bitreader and bitwriter wrapper.
2016-09-28 12:07:00 -07:00
entcode.c
New experiment: Perceptual Vector Quantization from Daala
2016-11-06 22:18:01 -08:00
entcode.h
New experiment: Perceptual Vector Quantization from Daala
2016-11-06 22:18:01 -08:00
entdec.c
Fix msvc compiler warnings
2016-11-09 19:38:21 +00:00
entdec.h
New experiment: Perceptual Vector Quantization from Daala
2016-11-06 22:18:01 -08:00
entenc.c
Use an alternative fix to ubsan warning.
2016-11-17 21:11:23 +00:00
entenc.h
New experiment: Perceptual Vector Quantization from Daala
2016-11-06 22:18:01 -08: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
Decoder performance improvement with daala_ec.
2016-10-21 12:38:30 -07:00
inv_txfm.c
Namespace the idct/iad symbols
2016-10-27 12:36:37 -07:00
inv_txfm.h
Namespace the idct/iad symbols
2016-10-27 12:36:37 -07:00
loopfilter.c
Change to use AOM copyright notice
2016-09-02 19:52:03 +00:00
postproc.h
…
prob.c
Add ec_multisymbol for common daala_ec and rans code
2016-10-29 17:05:40 -07:00
prob.h
Fix merge issues related --enable-ec-adapt
2016-11-01 12:36:04 -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
Support 64x64 quantizer functions
2016-11-09 21:59:14 +00:00
quantize.h
Support 64x64 quantizer functions
2016-11-09 21:59:14 +00: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
…
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