Sign in
aomedia
/
aom
/
ef6e2df84bc4d3159de19e735fe3ee1def320efb
/
av1
/
common
/
convolve.h
5af4891
Remove CONFIG_LOWPRECISION_BLEND
by Yaowu Xu
· 7 years ago
c346abd
Remove CONFIG_SHORT_FILTER
by Yaowu Xu
· 7 years ago
a7be368
Change the convolve output from 32-bit to 16-bit
by Cherma Rajan A
· 7 years ago
e14f1c2
Remove dead convolve function declarations
by Linfeng Zhang
· 7 years ago
9a82a4f
[NORMATIVE] Make Wiener rounding consistent w/ motion comp
by Debargha Mukherjee
· 7 years ago
2697139
Use ConvolveParams in wiener_convolve
by Debargha Mukherjee
· 7 years ago
e6ceeec
Move/Rename wiener convolve functions into av1
by Debargha Mukherjee
· 7 years ago
1b95196
Remove unused av1_convolve_scale and highbd version
by Debargha Mukherjee
· 7 years ago
051df78
Remove convolve_opt and cleanup
by Debargha Mukherjee
· 7 years ago
02f04d0
Remove CONFIG_JNT_COMP macro
by Deepa K G
· 7 years ago
9a65bb0
[NORMATIVE] Correct round1 for 12-bit compound
by Debargha Mukherjee
· 7 years ago
16ba953
Stop using get_conv_params_round()
by Debargha Mukherjee
· 7 years ago
648a72b
Remove multiple options for LOWPRECISION_BLEND
by Debargha Mukherjee
· 7 years ago
19d7601
Add high precision blending obmc
by Yue Chen
· 7 years ago
09d4530
Unify HBD and 8-bit convolve functions
by Cherma Rajan A
· 7 years ago
9aea97d
Remove CONFIG_DUAL_FILTER
by Yaowu Xu
· 7 years ago
d69927d
Consolidate all post_rounding for compound modes
by Debargha Mukherjee
· 7 years ago
aec60dd
[non-normative] Fix warnings with !CONFIG_LOWPRECISION_BLEND
by David Barker
· 7 years ago
c7a5e88
Fix a 12-bit convolve bug
by Debargha Mukherjee
· 7 years ago
948f2a9
Merge HIGHPRECISION_INTBUF into LOWPRECISION_BLEND
by Debargha Mukherjee
· 7 years ago
91b235f
Some minor clean-ups on convolve functions
by Debargha Mukherjee
· 7 years ago
1fc3df5
Stop using VP9 convolve scheme in AV1 encoder.
by Debargha Mukherjee
· 7 years ago
6b41d4d
av1/[common|decoder]: apply clang-format v5.0.0
by Johann
· 7 years ago
e820b82
Reorganize code to test various convolve options
by Debargha Mukherjee
· 7 years ago
c40cb70
Lower precision compound Blend
by Debargha Mukherjee
· 7 years ago
3ec11d1
Remove unused macro USE_TEMPORALFILTER_12TAP
by Yunqing Wang
· 7 years ago
504f4a8
Remove unused macro USE_EXTRA_FILTER
by Yunqing Wang
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
94e3fe3
Add optimized convolve functions for single reference case
by Yunqing Wang
· 7 years ago
d790c80
Set AV1 convolve function pointers
by Yunqing Wang
· 7 years ago
17be4d8
Add is_compound in ConvolveParams
by Yunqing Wang
· 7 years ago
fa00507
Remove convolve_round/compound_round config flags
by Yunqing Wang
· 7 years ago
8263f80
JNT_COMP: refactor if statements
by Cheng Chen
· 7 years ago
f02f8ae
Add short_filter experiment
by Zhijie Yang
· 7 years ago
d867c9a
JNT_COMP: 1. Init version of experiment JNT_COMP
by Cheng Chen
· 7 years ago
27e9029
Pack InterpFilters into a single integer
by Rupert Swarbrick
· 7 years ago
9c5b108
Add scaled convolve functions for convolve_round
by Debargha Mukherjee
· 8 years ago
7739752
Frame scaling prediction for highbitdepth pt 2
by Debargha Mukherjee
· 8 years ago
04cef49
Speed up convolve_round post-rounding by avx2
by Yi Luo
· 8 years ago
505f006
Fix frame scaling prediction
by Fergus Simpson
· 8 years ago
8295c7c
Vectorize av1_convolve_2d()
by David Barker
· 8 years ago
e64d51a
Add 'do_average' to ConvolveParams structure
by David Barker
· 8 years ago
05685e9
Make convolve_round work with warped_motion
by Angie Chiang
· 8 years ago
b03545b
Implement convolve_round in high bit-depth mode
by Angie Chiang
· 8 years ago
f87d837
Add compound_round experiment
by Angie Chiang
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
fc59389
scaling: Avoid SSSE3 convolution instructions when scaling
by Fergus Simpson
· 8 years ago
0a2c0cb
Let hbd conv func be flexible
by Angie Chiang
· 8 years ago
a3a30c4
No round in the second interp stage in conv_round
by Angie Chiang
· 8 years ago
e3a4c1c
Pass plane into get_conv_params###
by Angie Chiang
· 8 years ago
7927a97
Add av1_convolve_2d_facade
by Angie Chiang
· 8 years ago
dbfec2a
Add convolve-round experiment
by Angie Chiang
· 8 years ago
117aa0d
Add CONVOLVE_POST_ROUNDING flag
by Angie Chiang
· 8 years ago
f715922
Store result on conv_params->buf when no rounding
by Angie Chiang
· 8 years ago
9f45bc4
Pass ConvolveParams into prediction functions
by Angie Chiang
· 8 years ago
674bffd
Add rounding option into av1_convolve
by Angie Chiang
· 8 years ago
6557ea9
Rename av1_convolve.[hc] to convolve.[hc]
by Yaowu Xu
· 8 years ago
[Renamed from av1/common/av1_convolve.h]
6421191
av1/convolve.[hc],av1_convolve_test: add missing copyright
by Angie Chiang
· 8 years ago
7b9407a
s/INTERP_FILTER/InterpFilter/
by James Zern
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago