Sign in
aomedia
/
avm
/
a2bad5a845d2000d53aaeb15f6649050fc0cdb5b
/
aom_dsp
/
aom_convolve.c
44702c8
cmake: generate rtcd headers in config subdir.
by Tom Finegan
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
abb71e3
Remove more unused convolve functions from aom_dsp
by Urvang Joshi
· 7 years ago
427b185
Remove unused convolve_add_src functions.
by Urvang Joshi
· 7 years ago
df8ce4f
Remove unused convolve8_avg functions from aom_dsp
by Urvang Joshi
· 7 years ago
b0eebd6
Remove unused scaled convolve funcs from aom_dsp
by Urvang Joshi
· 7 years ago
0d639a9
Remove CONFIG_LOOP_RESTORATION config flag
by Debargha Mukherjee
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
9e9dea0
aom_convolve.c: make some locals const
by Sebastien Alaiwan
· 7 years ago
4e51082
Remove dead convolve functions
by Sebastien Alaiwan
· 7 years ago
b093b14
aom_convolve.c: extract functions 'scalar_product'
by Sebastien Alaiwan
· 7 years ago
c76ed28
aom_convolve.c: reduce scope of iterators
by Sebastien Alaiwan
· 7 years ago
1c318d5
Remove some commented out code
by Debargha Mukherjee
· 8 years ago
505f006
Fix frame scaling prediction
by Fergus Simpson
· 8 years ago
11cf46f
High precision Wiener filter rework
by Debargha Mukherjee
· 8 years ago
5d34e6a
Vectorize high-precision convolve filter
by David Barker
· 8 years ago
28d15c7
Experimental high precision convolve for Wiener
by Debargha Mukherjee
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
be6cc07
Add new convolve variant for loop-restoration
by David Barker
· 8 years ago
9c01aa1
Change to use aom copyright notice
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
[Renamed (90%) from aom_dsp/vpx_convolve.c]
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (99%) from vpx_dsp/vpx_convolve.c]
1214cee
vpx_dsp/: apply clang-format
by clang-format
· 9 years ago
552d5cd
Extend superblock size fo 128x128 pixels.
by Geza Lore
· 9 years ago
938b8df
Extend convolution functions to 128x128 for ext-partition.
by Geza Lore
· 9 years ago
8f6b943
VPX: Add rtcd support for scaling.
by Scott LaVarnway
· 10 years ago
7186a2d
Code refactor on InterpKernel
by Zoe Liu
· 10 years ago
[Renamed (93%) from vp9/common/vp9_convolve.c]
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
f274c21
vpx_mem: remove vpx_memcpy
by James Zern
· 10 years ago
1929c9b
Rename highbitdepth functions to use highbd prefix
by Deb Mukherjee
· 10 years ago
8a01074
Merge "Incorporate WRAPLOW macro into non-highbitdepth tx"
by Deb Mukherjee
· 10 years ago
d50716f
Incorporate WRAPLOW macro into non-highbitdepth tx
by Deb Mukherjee
· 10 years ago
befc36d
Fix invalid memory access in inter prediction (issue 853).
by Alexander Voronov
· 10 years ago
0d3c3d3
Adds high bitdepth convolve, interpred & scaling
by Deb Mukherjee
· 11 years ago
8357292
Fix test on maximum downscaling limits
by Adrian Grange
· 11 years ago
fd6bf31
vp9_convolve.c: cleanup -wextra warnings
by Adrian Grange
· 11 years ago
bf79a4d
vp9/common: Silence MSVC warning in vp9_convolve.c.
by Tom Finegan
· 11 years ago
cca4276
vp9_filter.h: rename interp_kernel type
by James Zern
· 11 years ago
4264c93
Renaming INTERPOLATION_TYPE to INTERP_FILTER.
by Dmitry Kovalev
· 11 years ago
629fb85
vp9_convole.c cleanup.
by Dmitry Kovalev
· 11 years ago
56af13a
cpplint issue with convolve resolved
by Jim Bankoski
· 11 years ago
9be0bb1
Replace memcpy with vpx_memcpy
by Yaowu Xu
· 11 years ago
a783da8
Silence a bunch of MSVC warnings
by Yaowu Xu
· 12 years ago
01b35c3
API extensions and sample app for spacial scalable encoder
by Ivan Maltz
· 12 years ago
e326cec
Fix intermediate height in convolve_c
by Tero Rintaluoma
· 12 years ago
c8ba8c5
cosmetics: strip 'VP9_' from defines in vp9 only code
by James Zern
· 12 years ago
3f10831
Fix bug in convolution functions (filter selection)
by Adrian Grange
· 12 years ago
2612b99
Adding VP9_FILTER_BITS constant.
by Dmitry Kovalev
· 12 years ago
9a31d05
Removing unused convolve_avg_c function + cleanup.
by Dmitry Kovalev
· 12 years ago
decead7
Replace copy_memNxM functions with a generic copy/avg function.
by Ronald S. Bultje
· 12 years ago
18303b1
Fix intermediate height in convolve
by Tero Rintaluoma
· 12 years ago
735febf
Removing the implicit compound inter experiment
by Deb Mukherjee
· 12 years ago
a9ebbcc
convolve: support larger blocks, fix asm saturation bug
by John Koleszar
· 12 years ago
23144d2
Implicit weighted prediction experiment
by Deb Mukherjee
· 12 years ago
6fd7dd1
Use 256-byte aligned filter tables
by John Koleszar
· 12 years ago
eb939f4
Spatial resamping of ZEROMV predictors
by John Koleszar
· 12 years ago
6a4f708
Refactor inter recon functions to support scaling
by John Koleszar
· 12 years ago
094e257
Faster convolve8_avg.
by Christian Duvivier
· 12 years ago
7a07eea
Convert subpixel filters to use convolve framework
by John Koleszar
· 12 years ago
5ca6a36
Add 8-tap generic convolver
by John Koleszar
· 12 years ago