Sign in
aomedia
/
avm
/
3b6352457afafb4a99ade050b9ebe567cbad8873
3b63524
Adaptive Motion Vector Resolution
by RogerZhou
· 8 years ago
f6a45cd
Guard ref_frame index access in mfmv
by Jingning Han
· 8 years ago
f1cf717
[CFL] Use MAX_NUM_TXB_SQUARE instead of MAX_NUM_TXB
by Luc Trudeau
· 8 years ago
03b7e7d
[CFL] Replace Magic Numbers with Constants
by Luc Trudeau
· 8 years ago
bbf6186
Highbd intrapred DC_LEFT/TOP/128 sse2 optimization
by Yi Luo
· 8 years ago
94a504a
Integrate mfmv with codebase
by Jingning Han
· 8 years ago
89ff793
[CFL] Refactor includes
by Luc Trudeau
· 8 years ago
5ab47f6
Add limit_nb_scan_distance
by Angie Chiang
· 8 years ago
2496a85
Move daala_fdst64() / daala_idst64() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
f6d3ba6
Move daala_fdst32() / daala_idst32() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
01b1d91
Move the daala_idtx64() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
4c77fc0
Move the daala_idtx32() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
74e7fd0
Move the daala_idtx16() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
3f45fb3
Move the daala_idtx8() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
31f24ee
Move the daala_idtx4() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
fe02452
Fix SEG_LVL_MAX
by Frederic Barbier
· 8 years ago
f24a35f
Convert to PREDICTION_MODE for is_directional
by Luc Trudeau
· 8 years ago
cc71127
new-multisymbol: Add a couple of missing adaptations
by David Barker
· 8 years ago
5946d36
Fix out of bound tpl mv access
by Jingning Han
· 8 years ago
a0ba9f2
Suppress baseline build warnings
by Yi Luo
· 8 years ago
9ead3b8
Remove duplicate code in reconinter.c
by Luc Trudeau
· 8 years ago
030ff74
Fix static analysis undefined operation
by Luc Trudeau
· 8 years ago
8a30baf
Add information about sanitizer support to README.md.
by Tom Finegan
· 8 years ago
d866114
Move daala_fdct64() / daala_idct64() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
dfd1a92
Move daala_fdct32() / daala_idct32() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
cbcff06
Move daala_fdst16() / daala_idst16() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
c5c1e56
Move daala_fdct16() / daala_idct16() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
8a873db
Move daala_fdst8() / daala_idst8() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
75bfeb8
Move daala_fdct8() / daala_idct8() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
1aefb5e
Move daala_fdst4() / daala_idst4() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
5e6bda8
Move daala_fdct4() / daala_idct4() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
23b9b31
Highbd intra pred H_PRED sse2 optimization
by Yi Luo
· 8 years ago
85d27f7
Simplify aom_get_qmlevel
by David Barker
· 8 years ago
cba7da7
Save global motion params even in error-resilient-mode
by David Barker
· 8 years ago
0fbd2b7
NEW_MULTISYMBOL: support EXT_COMP_REFS signaling.
by Thomas Davies
· 8 years ago
77f792f
Remove the itrans DSPR2 sources.
by Tom Finegan
· 8 years ago
8dc0092
intrabc: consider mode cost in RD selection
by Hui Su
· 8 years ago
6c8584f
intrabc: replace prob with cdf
by Hui Su
· 8 years ago
772dee3
Properly count the rate cost in base range coding
by Jingning Han
· 8 years ago
89d321f
[intra-edge] Vectorize edge filtering functions
by Joe Young
· 8 years ago
e80957f
Consider 4 neighbors in try_level_down()
by Angie Chiang
· 8 years ago
140dcd5
Add test executables to AOM_APP_TARGETS list in the CMake build.
by Tom Finegan
· 8 years ago
f7a8048
Add missing CMake include guard in x86-linux.cmake.
by Tom Finegan
· 8 years ago
db724cf
Fix CMake mips32 build with DSPR2 enabled.
by Tom Finegan
· 8 years ago
3b41136
Fix mips32 dspr2 build warnings.
by Tom Finegan
· 8 years ago
7166f22
Add a q index based frame superres mode
by Debargha Mukherjee
· 8 years ago
34e1201
Force C implementation of 16-point Daala TX's.
by Nathan E. Egge
· 8 years ago
22fe4a1
Remove tabs in configure.
by Nathan E. Egge
· 8 years ago
4e88404
Add the DAALA_TX experiment.
by Nathan E. Egge
· 8 years ago
f5d71a6
Enhance intra pred speed test to include highbd pred
by Yi Luo
· 8 years ago
2e6a9ab
Fix a baseline build error
by Yi Luo
· 8 years ago
1ff7d9a
Turn off TestResizeCspWorks under conditions
by Angie Chiang
· 8 years ago
1f7c411
Fix Dead Store in rdopt.c
by Luc Trudeau
· 8 years ago
72e0f78
Disable daala_dct64 if tx64x64 is not enabled.
by Nathan E. Egge
· 8 years ago
71b0513
Fix highbd_iht_test with 4, 8, and 16 daala_tx.
by Nathan E. Egge
· 8 years ago
255ff99
Enable 'dist_8x8' experiment by default
by Yushin Cho
· 8 years ago
ee81027
Fix a static analyzer warning
by Yushin Cho
· 8 years ago
74acf00
register_state_check: simplify Check() methods
by Angie Chiang
· 8 years ago
da9e4af
Enhance intra pred unit test to verify rectangular pred
by Yi Luo
· 8 years ago
8dd1c98
Add encoder support for multi-layer GF 16
by Zoe Liu
· 8 years ago
d1121fa
Further refactor setup_ref_mv_list
by Yunqing Wang
· 8 years ago
0d793e3
motion-var: simplify code
by Hui Su
· 8 years ago
f289f9f
Use default reference gm params in error resilient mode
by Sarah Parker
· 8 years ago
5b2021e
[CFL] Fix typedef-redefinition compiler warnings
by David Michael Barr
· 8 years ago
a526375
Teach inspector about 4:1 block sizes
by Rupert Swarbrick
· 8 years ago
114e81a
Hide repeated arguments in calls to count_segs in count_segs_sb
by Rupert Swarbrick
· 8 years ago
136d5c1
Simplify get_partition() implementation
by Rupert Swarbrick
· 8 years ago
568b7c7
aom-qm: Fix overflow in quantizer calculation
by David Barker
· 8 years ago
bdfb4a6
Report a proper error when bitstream wrongly requests prev_frame_mvs
by Rupert Swarbrick
· 8 years ago
0f248c4
Change/refactor compound mode handling for sub8x8
by Debargha Mukherjee
· 8 years ago
39086c0
Fix compile error when both of dist_8x8 and pvq are enabled
by Yushin Cho
· 8 years ago
10a051f
Remove duplicate line of code
by Zoe Liu
· 8 years ago
ba42e74
Remove unnecessary rate cost setup in lv-map encoding
by Jingning Han
· 8 years ago
fc9f3cc
Ensure consistent border extension before LR
by Debargha Mukherjee
· 8 years ago
5a5e1ad
Revert "Add an orthonormal 4-point Type-VII DST."
by Nathan Egge
· 8 years ago
72c99e1
Add an orthonormal 4-point Type-VII DST.
by Nathan E. Egge
· 8 years ago
ee0fd92
Clarify comment in av1_set_mb_mi()
by David Barker
· 8 years ago
d715053
Chroma Fix for Superblock CDF update
by Luc Trudeau
· 8 years ago
99e7daa
Tokenize and write mrc mask
by Sarah Parker
· 8 years ago
e29c926
Use per tile model update for coeff_br coding
by Jingning Han
· 8 years ago
2e40574
Fix base range counter index in lv-map decoding
by Jingning Han
· 8 years ago
a752d1d
add SEG_LVL_ZEROMV
by Soo-Chul Han
· 8 years ago
c3903ff
Add support of multi-layer GF group 16 to bit allocation
by Zoe Liu
· 8 years ago
8679f41
Define coding parameters for GF group of 16
by Zoe Liu
· 8 years ago
da46da8
Change vertical border to 1 (2-line buffer)
by Debargha Mukherjee
· 8 years ago
1c1161f
CDEF: Do not filter chroma if subsampling_x != subsampling_y
by Steinar Midtskogen
· 8 years ago
0123bc7
cdef-singlepass: Fix integer overflow
by David Barker
· 8 years ago
87b01b5
Rework base range entropy coding in level map system
by Jingning Han
· 8 years ago
698a618
Re train nz_map prob
by Angie Chiang
· 8 years ago
1330dfd
Refactoring/simplification of buffers used for sgr
by Debargha Mukherjee
· 8 years ago
e168a78
Reduce/Eliminate line buffer for loop-restoration.
by Debargha Mukherjee
· 8 years ago
db4ccd4
Remove useless (void)s
by Luc Trudeau
· 8 years ago
12231bd
Fix build when motion-var is disabled
by Hui Su
· 8 years ago
2357382
Add cast to double in division of 2 integers
by Sarah Parker
· 8 years ago
172f3c1
Remove const qualifier from AOM_QM seg matrices
by Sarah Parker
· 8 years ago
af210e4
Change eob type from int64_t to int
by Sarah Parker
· 8 years ago
5f8f7a1
ncobmc-adapt-weight: update motion mode on the second pass
by Wei-Ting Lin
· 8 years ago
9d92459
Make braces consistent in encodemb.c for vim
by Cheng Chen
· 8 years ago
3e4df0e
Make CMake util aom_push_var additive.
by Tom Finegan
· 8 years ago
ff37c1a
Resolve a confilict between intrabc and var-tx
by Hui Su
· 8 years ago
Next »