Sign in
aomedia
/
avm
/
73bc2aa34b801e5b9de240aef168c2c9f933c021
/
av1
/
encoder
/
speed_features.h
a5847e8
Support two pass block partition search
by Jingning Han
· 7 years ago
eb8f5e8
Conditionally skip transform block partition search
by Jingning Han
· 7 years ago
c30c18f
Skip intra modes in interframe prediction
by Cheng Chen
· 7 years ago
3c22260
Skip txfm search
by Cheng Chen
· 7 years ago
66965a2
Use meaningful names in txk-sel rd control
by Jingning Han
· 7 years ago
8db5f17
Skip RD search over lst 2/3 frame for non-nearest neighbor mvs
by Jingning Han
· 7 years ago
fbab062
hash_based_trellis speed feature
by Michelle Findlay-Olynyk
· 7 years ago
c683bf9
Speed up by dropping some ref frames in compound search
by Cheng Chen
· 7 years ago
251c9dc
Add option for optimize_b only in final encode
by Sarah Parker
· 7 years ago
b49c6ae
Add the speed feature structure for codec dev
by Jingning Han
· 7 years ago
a3eb912
Add speed feature use_fast_interpolation_filter...
by Michelle Findlay-Olynyk
· 7 years ago
34d5566
Remove COMPOUND_SINGLEREF experiment
by Sebastien Alaiwan
· 7 years ago
1aeee2e
Remove experimental flag of CDEF
by Frederic Barbier
· 7 years ago
b7301cd
Remove smooth_hv experiment flag.
by Urvang Joshi
· 7 years ago
451672e
Add one more level for selective ref frame speed feature
by Zoe Liu
· 7 years ago
d7338aa
Misc. clean ups / refactor of speed 1
by Debargha Mukherjee
· 7 years ago
c4b6764
Speed up of ext-partition types
by Debargha Mukherjee
· 7 years ago
06b40cc
Add two levels for selective ref frame sp. feature
by Debargha Mukherjee
· 7 years ago
79a3724
Introducing a model for pruning the TX size search
by Alexander Bokov
· 7 years ago
3bac992
Remove experimental flag of EXT_TX
by Sebastien Alaiwan
· 7 years ago
2b9ec2e
Rename ZEROMV to GLOBALMV
by Sarah Parker
· 7 years ago
edc7346
Add speed feature to reduce tx size search depth
by Debargha Mukherjee
· 7 years ago
5166686
Adding a speed feature for tx_size search
by Debargha Mukherjee
· 7 years ago
cf842ad
Speed up inter frame rate-distortion optimization
by Jingning Han
· 7 years ago
4879580
Remove experimental flag of GLOBAL_MOTION
by Sebastien Alaiwan
· 7 years ago
0c7eb10
Improving the model for pruning the TX type search
by Alexander Bokov
· 8 years ago
96d1c0a
Rename TM_PRED --> PAETH_PRED.
by Urvang Joshi
· 7 years ago
ab8840e
Revert wrong uses of TX_SIZE enum.
by Urvang Joshi
· 7 years ago
8829a24
Predict skip flag to speed up the TX type search
by Alexander Bokov
· 8 years ago
9752a2e
Use TX_SIZE consistently instead of int.
by Urvang Joshi
· 7 years ago
0bdea0d
Remove compile guards for CONFIG_EXT_INTER
by Sebastien Alaiwan
· 7 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
6e1cd78
[CFL] New UV_PREDICTION_MODE for CFL
by Luc Trudeau
· 8 years ago
d6d9eee
[CFL] UV_PREDICTION_MODE
by Luc Trudeau
· 8 years ago
93c39e9
ext-partition-types: Add 4:1 partitions
by Rupert Swarbrick
· 8 years ago
cc8a1be
Remove unused speed feature
by David Barker
· 8 years ago
85b6646
Add encoder/decoder pipeline to support single ref comp modes
by Zoe Liu
· 8 years ago
8ea3319
Remove VAR_BASED_PARTITION.
by Thomas Daede
· 8 years ago
2e30063
Remove SOURCE_VAR_BASED_PARTITION.
by Thomas Daede
· 8 years ago
bb6e134
Remove NEAREST_NEARMV / NEAR_NEARESTMV modes
by Debargha Mukherjee
· 8 years ago
e6ca8e8
Add a new experiment SMOOTH_HV.
by Urvang Joshi
· 8 years ago
2a9d746
Add speed feature to control global motion compute
by Debargha Mukherjee
· 8 years ago
8082614
Remove rt deadline.
by Thomas Daede
· 8 years ago
7f24e1b
Remove the single ref inter mode NEWFROMNEARMV
by Zoe Liu
· 8 years ago
8fd2d7a
Remove speed feature use_lp32x32fdct
by Angie Chiang
· 8 years ago
6be4a54
Add a new intra prediction mode "smooth".
by Urvang Joshi
· 8 years ago
d4add7a
Remove encode_breakout and related speed features
by Brennan Shacklett
· 9 years ago
3f16725
Take out some early termination speed features
by Jingning Han
· 9 years ago
7b9407a
s/INTERP_FILTER/InterpFilter/
by James Zern
· 9 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (99%) from vp10/encoder/speed_features.h]
d9f9a34
vp10/encoder: apply clang-format
by clang-format
· 9 years ago
0eefe6e
Remove use_quant_fp speed feature
by Debargha Mukherjee
· 9 years ago
025fa11
Take out skip_recode speed feature
by Jingning Han
· 9 years ago
f523d7b
Add a speed feature for inter tx type search
by hui su
· 9 years ago
38e6dd7
Add a speed feature for intra tx type search
by hui su
· 9 years ago
fb8ea17
Various wedge enhancements
by Debargha Mukherjee
· 9 years ago
3407785
Refactoring and uv fix for wedge
by Debargha Mukherjee
· 9 years ago
7ff7943
Brings back near-near compound mode into ext-inter
by Debargha Mukherjee
· 9 years ago
454989f
Make superblock size variable at the frame level.
by Geza Lore
· 9 years ago
fab5454
Remove prune three from speed features
by Sarah Parker
· 9 years ago
e6e2d88
Add high-precision sub-pixel search as a speed feature
by Yunqing Wang
· 9 years ago
2ca7d42
Adding speed feature interface for ext tx search
by Sarah Parker
· 9 years ago
bab2912
Some refactoring and cleanups of interp filter
by Debargha Mukherjee
· 9 years ago
3c4b56c
Experiment to use image domain dist in baseline.
by Geza Lore
· 9 years ago
968bbc7
Adding new compound modes to EXT_INTER experiment
by Yue Chen
· 9 years ago
1ac8587
EXT_INTER experiment
by Yue Chen
· 9 years ago
4e692bb
Changes to exhaustive motion search.
by paulwilkins
· 9 years ago
1eb760e
Take out reference_masking speed feature
by Jingning Han
· 10 years ago
f137697
Take out skip_encode speed feature in vp10
by Jingning Han
· 10 years ago
4fa8e73
Remove speed features in vp10
by Jingning Han
· 10 years ago
1c07691
vp10 cleanup: remove nonrd and real-time code
by Yunqing Wang
· 10 years ago
26a9afc
VP9_COMP -> VP10_COMP
by Yaowu Xu
· 10 years ago
2dcefd9
Correct guard macros in header files
by Yaowu Xu
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
[Renamed (99%) from vp10/encoder/vp9_speed_features.h]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago