Sign in
aomedia
/
avm
/
c3e07b22c433eaf8a2123004d54d1edc10517c1e
c3e07b2
Fix high bit depth mask and variance reference function
by Yi Luo
· 9 years ago
e6b089b
Merge "Optimized HBD 4x4 variance calculation" into nextgenv2
by Yi Luo
· 9 years ago
8917146
Fix supertx with ext-tile.
by Geza Lore
· 9 years ago
250935c
Optimized HBD 4x4 variance calculation
by Yi Luo
· 9 years ago
f0290cd
Refactor get_partition to be universal.
by Geza Lore
· 9 years ago
e0dbfde
Minor refactoring of partition type processing.
by Geza Lore
· 9 years ago
d649065
Merge "Remove duplicate ans parameter in bitstream functions." into nextgenv2
by Alex Converse
· 9 years ago
c961bcc
Merge "ANS experiment: Use ANS everywhere." into nextgenv2
by Alex Converse
· 9 years ago
0f68d80
Remove duplicate ans parameter in bitstream functions.
by Alex Converse
· 9 years ago
fb9186d
ANS experiment: Use ANS everywhere.
by Alex Converse
· 9 years ago
2fba818
Merge "Loopfilter fix" into nextgenv2
by Debargha Mukherjee
· 9 years ago
9f879b3
Merge "change vp10_fwd_txfm2d_#x#_sse2 to vp10_fwd_txfm2d_#x#_sse4_1" into nextgenv2
by Angie Chiang
· 9 years ago
2c2b9bd
Merge "Remove redundant code from vp10_fwd_txfm2d.c" into nextgenv2
by Angie Chiang
· 9 years ago
1b75503
Merge "Simplify rounding in vp10_[fwd/inv]_txfm[1/2]d_#x#" into nextgenv2
by Angie Chiang
· 9 years ago
0a9eedf
Merge "Add vp10_fwd_txfm2d_sse2" into nextgenv2
by Angie Chiang
· 9 years ago
f7457f5
Loopfilter fix
by Debargha Mukherjee
· 9 years ago
a416d5b
Fix a build issue
by Yaowu Xu
· 9 years ago
2a6389b
Merge "Fix interpolation values and decouple interintra" into nextgenv2
by Debargha Mukherjee
· 9 years ago
2be211e
Fix interpolation values and decouple interintra
by Debargha Mukherjee
· 9 years ago
6d3fc82
Merge changes Id20526d0,Iee08d975 into nextgenv2
by Debargha Mukherjee
· 9 years ago
48aa76a
Fixed HBD variance unit test on incorrect bit mask operation
by Yi Luo
· 9 years ago
aae7e0f
Merge "Refactor the sub8x8 block motion search control" into nextgenv2
by Jingning Han
· 9 years ago
10232ed
Refactor loopfilter level arrays to 2D.
by Geza Lore
· 9 years ago
511da8c
Rename MI_BLOCK_SIZE and MI_MASK macros.
by Geza Lore
· 9 years ago
615482a
Merge "Use write_modes_b_wrapper throughout." into nextgenv2
by Alex Converse
· 9 years ago
cce6688
Merge "Set block size upper bound for Palette mode" into nextgenv2
by Hui Su
· 9 years ago
9d288bf
Use write_modes_b_wrapper throughout.
by Geza Lore
· 9 years ago
25520d8
change vp10_fwd_txfm2d_#x#_sse2 to vp10_fwd_txfm2d_#x#_sse4_1
by Angie Chiang
· 9 years ago
c75f647
Remove redundant code from vp10_fwd_txfm2d.c
by Angie Chiang
· 9 years ago
f2b311f
Simplify rounding in vp10_[fwd/inv]_txfm[1/2]d_#x#
by Angie Chiang
· 9 years ago
11d2bb5
Add vp10_fwd_txfm2d_sse2
by Angie Chiang
· 9 years ago
cbb8be7
Set block size upper bound for Palette mode
by hui su
· 9 years ago
8d3a4aa
Some fixes/speed-ups on inter-intra part of ext-inter
by Debargha Mukherjee
· 9 years ago
91707ac
Merge "Extend superblock size fo 128x128 pixels." into nextgenv2
by Debargha Mukherjee
· 9 years ago
552d5cd
Extend superblock size fo 128x128 pixels.
by Geza Lore
· 9 years ago
e467627
Merge "Fix for ext_interp experiment" into nextgenv2
by Debargha Mukherjee
· 9 years ago
cd1d01b
Merge "Add new config flag for global motion experiment" into nextgenv2
by Debargha Mukherjee
· 9 years ago
b6238b4
Refactor the sub8x8 block motion search control
by Jingning Han
· 9 years ago
aa6f572
Merge "Palette mode: record selected transform type" into nextgenv2
by Hui Su
· 9 years ago
21ce8b9
Merge "Force the VPX boolcoder trees in the ANS test." into nextgenv2
by Alex Converse
· 9 years ago
37241e6
Merge "Merge branch 'masterbase' into nextgenv2" into nextgenv2
by Yaowu Xu
· 9 years ago
068e799
Fix for ext_interp experiment
by Julia Robson
· 9 years ago
4ab0091
Palette mode: record selected transform type
by hui su
· 9 years ago
78ee831
Merge "Fix a rdcost computation issue in sub8x8 block mode search" into nextgenv2
by Jingning Han
· 9 years ago
c810740
Merge branch 'masterbase' into nextgenv2
by Yaowu Xu
· 9 years ago
7279a47
Merge "Rename run_rd_check to run_mv_search" into nextgenv2
by Jingning Han
· 9 years ago
b534987
Merge "Rework the predicted motion vector for sub8x8 block" into nextgenv2
by Jingning Han
· 9 years ago
d133524
Fix a rdcost computation issue in sub8x8 block mode search
by Jingning Han
· 9 years ago
59d45d6
Rename run_rd_check to run_mv_search
by Jingning Han
· 9 years ago
0586460
Rework the predicted motion vector for sub8x8 block
by Jingning Han
· 9 years ago
4144a11
Merge "Use vp10_[fwd/inv]_txfm2d_add_32x32 for bd 10" into nextgenv2
by Angie Chiang
· 9 years ago
7b22c1d
Force the VPX boolcoder trees in the ANS test.
by Alex Converse
· 9 years ago
89a8174
Merge "Make set_reference control API work in VP9 and VP10" into nextgenv2
by Yunqing Wang
· 9 years ago
14f2d03
Merge "Fix assertion fail in build_intra_predictors" into nextgenv2
by Hui Su
· 9 years ago
33833ae
Merge "Use vp10_[fwd/inv]_txfm2d_add_#x# for bd 10" into nextgenv2
by Angie Chiang
· 9 years ago
46b2344
Use vp10_[fwd/inv]_txfm2d_add_32x32 for bd 10
by Angie Chiang
· 9 years ago
72e29c3
Merge changes I3c72a2d8,I9905f3a8 into nextgenv2
by Alex Converse
· 9 years ago
9aaa3c9
Make set_reference control API work in VP9 and VP10
by Yunqing Wang
· 9 years ago
9ab6e58
Merge "Fixes for Palette mode" into nextgenv2
by Hui Su
· 9 years ago
f24b91c
Fix assertion fail in build_intra_predictors
by hui su
· 9 years ago
86fb813
Merge "vp8-denoiser: Use the same skin detection for model=1 as in vp9."
by Marco Paniconi
· 9 years ago
80bc1d1
Merge "8x8/16x16 HT types V_DCT to H_FLIPADST SSE2 optimization" into nextgenv2
by Yi Luo
· 9 years ago
ee1bd86
Revert "third_party: Roll libwebm snapshot."
by James Zern
· 9 years ago
aa1132d
Merge "third_party: Roll libwebm snapshot."
by Tom Finegan
· 9 years ago
8a128c2
Fixes for Palette mode
by hui su
· 9 years ago
9859dde
Merge "Use speed 2 on superframe test." into nextgenv2
by Alex Converse
· 9 years ago
0aef392
Use speed 2 on superframe test.
by Alex Converse
· 9 years ago
297c91a
Merge "Fix failing test: VP10/SuperframeTest.TestSuperframeIndexIsOptional/0" into nextgenv2
by Alex Converse
· 9 years ago
770bf71
8x8/16x16 HT types V_DCT to H_FLIPADST SSE2 optimization
by Yi Luo
· 9 years ago
c5d118f
Fix failing test: VP10/SuperframeTest.TestSuperframeIndexIsOptional/0
by Alex Converse
· 9 years ago
f94124c
vp9: 1 pass vbr mode at speed 5: switch to use mv.search to NSTEP.
by Marco
· 9 years ago
e63792e
A major speed up for obmc experiment
by Yue Chen
· 9 years ago
d5c6b83
Merge "Fix memory leak and slopiness around the uncompressed ANS buffer." into nextgenv2
by Alex Converse
· 9 years ago
916bdfd
Merge "Recover tile coding performance" into nextgenv2
by Yunqing Wang
· 9 years ago
30097af
Fix memory leak and slopiness around the uncompressed ANS buffer.
by Alex Converse
· 9 years ago
65bea98
Add pluggable bitwriters.
by Alex Converse
· 9 years ago
efd566f
Add pluggable bitreaders.
by Alex Converse
· 9 years ago
f9d77d6
Merge "Speed up ext-intra" into nextgenv2
by Hui Su
· 9 years ago
80ddeb2
third_party: Roll libwebm snapshot.
by Tom Finegan
· 9 years ago
bdcc140
Recover tile coding performance
by Yunqing Wang
· 9 years ago
c85a681
Speed up ext-intra
by hui su
· 9 years ago
07a1fd4
Merge "4x4 hybrid transform type V_DCT to H_FLIPADST SSE2 optimization" into nextgenv2
by Yi Luo
· 9 years ago
5f90713
vp8-denoiser: Use the same skin detection for model=1 as in vp9.
by Marco
· 9 years ago
4970388
4x4 hybrid transform type V_DCT to H_FLIPADST SSE2 optimization
by Yi Luo
· 9 years ago
79dc6c0
Merge changes Id0a490bc,I1b4a0504
by James Zern
· 9 years ago
9cb3664
Fix compiling error in highbd transform unit test
by Jingning Han
· 9 years ago
fa76102
Merge "Fix an enc/dec mismatch issue in DRL experiment" into nextgenv2
by Jingning Han
· 9 years ago
04b4a5f
Merge "Force recode for bad rate misses."
by Paul Wilkins
· 9 years ago
27a6be1
Merge "Fix some HBD scaling bugs."
by Paul Wilkins
· 9 years ago
4823dc3
Fix an enc/dec mismatch issue in DRL experiment
by Jingning Han
· 9 years ago
490ba1a
Port large scale tile coding features from nextgen.
by Geza Lore
· 9 years ago
82762e2
VP9: Eliminate extra mv clamp in decoder
by Scott LaVarnway
· 9 years ago
715d3bb
Merge "Add a TODO for using tile rows while encoding with multiple threads"
by James Zern
· 9 years ago
c20c955
vp9/inverse_transform_block_inter: move eob check
by James Zern
· 9 years ago
f64a30a
vp9/inverse_transform_block_intra: move eob check
by James Zern
· 9 years ago
b433446
Merge "Call vp10_fwd_txfm_4x4 in encode_inter_mb_segment" into nextgenv2
by Angie Chiang
· 9 years ago
ea94451
Merge "Misc. updates for highbd changes" into nextgenv2
by Yi Luo
· 9 years ago
091f080
Add new config flag for global motion experiment
by Sarah Parker
· 9 years ago
813221a
Merge "Allows sub-second frame rates in vp9"
by Johann Koenig
· 9 years ago
5486e1d
Add a TODO for using tile rows while encoding with multiple threads
by Yunqing Wang
· 9 years ago
Next »