Sign in
aomedia
/
avm
/
da8be9ab2ba1f2a63d1bd0036d9a7bdda9d57744
da8be9a
CLPF: Don't assume sb size=64 and w&h multiple of 8 + valgrind fix.
by Steinar Midtskogen
· 9 years ago
cdfb981
Silence some harmless compiler warnings in CLPF.
by Steinar Midtskogen
· 9 years ago
df9bb76
Remove add_token_no_extra.
by Alex Converse
· 9 years ago
06cce84
Remove unused aom_rans_build_cdf_from_pdf.
by Alex Converse
· 9 years ago
f3b0007
Use constrained tokenset with --enable-daala_ec.
by Nathan E. Egge
· 9 years ago
e1f9e33
Update segment tree_cdf per frame.
by Nathan E. Egge
· 9 years ago
ef44602
Add the tool used to generate the constrained tokenset.
by Alex Converse
· 9 years ago
af98507
Remove the starting zero from ANS CDFs.
by Alex Converse
· 9 years ago
e325478
Two minor improvements from libvpx
by Yaowu Xu
· 9 years ago
019eb3d
Minor formatting changes from libvpx
by Yaowu Xu
· 9 years ago
8f00dda
Replace "inline" with "INLINE"
by Yaowu Xu
· 9 years ago
0186a7e
Refactor tx_size use case in block encoding stage
by Jingning Han
· 9 years ago
a2495c2
Refactor tx_size use case in the RD loop
by Jingning Han
· 9 years ago
f826ebd
Correct formatting
by Yaowu Xu
· 9 years ago
7332ae0
Refactor tx_size use cases in blockd.c
by Jingning Han
· 9 years ago
d46cecf
psnr.c: unsigned to signed
by Yaowu Xu
· 9 years ago
2e3fedd
Fix a number of typos and improve formatting
by Yaowu Xu
· 9 years ago
5167323
Simplify variable defs in av1_predict_intra_block
by Jingning Han
· 9 years ago
bfd8d30
Refactor tx_size to pixel number mapping in reconintra.c
by Jingning Han
· 9 years ago
be25f50
Fix an include order
by Yaowu Xu
· 9 years ago
d99e8be
Restore the use of "vpxor" instructions
by Yaowu Xu
· 9 years ago
9662fde
Refactor tx_size step use cases in decoder
by Jingning Han
· 9 years ago
c9f1073
Add tx_size_1d_in_unit table
by Jingning Han
· 9 years ago
f46b118
Fix clang-format warnings in aom_dsp/simd/v64_intrinsics_arm.h
by Jingning Han
· 9 years ago
a55444c
Fix msvc build warnings:
by Yaowu Xu
· 9 years ago
b87cc92
Added generic SIMD support for CLPF.
by Steinar Midtskogen
· 9 years ago
992cf8a
Added generic SIMD library supporting x86 SSE2+ and ARM NEON.
by Steinar Midtskogen
· 9 years ago
220c645
Fix gcc compiler warnings in ref-mv
by Jingning Han
· 9 years ago
02b3af0
Refactor tx_size to pixel number in decodeframe.c
by Jingning Han
· 9 years ago
8876a3a
Add tx_size to pixel number map
by Jingning Han
· 9 years ago
ab2889d
Fix a bug in high-bit-depth encoding
by Yunqing Wang
· 9 years ago
6796e7f
Remove some useless casts
by Urvang Joshi
· 9 years ago
764d126
Move palette code from libvpx/nextgenv2 to aomedia.
by Urvang Joshi
· 9 years ago
bae8c51
Fix motion vector out of range bugs
by Yunqing Wang
· 9 years ago
dedc014
Remove stale OD_ACCOUNTING code.
by Michael Bebenita
· 9 years ago
53c1bbb
Revert code formatting of OD_UNIFORM_CDFS_Q15.
by Nathan E. Egge
· 9 years ago
6d69e9c
Fix -Wdeclaration-after-statement warning.
by Nathan E. Egge
· 9 years ago
52861ad
Consolidate counts into update_stats
by Brennan Shacklett
· 9 years ago
0883bc1
Removing Daala-specific deringing code
by Jean-Marc Valin
· 9 years ago
b9c9935
Remove an erroneous declaration.
by Alex Converse
· 9 years ago
56c9c3b
Fix ANS build.
by Alex Converse
· 9 years ago
5030fa5
Use a quantizer-based threshold rather than full search for deringing
by Jean-Marc Valin
· 9 years ago
3161af6
Deringing cleanup: remove DERING_REFINEMENT (always on now)
by Jean-Marc Valin
· 9 years ago
57fa626
Remove color_index_map
by Brennan Shacklett
· 9 years ago
b9a564a
Only send segment probabilities when updated.
by Nathan E. Egge
· 9 years ago
4790a69
Add compiler warning flag -Wextra and fix related warnings.
by Urvang Joshi
· 9 years ago
45592a3
Remove multiple coefficient buffers from PICK_MODE_CONTEXT
by Brennan Shacklett
· 9 years ago
180acb9
Remove x->zcoeff_blk
by Brennan Shacklett
· 9 years ago
8e67697
Avoid unnecessary reencode in choose_largest_tx_size
by Guillaume Martres
· 9 years ago
a5c4469
Create aom_cdf_prob type for 16-bit probabilities.
by Nathan E. Egge
· 9 years ago
4bdf520
Rename daala_read_tree_cdf() to daala_read_symbol().
by Nathan E. Egge
· 9 years ago
4081013
Declare some array sizes to be constants (known at compile time).
by Urvang Joshi
· 9 years ago
6272db0
Add 2x2 directional intra predictors
by Jingning Han
· 9 years ago
db94991
Add 2x2 intra predictors
by Jingning Han
· 9 years ago
49e1aaa
EXT_INTRA experiment: fix shadowed declarations.
by Urvang Joshi
· 9 years ago
6391fd6
Remove encode_breakout and related speed features
by Brennan Shacklett
· 9 years ago
25729f1
Skip the empty symbol in ANS symbol lookup.
by Alex Converse
· 9 years ago
5592b69
Add cb4x4 experimental flag
by Jingning Han
· 9 years ago
ba72ccd
Refactor extrabits packing
by Alex Converse
· 9 years ago
21f7e0d
Fix shadowed variable declaration with misc fixes.
by Nathan E. Egge
· 9 years ago
9ac7a9d
Rename aom_read_tree_cdf() to aom_read_symbol().
by Nathan E. Egge
· 9 years ago
b6ec638
Fix warning when discarding const qualifier.
by Nathan E. Egge
· 9 years ago
1abb1df
clang-format clpf.c
by Alex Converse
· 9 years ago
953f086
Add complier warning -wunused and related fixes.
by Urvang Joshi
· 9 years ago
d847070
Remove unused PICK_MODE_CONTEXT::is_coded.
by Yushin Cho
· 9 years ago
f883962
yv12config.c: remove dead CONFIG_ALPHA code
by Yaowu Xu
· 9 years ago
de9089f
Rename MI_BLOCK_SIZE and MI_MASK macros
by Yaowu Xu
· 9 years ago
6885324
apply clang-format
by clang-format
· 9 years ago
06b2eb5
.clang-format: disable DerivePointerAlignment
by James Zern
· 9 years ago
1b5b67f
Fix style error in dkboolreader.h
by Brennan Shacklett
· 9 years ago
05a62c0
Fix eobs buffer overflow caused by SSSE3 quantize_fp
by Brennan Shacklett
· 9 years ago
de2ba4f
Remove unused array 'last_frame_seg_map_copy'.
by Urvang Joshi
· 9 years ago
4c46278
Add aom_reader_tell() support.
by Michael Bebenita
· 9 years ago
c02bf30
Disable the unit test of ArfFreqTest for ext-refs.
by Zoe Liu
· 9 years ago
b518d729
Fix the superframe unit test for ext-refs
by Zoe Liu
· 9 years ago
b96cbc4
Fix warnings reported by -Wshadow: Part6: main directory
by Urvang Joshi
· 9 years ago
23dcada
aom/{aom_encoder,aomcx}.h: rm leftover SVC refs
by James Zern
· 9 years ago
f975ac5
Temporary fix for 4X8 block intra prediction.
by Brennan Shacklett
· 9 years ago
521653d
Linearize extrabits writing.
by Alex Converse
· 9 years ago
be02958
Fix warnings reported by -Wshadow: Part3: test/ directory
by Urvang Joshi
· 9 years ago
72d3ba8
Add weighted motion search for obmc predictor
by Yue Chen
· 9 years ago
dd8b914
Fix misc clang-format errors
by Brennan Shacklett
· 9 years ago
bb46b31
Prevent potential token buffer overflow in format 444
by Jingning Han
· 9 years ago
2dff042
Don't run the deringing filter on skipped blocks within a superblock
by Jean-Marc Valin
· 9 years ago
f7d75ce
Don't dering skipped superblocks
by Jean-Marc Valin
· 9 years ago
2a876b4
aom_realloc correction.
by Urvang Joshi
· 9 years ago
83c95f5
aom_mem: Refactor code
by Urvang Joshi
· 9 years ago
1904379
Rename aom_write_tree_cdf() to aom_write_symbol().
by Nathan E. Egge
· 9 years ago
de89c69
Update partition_cdf per frame.
by Nathan E. Egge
· 9 years ago
7384573
Update inter_ext_tx_cdf per frame.
by Nathan E. Egge
· 9 years ago
785e975
Update intra_ext_tx_cdf per frame.
by Nathan E. Egge
· 9 years ago
c5d255d
Change enum names of frame context index
by Jingning Han
· 9 years ago
c0386e8
ext-intra: squeeze the derivative table
by hui su
· 9 years ago
7c1c078
Separate frame context index for different frame types
by Jingning Han
· 9 years ago
2478bed
Port SIMD optimization for obmc blending functions to av1
by Yue Chen
· 9 years ago
863b049
Fix warnings reported by -Wshadow: Part2: av1 directory
by Urvang Joshi
· 9 years ago
378c618
Fix clang-format warning for bitstream.c
by Urvang Joshi
· 9 years ago
8cf6f15
Move simd optimization of 10/12 taps convolve function to AOM
by Angie Chiang
· 9 years ago
30abc08
Fix warnings reported by -Wshadow: Part1b: scan_order struct and variable
by Urvang Joshi
· 9 years ago
0d22b52
Update switchable_interp_cdf once per frame.
by Nathan E. Egge
· 9 years ago
Next »