Sign in
aomedia
/
avm
/
ee4b3a80dbe5f21985ee7142b0779dd5b9573017
ee4b3a8
blockd,decodeframe.c: remove unused tu_num_y var
by James Zern
· 8 years ago
4ef9a13
entropy.c,build_head_cdfs: remove dead store
by James Zern
· 8 years ago
eb019b8
add --enable-mv-compress to reduce the storage of temporal mv candidate
by zhipin deng
· 8 years ago
4e6a8f3
Fix signed left-shifts added in e93acb2d228c.
by Timothy B. Terriberry
· 8 years ago
cea11f2
Add transform coefficient decode function
by Angie Chiang
· 8 years ago
8cf8364
Use bottom and right blocks' mv for referencing
by Jingning Han
· 8 years ago
6683a21
Add tpl_mv experiment flag
by Jingning Han
· 8 years ago
751f26a
aom_dsp/get_prob: relocate den == 0 test
by James Zern
· 8 years ago
5631019
aom_dsp/get_prob: make clip_prob branchless
by James Zern
· 8 years ago
19d7822
Resolve -Wshorten-64-to-32 warnings in prob.h.
by Alex Converse
· 9 years ago
80b8226
Add lv_map transform coefficient coding function
by Angie Chiang
· 8 years ago
971a596
Add txb_common.h
by Angie Chiang
· 8 years ago
bd57fc5
Add probability/count tables for lv_map experiment
by Angie Chiang
· 8 years ago
1d84847
Make updates to aom app targets in cmake additive.
by Tom Finegan
· 8 years ago
98bc74c
Remove redundant loop in ctx_reset
by Luc Trudeau
· 8 years ago
1bdcc77
Make entropy experiments compatible with TX6X64 and CB4x4.
by Thomas Davies
· 8 years ago
05fdc39
Use default CDF tables when initialising mv probs.
by Thomas Davies
· 8 years ago
1d7db72
Use default CDF tables when initialising mode probs.
by Thomas Davies
· 8 years ago
e686200
Clear MMX FP state in PVQ code.
by Michael Bebenita
· 8 years ago
87aeeb8
Use default CDF tables when initialising coef probs.
by Thomas Davies
· 8 years ago
c21acce
Add lv_map experimental flag
by Angie Chiang
· 8 years ago
33bcd11
improving palette throughput
by Fangwen Fu
· 8 years ago
9837813
Allow disabling the 8-bit (low-bitdepth) operating path.
by Sebastien Alaiwan
· 8 years ago
343c139
ec_multiysmbol: Enable by default
by Alex Converse
· 8 years ago
f3eb840
EC_MULTISYMBOL: make all CDFs have a extra element.
by Thomas Davies
· 8 years ago
005feb6
Add get_plane_type() helper function.
by Luc Trudeau
· 8 years ago
d59fa2a
Use 10 tap for sharp interpolation filter
by Angie Chiang
· 8 years ago
0a2c0cb
Let hbd conv func be flexible
by Angie Chiang
· 8 years ago
2b0eeb1
Fix a compiling error in ext-tx and var-tx
by Jingning Han
· 8 years ago
1857cfa
Remove recon_variance variable from MACROBLOCK
by Jingning Han
· 8 years ago
b5bb3ff
Remove unused av1_build_inter_predictors_sbp()
by Jingning Han
· 8 years ago
5effe3f
Avoid sending tx type for ext_tx reduced set for sub 8x8
by Sarah Parker
· 8 years ago
d8941da
Remove inlier_map argument from ransac methods.
by emilkeyder@google.com
· 8 years ago
31b6a4f
Add chroma 2x2 block experiment
by Jingning Han
· 8 years ago
282f411
Add chroma_2x2 experimental flag
by Jingning Han
· 8 years ago
45390c1
Change gm_get_motion_vector
by David Barker
· 8 years ago
a0dae60
Expand cmake inline detection.
by Tom Finegan
· 8 years ago
44f7c83
Tidy up cmake include order in aom_configure.cmake.
by Tom Finegan
· 8 years ago
3212384
Store cmake config in aom_config.c.
by Tom Finegan
· 8 years ago
85ef234
Add cmake utility functions for setting C/CXX/AS/LD flags.
by Tom Finegan
· 8 years ago
37e0cb1
Make cmake function naming consistent.
by Tom Finegan
· 8 years ago
85ac13e
Move aom_dsp cmake stuff into aom_dsp/aom_dsp.cmake.
by Tom Finegan
· 8 years ago
3abc277
Enable palette by default.
by Urvang Joshi
· 8 years ago
f0179c3
Fix bottom ref condition for intra prediction in cb4x4
by Jingning Han
· 8 years ago
30ba4b4
Fix some includes in global_motion.{c,h}.
by emilkeyder@google.com
· 8 years ago
043de63
Turn off has_subpel_mv_component check
by Angie Chiang
· 8 years ago
e7e3720
Enable av1_is_interp_needed in handle_inter_mode
by Angie Chiang
· 8 years ago
cc71508
Another fix for building pvq and palette together
by Yushin Cho
· 8 years ago
8176081
SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit.
by Urvang Joshi
· 8 years ago
9210981
palette: Use some enums / defines
by Alex Converse
· 8 years ago
e580092
Fix the build error when pvq and pallete are both enabled
by Yushin Cho
· 8 years ago
1b5bd29
Remove redundant full-pixel check from rdopt.c
by Angie Chiang
· 8 years ago
ea576f3
Fix block encoding stage inter mode operation
by Jingning Han
· 8 years ago
36fe320
Skip non-reference position chroma uv intra mode coding
by Jingning Han
· 8 years ago
9ce464c
Account for the re-scheduled sub8x8 chroma block order
by Jingning Han
· 8 years ago
edc62f7
Fix chroma intra prediction reference check
by Jingning Han
· 8 years ago
8efdbc8
Skip 2x2 uv block in the rd search loop
by Jingning Han
· 8 years ago
c20dc8e
Sync sub8x8 chroma component decoding process
by Jingning Han
· 8 years ago
f71d561
Make convolve_round works without dual_filter
by Angie Chiang
· 8 years ago
a3a30c4
No round in the second interp stage in conv_round
by Angie Chiang
· 8 years ago
8c019d5
Test average in av1_convolve_horiz/vert
by Angie Chiang
· 8 years ago
a60da3b
Use buffer vector to manage input/output buffer
by Angie Chiang
· 8 years ago
08542b9
Reduce transform set for 16x32/32x16
by Debargha Mukherjee
· 8 years ago
f24cea3
Add toolchain file for x86 macos cmake builds.
by Tom Finegan
· 8 years ago
1264fde
Add cmake toolchain for x86 support on linux.
by Tom Finegan
· 8 years ago
8f1252d
Fix cmake build: Add default for CONFIG_XIPHRC.
by Tom Finegan
· 8 years ago
6c65278
Increase global motion translation precision
by David Barker
· 8 years ago
db4e499
Remove av1_is_interp_needed from update_state##
by Angie Chiang
· 8 years ago
38edf68
Simplify write_mb_interp_filter code flow
by Angie Chiang
· 8 years ago
97d102e
Enable ec-adapt automatically if pvq is enabled
by Yushin Cho
· 8 years ago
dd1ca30
Reimplement av1_convolve unit test
by Angie Chiang
· 8 years ago
b39378e
Fix the bug that prevents both pvq and ec_adapt work together
by Yushin Cho
· 8 years ago
e68a3e4
Add default reduced set for ext-tx
by Sarah Parker
· 8 years ago
9198d13
Rearrange self-guided filter for vectorization
by David Barker
· 8 years ago
c5958db
Clean up convolve.c
by Angie Chiang
· 8 years ago
e06132e
get_pred_context_switchable_interp: remove redundant conditions.
by Urvang Joshi
· 8 years ago
a5d892b
Don't rely on signed-integer overflow to detect out-of-range values.
by Sebastien Alaiwan
· 8 years ago
1a02439
Huge speedup for range checking.
by Sebastien Alaiwan
· 8 years ago
18c53c8
Re-schedule sub8x8 chroma component encoding process
by Jingning Han
· 8 years ago
0143513
Merging the dering and clpf experiments into a single experiment: CDEF
by Jean-Marc Valin
· 8 years ago
a067172
Remove ATTRIBUTE_PACKED from InterpFilter which broke something
by Steinar Midtskogen
· 8 years ago
475d419
Remove av1_foreach_transformed_block() function
by Jingning Han
· 8 years ago
f828d40
Refactor build_inter_predictors_for_planes()
by Jingning Han
· 8 years ago
2e9773f
Require explicit request for generic CPU at cmake generation time.
by Tom Finegan
· 8 years ago
b353a8e
Remove tx_size_prob from compressed header with EC_ADAPT.
by Nathan E. Egge
· 8 years ago
5e76162
ext-intra and filter-intra: use switchable transform type
by hui su
· 8 years ago
a9b174b
InterpFilter type: Create an enum.
by Urvang Joshi
· 8 years ago
0a79a1b
Change to use correct size
by Yaowu Xu
· 8 years ago
4be1262
Replace division in self-guided filter
by Debargha Mukherjee
· 8 years ago
5dfa930
Support trapezoidal models for global motion
by Debargha Mukherjee
· 8 years ago
15dbc1a
Avoid unused variable warnings when CLPF and dering are enabled.
by Thomas Daede
· 8 years ago
2ea519e
Use tx_size_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
5c20729
Remove PVQ_CHROMA_RD codes
by Yushin Cho
· 8 years ago
d9ad054
Disabling second dering filter when CLPF is enabled.
by Jean-Marc Valin
· 8 years ago
4d4cbc9
Use 8tap sharp filter for UV plane
by Angie Chiang
· 8 years ago
51c048e
aomenc: Don't print warning in quiet mode.
by Urvang Joshi
· 8 years ago
002e7b7
Implement a new rate control system
by Rostislav Pehlivanov
· 8 years ago
ed8e2d2
NEW_TOKENSET: modify trellis and coeff costs.
by Thomas Davies
· 8 years ago
e568e6f
[ext-intra] fix bug in sample interpolation when dy < 0
by Joe Young
· 8 years ago
7a08fe5
unify the way to count tx_size in encode&decode
by Yaowu Xu
· 8 years ago
Next »