Sign in
aomedia
/
avm
/
c8b38b0bfd36306f1886375d98512d792ffe9517
/
aom_dsp
0f4195c
Fwd txfm and quantizer HBD/LBD data paths co-exist
by Yi Luo
· 8 years ago
8ab5b5f
sad_highbd_avx2: avoid _mm256_set1_epi64x w/x86 vs2013
by James Zern
· 8 years ago
6c4af6b
Fix some irregularities in SSE2 variance code
by David Barker
· 8 years ago
f053cba
Reduce multiplier precision for warp least squares
by Debargha Mukherjee
· 8 years ago
5128109
Fix inv txfm low/high bitdepth selection logic
by Yi Luo
· 8 years ago
d43d677
quantize.c: convert to int before apply sign
by Yaowu Xu
· 8 years ago
284c883
aom_dsp.cmake: add highbd_quantize_intrin_avx2.c
by James Zern
· 8 years ago
ad8290b
New experiment: LGT
by Lester Lu
· 8 years ago
079acac
Silence warnings in VS
by Steinar Midtskogen
· 8 years ago
193422e
Add avx2 highbd_quantize_b
by Yi Luo
· 8 years ago
78516fc
Build static libaom without internal deps in CMake.
by Tom Finegan
· 8 years ago
84f2d79
Add shared library support to the CMake build.
by Tom Finegan
· 8 years ago
71adf52
Revert "Clamp inverse transform coefficients"
by Jingning Han
· 8 years ago
5d24b6f
encoder: Remove 64x upsampled reference buffers
by Timothy B. Terriberry
· 8 years ago
79b78b7
Clamp inverse transform coefficients
by Sebastien Alaiwan
· 8 years ago
3613c51
Sync CMake build with the configure build.
by Tom Finegan
· 8 years ago
4770189
Remove dead macro
by Sebastien Alaiwan
· 8 years ago
105eecf
Resolve compiler warning when highbd is off
by Jingning Han
· 8 years ago
dab3e99
Fix Windows x86 build with --enable-ext-inter
by David Barker
· 8 years ago
92aa22a
AOM_QM: Use 8-bit matrices and fix 2x2 transform sizes.
by Thomas Davies
· 8 years ago
d405f8a
Cleanup dead fwd transform functions
by Frederic Barbier
· 8 years ago
31c6650
Remove deprecated high-bitdepth functions
by Sarah Parker
· 8 years ago
766a389
Add a new experiment "rect-intra-pred".
by Urvang Joshi
· 8 years ago
6f9dfa5
Sync CMake build defaults with the configure build.
by Tom Finegan
· 8 years ago
17ccaec
Add include guards to CMake files used as includes.
by Tom Finegan
· 8 years ago
17905ed
integrate parallel_deblocking with CB4x4
by Ryan Lei
· 8 years ago
8ea3319
Remove VAR_BASED_PARTITION.
by Thomas Daede
· 8 years ago
11cf46f
High precision Wiener filter rework
by Debargha Mukherjee
· 8 years ago
0aa39ff
ext-inter: Vectorize new masked SAD/SSE functions
by David Barker
· 8 years ago
60f5961
Function parameter type correction
by Cheng Chen
· 8 years ago
476c63c
Remove the DAALA_EC experiment.
by Nathan E. Egge
· 8 years ago
c156224
Support CONFIG_LOOP_RESTORATION in the CMake build.
by Tom Finegan
· 8 years ago
1738c10
aom_dsp: Remove empty CMake target.
by Tom Finegan
· 8 years ago
1624765
tx64x64: Fix build when highbitdepth is on.
by Urvang Joshi
· 8 years ago
378d652
Remove CONFIG_{DE,EN}CODERS from the build system.
by Tom Finegan
· 8 years ago
f19f35f
ext-inter: Further cleanup
by David Barker
· 8 years ago
5d34e6a
Vectorize high-precision convolve filter
by David Barker
· 8 years ago
0f3c94e
ext-inter: Delete dead code
by David Barker
· 8 years ago
ba02c24
Remove CONFIG_{DE,EN}CODERS from the CMake build.
by Tom Finegan
· 8 years ago
cd53951
Replace EC_MULTISYMBOL with DAALA_EC || ANS.
by Nathan E. Egge
· 8 years ago
c155e01
ext-inter: Use joint_motion_search for masked compounds
by David Barker
· 8 years ago
efdad1f
Add NELEMENTS() macro in aom_dsp/aom_dsp_common.h
by hui su
· 8 years ago
aaa65f2
Correct function signature for Visual Studio
by Yi Luo
· 8 years ago
28d15c7
Experimental high precision convolve for Wiener
by Debargha Mukherjee
· 8 years ago
be111b3
Remove armv6 media-extension assembly.
by Ralph Giles
· 8 years ago
d1fb415
Fix uninitialzed __m256i vector warning
by Yi Luo
· 8 years ago
eec78cc
Prevent call to non-existing error_handler
by Yaowu Xu
· 8 years ago
40f22ef
Partial IDCT 32x32 avx2
by Yi Luo
· 8 years ago
f695d65
smooth_pred: 1D weights array to use less memory.
by Urvang Joshi
· 8 years ago
165adf8
Use saturation addition to do rounding for avx2 IDCT
by Yi Luo
· 8 years ago
e13a11f
Fix warning about unused functions
by Sebastien Alaiwan
· 8 years ago
f6176ab
Partial IDCT 16x16 avx2
by Yi Luo
· 8 years ago
e6ca8e8
Add a new experiment SMOOTH_HV.
by Urvang Joshi
· 8 years ago
78e8e67
v64_intrinsics.h: fix v64_align signature
by James Zern
· 8 years ago
f489d31
Move ssse3 only functions to a separate header
by Yaowu Xu
· 8 years ago
e23d5c3
Make the binary codes library accounting enabled
by Debargha Mukherjee
· 8 years ago
f998544
Remove function call overhead in HBD convolve filter AVX2
by Yi Luo
· 8 years ago
34c06df
Revert "Avoid use of deprecated high-bitdepth functions"
by Frank Galligan
· 8 years ago
f9d77bd
Avoid use of deprecated high-bitdepth functions
by Frederic Barbier
· 8 years ago
b7e7c04
Resolve -Wshorten-64-to-32 in highbd obmc/ext-inter variance.
by James Zern
· 8 years ago
3493982
Silence warning in CMake mips64 build.
by Tom Finegan
· 8 years ago
51e0c54
Resolve -Wshorten-64-to-32 in highbd variance.
by James Zern
· 8 years ago
dead17d
Clear test failures and compiler warnings of MOTION_VAR
by Yue Chen
· 8 years ago
d18c84c
Fix quantize_b_c function
by Jingning Han
· 8 years ago
4fc8df6
Cleanup dead high-bitdepth inverse-tx functions
by Frederic Barbier
· 8 years ago
963cacb
Fix CMake build.
by Tom Finegan
· 8 years ago
ce8275c
Fix bugs of aom_quantize_b when AOM_QM turned on
by Cheng Chen
· 8 years ago
3fcb356
Update partial inverse DCT according to VP9
by Yi Luo
· 8 years ago
9b18037
Refactor aom_quantize_b
by Cheng Chen
· 8 years ago
4a2e3b2
remove remaining refs to aom_highbd_idct8x8_64_add
by James Zern
· 8 years ago
c756e4d
Cleanup dead high-bitdepth inverse-tx functions
by Frederic Barbier
· 8 years ago
032573d
Cleanup: remove const
by Yaowu Xu
· 8 years ago
c3bcf3b
Intra prediction: Remove unused variants.
by Urvang Joshi
· 8 years ago
b3494d6
Fix gcc warning on int type conversion in ext-inter
by Jingning Han
· 8 years ago
4ff59b5
Cleanup: Remove const for params passed by value
by Yaowu Xu
· 8 years ago
f152a0b
aom_read_primitive_refbilevel: rm some dead stores
by James Zern
· 8 years ago
71a37de
bitstream.c: normalize some size types
by James Zern
· 8 years ago
83fbd57
[Code Cleanup] Move accounting.[ch] to decoder
by Luc Trudeau
· 8 years ago
ec4048a
Move scale_sqrt2_* functions to a common location.
by Urvang Joshi
· 8 years ago
bd343f4
Common Identity 16x8 transform: forward and reverse.
by Urvang Joshi
· 8 years ago
c6a48a2
Drop support for CONFIG_EMULATE_HARDWARE
by Sebastien Alaiwan
· 8 years ago
f6c807c
ec_smallmul: Convert CDFs to iCDFs.
by Timothy B. Terriberry
· 8 years ago
a4d8799
Move width branch out of height loop
by Yi Luo
· 8 years ago
27acc47
Skip adding zero siginal to prediction with DC only idct
by Yushin Cho
· 8 years ago
d5b89d0
ec_smallmul: Simplify binary read/write.
by Timothy B. Terriberry
· 8 years ago
ead5287
daala_ec: Convert the decoder to use iCDFs
by Timothy B. Terriberry
· 8 years ago
881f109
daala_ec: Invert the internal state of the decoder
by Timothy B. Terriberry
· 8 years ago
41b4f75
daala_ec: Convert the encoder to use iCDFs
by Timothy B. Terriberry
· 8 years ago
033e536
daala_ec: Remove non-dyadic functions.
by Timothy B. Terriberry
· 8 years ago
dd6fa06
update parallel_deblocking experiment with more filter tap options
by Ryan Lei
· 8 years ago
e5728a9
Simplify coefficient range checking
by Sebastien Alaiwan
· 8 years ago
6c86ace
Fix CONFIG_HIGHBITDEPTH in cmake.
by Tom Finegan
· 8 years ago
d148c96
Add mips32 support to the cmake build.
by Tom Finegan
· 8 years ago
1b2b739
Add s8 -> s16 unpack instrinsics
by Steinar Midtskogen
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
b1c5760
Add ec_smallmul experiment.
by Timothy B. Terriberry
· 8 years ago
f178329
Add gm parameter coding based on ref parameters
by Sarah Parker
· 8 years ago
859931e
variance_neon: sync variance*() w/c,sse2
by James Zern
· 8 years ago
1e64e70
Fix forward transform compilation errors
by Yunqing Wang
· 8 years ago
c07b23d
RTCD defs: refactor intra prediction protos.
by Urvang Joshi
· 8 years ago
Next »