Sign in
aomedia
/
avm
/
27e9029579e9de1d2e7d2b899f68fd67f19d92e7
/
av1
/
encoder
/
rdopt.c
27e9029
Pack InterpFilters into a single integer
by Rupert Swarbrick
· 8 years ago
c5a1f26
Make braces matchable in vi for select_tx_block()
by Yushin Cho
· 8 years ago
0bdea0d
Remove compile guards for CONFIG_EXT_INTER
by Sebastien Alaiwan
· 8 years ago
2f025aa
[dist-8x8] Bug fix - exclude invisible pixels
by Yushin Cho
· 8 years ago
9293bce
Remove experiment speed_refs
by Yaowu Xu
· 8 years ago
6066913
[CFL] Replace clamp_pixel with clip_pixel
by Luc Trudeau
· 8 years ago
7a47170
Fix a couple MSVC compiling warnings
by Yaowu Xu
· 8 years ago
d15e7c1
Enable hash based motion estimation in IntraBC
by RogerZhou
· 8 years ago
4e26d66
[CFL] Move Subsampling in Store
by Luc Trudeau
· 8 years ago
593d02c
[CFL] Compute and Subtract Average on the Fly
by Luc Trudeau
· 8 years ago
25645b7
Only use fast optimize_b in rd loop for lv_map
by Angie Chiang
· 8 years ago
91357ee
Replace DC_PRED with UV_DC_PRED for chroma
by Luc Trudeau
· 8 years ago
761b1ac
ext-partition: Don't read not-yet-decoded values
by David Barker
· 8 years ago
a0af3b5
[CFL] Subsample to Q3
by Luc Trudeau
· 8 years ago
ead552a
Fix ASAN warnings with PVQ
by Yushin Cho
· 8 years ago
b05eeae
[CFL] Store Reconstructed Luma for Intra In Inter
by Luc Trudeau
· 8 years ago
ba40b52
Turn off mistakenly turned on DISABLE_TRELLISQ_SEARCH
by Yushin Cho
· 8 years ago
8e75e8b
Improve dist-8x8
by Yushin Cho
· 8 years ago
032ab8b
Move local functions out of blockd.h
by Hui Su
· 8 years ago
c00769a
[dist-8x8] Enable early-exit, if MSE is used
by Yushin Cho
· 8 years ago
75a6f87
Fix merge conflict
by Jingning Han
· 8 years ago
ddbcde2
Refactor the ext-tx experiment
by Hui Su
· 8 years ago
772cb13
Fix compiler error when dist-8x8
by Jingning Han
· 8 years ago
f06faea
Fix compiler warning in block_rd_txfm
by Rupert Swarbrick
· 8 years ago
3bbcede
Revert "Fix warning about sub8x8tx_in_gte8x8blk_in_plane0"
by Angie Chiang
· 8 years ago
863efac
Fix warning about sub8x8tx_in_gte8x8blk_in_plane0
by Angie Chiang
· 8 years ago
24d2d5d
Fix a compiler warning
by Yunqing Wang
· 8 years ago
a66a2cb
[CFL] CfL for Intra frames only
by Luc Trudeau
· 8 years ago
3b63524
Adaptive Motion Vector Resolution
by RogerZhou
· 8 years ago
f1cf717
[CFL] Use MAX_NUM_TXB_SQUARE instead of MAX_NUM_TXB
by Luc Trudeau
· 8 years ago
f24a35f
Convert to PREDICTION_MODE for is_directional
by Luc Trudeau
· 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
7166f22
Add a q index based frame superres mode
by Debargha Mukherjee
· 8 years ago
1f7c411
Fix Dead Store in rdopt.c
by Luc Trudeau
· 8 years ago
ee81027
Fix a static analyzer warning
by Yushin Cho
· 8 years ago
5b2021e
[CFL] Fix typedef-redefinition compiler warnings
by David Michael Barr
· 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
99e7daa
Tokenize and write mrc mask
by Sarah Parker
· 8 years ago
5f8f7a1
ncobmc-adapt-weight: update motion mode on the second pass
by Wei-Ting Lin
· 8 years ago
3748bc2
palette-delta-encoding: remove dependency on above SB row
by Hui Su
· 8 years ago
1ddf231
Encoder speedup: buffer TX RD search results
by Hui Su
· 8 years ago
a424551
Update cdf and mode rate per superblock in RDO
by Yue Chen
· 8 years ago
2088528
Remove motion_mode_wrapper
by Wei-Ting Lin
· 8 years ago
3122b7d
ncobmc-adapt-weight: refactoring the mode selection function
by Wei-Ting Lin
· 8 years ago
fcddadf
Fix compile warnings for av1_dist_8x8()
by Yushin Cho
· 8 years ago
c5563a4
ncobmc-adapt-weight: add interpolation mode search functions
by Wei-Ting Lin
· 8 years ago
4eafefe
apply clang-format
by clang-format
· 8 years ago
3ac2093
Enable altref2 by default and merge it into ext-refs
by Zoe Liu
· 8 years ago
e981491
Fix zero block rate estimate in lv-map
by Jingning Han
· 8 years ago
0401e89
[Palette] Fix partial colormap memcpy
by Luc Trudeau
· 8 years ago
fcca37a
[CFL] Move store flag to CFL_CTX
by Luc Trudeau
· 8 years ago
32306c2
[CFL] Reorganize Reconstructed Pixel Buffering
by Luc Trudeau
· 8 years ago
01a9d70
Revert "Update cdf and mode rate per superblock in RDO"
by James Zern
· 8 years ago
b855b8e
Update cdf and mode rate per superblock in RDO
by Yue Chen
· 8 years ago
ac88970
Add encoder support for ext-comp-refs + altref2
by Zoe Liu
· 8 years ago
cf85d5c
Separate horiz/vert/2d txfm's nz ctx in lv_map
by Angie Chiang
· 8 years ago
da816a1
Use more strict RD upper bound in RD search
by Hui Su
· 8 years ago
0cf4d9f
Refactor palette functions to write a general color map
by Sarah Parker
· 8 years ago
c0cea7f
Refactor iteration over neighbours for OBMC
by Rupert Swarbrick
· 8 years ago
811bba7
Silence warnings when warped_motion is disabled
by Cheng Chen
· 8 years ago
918fe69
Refactor lgt
by Lester Lu
· 8 years ago
6793279
rdopt: make ADST_FLIP_SVM array static
by James Zern
· 8 years ago
91a1cf9
Let DISABLE_TRELLISQ_SEARCH configurable
by Angie Chiang
· 8 years ago
3627de2
Change av1_cost_coeffs_txb's interface
by Angie Chiang
· 8 years ago
680b9b1
Prevent bitstream from signaling illegal compound types
by Sarah Parker
· 8 years ago
400bf65
Remove dpcm-intra experiment
by Hui Su
· 8 years ago
e30a47c
cdef-dist and daala-dist is runtime switchable
by Yushin Cho
· 8 years ago
38e560c
[CFL] Move CFL cost table to struct macroblock
by David Michael Barr
· 8 years ago
9c0e451
Add rate computation to palette
by Sarah Parker
· 8 years ago
5510433
Introduce runtime switch for dist_8x8
by Yushin Cho
· 8 years ago
5a97883
Add dependency of ext-comp-refs on one-sided-compound
by Zoe Liu
· 8 years ago
ac87049
Fix CONFIG_PVQ support in the CMake build.
by Tom Finegan
· 8 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
d565529
Revert "Refactor and generalise OBMC prediction code"
by Yunqing Wang
· 8 years ago
de6f072
Fix inter path for mrc-tx
by Sarah Parker
· 8 years ago
c6300aa
Remove PALETTE flag
by Urvang Joshi
· 8 years ago
c9e71d4
Make palette work correctly with chroma sub8x8 blocks.
by Urvang Joshi
· 8 years ago
89a015b
cosmetics,rdopt.c: fix some typos
by James Zern
· 8 years ago
29824a4
Refactor and generalise OBMC prediction code
by Rupert Swarbrick
· 8 years ago
6f9cd94
ext-partition-types: Don't allow 4:1 blocks to use palettes
by Rupert Swarbrick
· 8 years ago
cc5d35d
hash based motion estimation for screen data
by RogerZhou
· 8 years ago
9d4cbb8
Esthetic changes to choose_intra_uv_mode
by Luc Trudeau
· 8 years ago
c5ccd4c
Avoid using MRC_DCT when the mask produced is invalid
by Sarah Parker
· 8 years ago
c49177e
New experiment, CDEF-DIST
by Yushin Cho
· 8 years ago
2e08d96
Add macros to turn off inter and intra mrc_dct separately
by Sarah Parker
· 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
4508d88
Fix a build error when ext-tx is off
by Zoe Liu
· 8 years ago
bc030ee
Fix build warnings when global_motion is off
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
bdc8dab
motion_var: computer motion_mode_cost from cdf
by Yue Chen
· 8 years ago
f6eaa15
[CFL] Uniform Q3 alpha grid with extent [-2, 2]
by David Michael Barr
· 8 years ago
a4817a6
Fix dist_8x8 broken with 3bce7547b
by Yushin Cho
· 8 years ago
6e1cd78
[CFL] New UV_PREDICTION_MODE for CFL
by Luc Trudeau
· 8 years ago
1a7f0a8
Conditionally skip inverse transform in transform block RD
by Jingning Han
· 8 years ago
16a9df7
Reduce best rdcost value in transform partition search
by Jingning Han
· 8 years ago
d6bdd46
rect_tx_ext: work with var_tx
by Yue Chen
· 8 years ago
d6d9eee
[CFL] UV_PREDICTION_MODE
by Luc Trudeau
· 8 years ago
Next »