Sign in
aomedia
/
avm
/
b09e55cf668e65daefcd78d9e8a74ff6fd94fb29
/
av1
/
encoder
/
rd.h
b7301cd
Remove smooth_hv experiment flag.
by Urvang Joshi
· 7 years ago
c1077e9
Reorder ext_comp_ref modes
by Debargha Mukherjee
· 7 years ago
ae2f3cf
Replace ZERO with GLOBAL for mode thresholds.
by Debargha Mukherjee
· 7 years ago
2b9ec2e
Rename ZEROMV to GLOBALMV
by Sarah Parker
· 7 years ago
fb83877
Remove compile guards for VAR_TX experiment
by Sebastien Alaiwan
· 7 years ago
abe5215
Use type with smaller size
by Yaowu Xu
· 7 years ago
365e644
Remove compile guards for CONFIG_EXT_REFS
by Sebastien Alaiwan
· 7 years ago
96d1c0a
Rename TM_PRED --> PAETH_PRED.
by Urvang Joshi
· 7 years ago
0bdea0d
Remove compile guards for CONFIG_EXT_INTER
by Sebastien Alaiwan
· 7 years ago
8e75e8b
Improve dist-8x8
by Yushin Cho
· 8 years ago
3ac2093
Enable altref2 by default and merge it into ext-refs
by Zoe Liu
· 8 years ago
ffbb0f9
Enable motion field estimation in DRL
by Jingning Han
· 8 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
dfd7232
Refactor lv-map rate cost estimation
by Jingning Han
· 8 years ago
bd57abe
Calculate coeff token cost before encoding each SB
by hui su
· 8 years ago
c0cf71d
Calculate coeff token cost from CDF
by hui su
· 8 years ago
e9b15e2
Add encoder support to ALTREF2
by Zoe Liu
· 8 years ago
b23d00a
Move mode costs that can be updated inside a frame to MACROBLOCK
by Yue Chen
· 8 years ago
1a7f0a8
Conditionally skip inverse transform in transform block RD
by Jingning Han
· 8 years ago
3bce754
Optimize transform block rate-distortion search
by Jingning Han
· 8 years ago
b7b60c5
New experiment DIST_8x8
by Yushin Cho
· 8 years ago
93c39e9
ext-partition-types: Add 4:1 partitions
by Rupert Swarbrick
· 8 years ago
fcf5fa2
Further work on ext-comp-refs for ref frame coding
by Zoe Liu
· 8 years ago
c082bbc
Add new coding tool of ext-comp-refs
by Zoe Liu
· 8 years ago
70006e4
Remove 'rddiv' member from various structs.
by Urvang Joshi
· 8 years ago
85b6646
Add encoder/decoder pipeline to support single ref comp modes
by Zoe Liu
· 8 years ago
b2c62bc
Remove the extra cost threshold modes
by Zoe Liu
· 8 years ago
63927c4
Fix daala-dist for cb4x4
by Yushin Cho
· 8 years ago
e6ca8e8
Add a new experiment SMOOTH_HV.
by Urvang Joshi
· 8 years ago
e140c50
Merge ref-mv into codebase
by Sebastien Alaiwan
· 8 years ago
2a2a7dd
Merge RD_COST and RD_STATS
by Angie Chiang
· 8 years ago
7f24e1b
Remove the single ref inter mode NEWFROMNEARMV
by Zoe Liu
· 8 years ago
6be4a54
Add a new intra prediction mode "smooth".
by Urvang Joshi
· 8 years ago
5264844
Code cleanup: mainly rd_pick_partition and methods called from there.
by Urvang Joshi
· 8 years ago
ccf472b
Drop costing ANS tokens from derived probabilities
by Alex Converse
· 8 years ago
4306b6e
more ref_mv changes from aom/master
by Yaowu Xu
· 9 years ago
1ac1ae7
Move ANS to aom_dsp.
by Alex Converse
· 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 (98%) from vp10/encoder/rd.h]
6632915
Update VP9_PROB_COST_SHIFT to VP10_PROB_COST_SHIFT
by Sarah Parker
· 9 years ago
d9f9a34
vp10/encoder: apply clang-format
by clang-format
· 9 years ago
d67a8fe
Change to use proper types
by Yaowu Xu
· 9 years ago
1af28f0
Code refactoring on Macros related to ref frame numbers
by Zoe Liu
· 9 years ago
5805a14
Merge bi-predictive frames to EXT_REFS
by Zoe Liu
· 9 years ago
2a58855
Pass segment id explicitly to quantizer init.
by Geza Lore
· 9 years ago
cf5083d
Added an experiment "bidir_pred" for backward prediction
by Zoe Liu
· 9 years ago
7ff7943
Brings back near-near compound mode into ext-inter
by Debargha Mukherjee
· 9 years ago
3829cd2
Move ZERO_TOKEN into the ANS coef tokenset.
by Alex Converse
· 9 years ago
0792748
Add vp10_ prefix to full_to_model_counts and fill_token_costs
by hui su
· 9 years ago
454989f
Make superblock size variable at the frame level.
by Geza Lore
· 9 years ago
511da8c
Rename MI_BLOCK_SIZE and MI_MASK macros.
by Geza Lore
· 9 years ago
552d5cd
Extend superblock size fo 128x128 pixels.
by Geza Lore
· 9 years ago
daf2fb4
Merge "Add "entropy" experiment" into nextgenv2
by Hui Su
· 9 years ago
83b47af
Add "entropy" experiment
by hui su
· 9 years ago
b6fef12
remove filter_cache
by Angie Chiang
· 9 years ago
7ded038
Port interintra experiment from nextgen.
by Geza Lore
· 9 years ago
03c01bc
Account context based prob model for motion vector cost estimate
by Jingning Han
· 9 years ago
b3ad812
Port switch to 9-bit rate cost to vp10.
by Alex Converse
· 9 years ago
968bbc7
Adding new compound modes to EXT_INTER experiment
by Yue Chen
· 9 years ago
84ca7a9
Loop restoration filter
by Debargha Mukherjee
· 9 years ago
1ac8587
EXT_INTER experiment
by Yue Chen
· 9 years ago
3ec1601
Added 3 more reference frames for inter prediction.
by Zoe Liu
· 9 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 (97%) from vp10/encoder/vp9_rd.h]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago