Sign in
aomedia
/
avm
/
ee7a9c0d5fc008d5ffbfbe1fb52bab3a3d644a8b
/
av1
/
common
/
reconinter.h
ee7a9c0
Add some const qualifiers for BUFFER_SET variables
by Hui Su
· 6 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
7ac3eb1
Replace jnt_comp with dist_wtd_comp
by Debargha Mukherjee
· 6 years ago
9333b31
Revert "Fix overflow in clamp_mv_to_umv_border_sb"
by Remy Foray
· 6 years ago
86e45e9
Speed feature: skip obmc or wm if mv field is identical
by Yue Chen
· 6 years ago
716f289
Fix overflow in clamp_mv_to_umv_border_sb
by Remy Foray
· 6 years ago
e386338
allow_warp: rectify mismatch between spec and code
by Urvang Joshi
· 7 years ago
d547fa6
Special handling of IntraBC interpolation
by Hui Su
· 7 years ago
e58f6ec
Add pointers to temp buffers in 'xd'.
by Urvang Joshi
· 7 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
7500f80
reconinter: Separate files for encoder-only funcs
by Urvang Joshi
· 7 years ago
c1c91b0
Unused function: av1_build_interintra_predictors
by Urvang Joshi
· 7 years ago
8f26da4
Optimize interpolation filter selection
by Ranjit Kumar Tulabandu
· 7 years ago
c4b0b0d
Merge av1_build_interintra_predictors_sb{y/c}
by Peng Bin
· 7 years ago
18c5f6f
Facilitate on-the-fly padding in decoder
by Ravi Chaudhary
· 7 years ago
3718526
Remove av1_get_compound_type_mask_inverse()
by Yue Chen
· 7 years ago
088bfd0
Refactor: inter_predictor(highbd)
by Peng Bin
· 7 years ago
9295fca
Refactor: av1_make_inter_predictor
by Peng Bin
· 7 years ago
8c41e3a
Refactor: av1_make_masked_inter_predictor
by Peng Bin
· 7 years ago
e20e5bc
Revert "Implement on the fly padding in decoder"
by Yunqing Wang
· 7 years ago
3ba1a25
Implement on the fly padding in decoder
by Ravi Chaudhary
· 7 years ago
6ac4b13
Facilitate on the fly padding in inter prediction
by Ravi Chaudhary
· 7 years ago
52b6299
Scaled pred: proper convolve for subpel search
by Urvang Joshi
· 7 years ago
0565387
[NORMATIVE] Dont send interp filters for identity
by Debargha Mukherjee
· 7 years ago
7d4a0c1
Make av1_setup_dst_planes do the setup for required planes
by Deepa K G
· 7 years ago
b356cdd
Refactor of build_compound_diffwtd_mask(_highbd)
by Peng Bin
· 7 years ago
5b4df2b
Rename COMPOUND_SEG to COMPOUND_DIFFWTD
by Sarah Parker
· 7 years ago
53b53f0
Merge MB_MODE_INFO and MODE_INFO
by Yue Chen
· 7 years ago
21acbca
Remove WARP_GM/WM_NEIGHBORS_WITH_OBMC macros
by Debargha Mukherjee
· 7 years ago
cab937d
Cleanup smoothers from wedge masks
by Debargha Mukherjee
· 7 years ago
fb049a7
Revert "[NORMATIVE] Extend full-pixel motion vectors to 12 bits"
by Yunqing Wang
· 7 years ago
c981385
[NORMATIVE] S_FRAME handling update
by Tarek AMARA
· 7 years ago
9c35578
reconinter.c: delete dead code
by Sebastien Alaiwan
· 7 years ago
051df78
Remove convolve_opt and cleanup
by Debargha Mukherjee
· 7 years ago
f552a31
[NORMATIVE] Extend full-pixel motion vectors to 12 bits
by Yunqing Wang
· 7 years ago
02f04d0
Remove CONFIG_JNT_COMP macro
by Deepa K G
· 7 years ago
5938ffc
Remove OBMC_HIGH_PREC_BLENDING experiment
by Yue Chen
· 7 years ago
93c3502
Remove CONFIG_EXT_SKIP flag
by Zoe Liu
· 7 years ago
f1e1293
Clean-up more effectless code
by Yaowu Xu
· 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
c3a8ae4
Clean up and use do_post_rounding consistently
by Debargha Mukherjee
· 7 years ago
3ffa0fe
Add a wrapper to 8-bit scaled convolve function
by Debargha Mukherjee
· 7 years ago
91b235f
Some minor clean-ups on convolve functions
by Debargha Mukherjee
· 7 years ago
33ba1fe
Add aom_comp_mask_<upsampled>pred_ssse3
by Peng Bin
· 7 years ago
af8e264
Don't calculate chroma data in monochrome mode
by Imdad Sardharwalla
· 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
07f93af
Remove sub8x8 mv average functions
by Jingning Han
· 7 years ago
fa00507
Remove convolve_round/compound_round config flags
by Yunqing Wang
· 7 years ago
0ead613
Remove NCOBMC experiment
by Sebastien Alaiwan
· 7 years ago
8efc827
Enforce the block size requirement on comp ref
by Zoe Liu
· 7 years ago
b3b5304
scaling: Fix border clamping for subsampled planes
by David Barker
· 7 years ago
8263f80
JNT_COMP: refactor if statements
by Cheng Chen
· 7 years ago
f40a957
Add motion selection to ext_skip
by Zoe Liu
· 7 years ago
b09e55c
Revert "JNT_COMP: turn off for one_sided_compound"
by Cheng Chen
· 7 years ago
060e192
JNT_COMP: turn off for one_sided_compound
by Cheng Chen
· 7 years ago
f78632e
JNT_COMP: Refactor code
by Cheng Chen
· 7 years ago
80daf0c
Remove NCOBMC_ADAPT_WEIGHT from AV1
by Yue Chen
· 7 years ago
670b660
Remove CONFIG_INTERINTRA
by Yue Chen
· 7 years ago
f704a1c
Add decoder support to ext_skip
by Zoe Liu
· 8 years ago
1f56b8e
Remove experimental flag of WARPED_MOTION
by Sebastien Alaiwan
· 7 years ago
1bc94fc
Remove experimental flag of MOTION_VAR
by Sebastien Alaiwan
· 7 years ago
371968c
Remove compound-segment/wedge config flags
by Debargha Mukherjee
· 7 years ago
4879580
Remove experimental flag of GLOBAL_MOTION
by Sebastien Alaiwan
· 7 years ago
f02f8ae
Add short_filter experiment
by Zhijie Yang
· 7 years ago
9fa9623
Remove experimental flag of chroma_sub8x8
by Hui Su
· 7 years ago
edced25
Further cleanups related to removal of cb4x4 flags
by Debargha Mukherjee
· 7 years ago
6ea917e
Remove CONFIG_CB4X4 config flags
by Debargha Mukherjee
· 7 years ago
d8b93f5
Remove abandonned CHROMA_2X2 experiment
by Sebastien Alaiwan
· 7 years ago
0cf54d4
Remove abandonned SUPERTX experiment
by Sebastien Alaiwan
· 7 years ago
20758f1
Remove baseline compiling warnings
by Yi Luo
· 7 years ago
5433fa4
Fix mv clamping when superres is used
by Debargha Mukherjee
· 7 years ago
989dd5b
Fix msvc 2015 build
by Yaowu Xu
· 7 years ago
27e9029
Pack InterpFilters into a single integer
by Rupert Swarbrick
· 8 years ago
0bdea0d
Remove compile guards for CONFIG_EXT_INTER
by Sebastien Alaiwan
· 8 years ago
761b1ac
ext-partition: Don't read not-yet-decoded values
by David Barker
· 8 years ago
c17a443
For 16x4/4x16 blocks disable gm/wm/obmc/wedge/cs
by Debargha Mukherjee
· 8 years ago
6a93b15
Add support for 16x4 partitions
by Rupert Swarbrick
· 8 years ago
1cfe474
Simplify motion var parameters in reconinter.h
by Rupert Swarbrick
· 8 years ago
9c5b108
Add scaled convolve functions for convolve_round
by Debargha Mukherjee
· 8 years ago
2bfa206
ncobmc-adapt-weight: add recon functions
by Wei-Ting Lin
· 8 years ago
e800716
Pass conv_param to av1_make_masked_inter_predictor
by Angie Chiang
· 8 years ago
7739752
Frame scaling prediction for highbitdepth pt 2
by Debargha Mukherjee
· 8 years ago
2cf590f
Remove deprecated av1_build_inter_predictor_sub8x8 function
by Jingning Han
· 8 years ago
52c5173
warped_motion: disable warped_motion mode if ref frame is scaled
by Yue Chen
· 8 years ago
93c39e9
ext-partition-types: Add 4:1 partitions
by Rupert Swarbrick
· 8 years ago
0eea89f
Remove SEPARATE_GLOBAL_MOTION macro
by Sarah Parker
· 8 years ago
505f006
Fix frame scaling prediction
by Fergus Simpson
· 8 years ago
1583614
Changed scaling of MVs to use higher precision.
by Debargha Mukherjee
· 8 years ago
81ec261
cb4x4: Move sub-4X4 block sizes behind chroma flags.
by Timothy B. Terriberry
· 8 years ago
4a81001
ext_inter: Skip compound type probs. for small block sizes.
by Timothy B. Terriberry
· 8 years ago
81b2e50
Pass conv_params into warp-related functions
by Angie Chiang
· 8 years ago
85b6646
Add encoder/decoder pipeline to support single ref comp modes
by Zoe Liu
· 8 years ago
60baa35
Fix a compile warning with dual-filter off
by Yushin Cho
· 8 years ago
8e689e4
supertx: code refactoring + resolve conflicts with baseline
by Yue Chen
· 8 years ago
e64d51a
Add 'do_average' to ConvolveParams structure
by David Barker
· 8 years ago
Next »