Sign in
aomedia
/
avm
/
73bc2aa34b801e5b9de240aef168c2c9f933c021
/
av1
/
encoder
/
rdopt.c
73bc2aa
Rework hash map for txk-sel
by Jingning Han
· 7 years ago
b80466f
Refactor transform kernel search
by Jingning Han
· 7 years ago
62497a8
Turn on txk-sel by default
by Jingning Han
· 7 years ago
ba575a0
quiet warnings with CONFIG_DEBUG
by James Zern
· 7 years ago
7167d95
Reduce memory usage of inter_tx_size[] in MB_MODE_INFO
by Hui Su
· 7 years ago
648bf58
Remove CONFIG_FRAME_MARKER flag
by Debargha Mukherjee
· 7 years ago
1fa9ba4
Revert "Reduce memory usage of inter_tx_size[] in MB_MODE_INFO"
by Jonathan Matthews
· 7 years ago
8fdc31f
Don't prune tx types when cb_partition_scan is true
by Hui Su
· 7 years ago
52bde84
Prevent integer overflow
by Yaowu Xu
· 7 years ago
4489c26
Enable 2-pass coding block partition search
by Jingning Han
· 7 years ago
c58ccc3
Add partition search speed feature
by Jingning Han
· 7 years ago
8f47f70
Fix the fast tx type search feature with txk-sel on
by Hui Su
· 7 years ago
1379beb
Reduce memory usage of inter_tx_size[] in MB_MODE_INFO
by Hui Su
· 7 years ago
7ed7e1f
one level less of tx size search for blocks larger than 64
by Hui Su
· 7 years ago
eb8f5e8
Conditionally skip transform block partition search
by Jingning Han
· 7 years ago
12049df
txk-sel: support the fast tx type search feature
by Hui Su
· 7 years ago
35c82b4
txk-sel: support tx pruning speed feature
by Hui Su
· 7 years ago
6bbd932
Move the tx pruning flags into MACROBLOCK
by Hui Su
· 7 years ago
c30c18f
Skip intra modes in interframe prediction
by Cheng Chen
· 7 years ago
7c71cc0
Use reduced_tx_set_used for all av1_get_tx_type calls
by Sarah Parker
· 7 years ago
717ce09
Remove kf_ctx experiment flag
by Hui Su
· 7 years ago
02e8415
intrabc: support txk-sel
by Hui Su
· 7 years ago
6001e04
Correctly handle transform type cost
by Hui Su
· 7 years ago
2fae28b
[CFL] Independent search termination for plane and sign
by David Michael Barr
· 7 years ago
92245c8
Avoid out of bound array access
by Yaowu Xu
· 7 years ago
5859636
Remove DAALA_TX experiment
by Sebastien Alaiwan
· 7 years ago
3c22260
Skip txfm search
by Cheng Chen
· 7 years ago
4e71fd9
Re-enable the tx type pruning speed feature
by Hui Su
· 7 years ago
66965a2
Use meaningful names in txk-sel rd control
by Jingning Han
· 7 years ago
c502421
Clean up and rework rates in motion_mode_rd()
by Yue Chen
· 7 years ago
fa8bad1
Simplify context identification for coding ref frames
by Zoe Liu
· 7 years ago
4a5c6cf
Move av1_search_txk_type() to rdopt.c
by Hui Su
· 7 years ago
82775f6
Record total rate cost in trellis
by Cheng Chen
· 7 years ago
8db5f17
Skip RD search over lst 2/3 frame for non-nearest neighbor mvs
by Jingning Han
· 7 years ago
dd8600f
Support rd model in txk sel search
by Jingning Han
· 7 years ago
206d22f
Code cleanup in rdopt.h
by Hui Su
· 7 years ago
751a233
Remove av1_cost_bit()
by Hui Su
· 7 years ago
af8e264
Don't calculate chroma data in monochrome mode
by Imdad Sardharwalla
· 7 years ago
b6d058d
Add intra_mode_info_cost_uv()
by Hui Su
· 7 years ago
79c763b
Remove ext_intra experimental flag
by Hui Su
· 7 years ago
4665f09
Add intra_mode_info_cost_y()
by Hui Su
· 7 years ago
7cd2e11
[dist-8x8] Move asserts behind DEBUG_DIST_8X8 flag
by Yushin Cho
· 7 years ago
568d0a9
Make sure macro expansion working under MSVC
by Yaowu Xu
· 7 years ago
083e842
Add a small clean up on the unified use of mbmi
by Zoe Liu
· 7 years ago
db68555
Add av1_get_palette_mode_ctx()
by Hui Su
· 7 years ago
cdef3b3
Fix a bug in intra_block_yrd()
by Hui Su
· 7 years ago
be5ca55
Fix ref_mv_idx offset in rdopt.c
by Imdad Sardharwalla
· 7 years ago
00121ed
Rework fast tx type search speed feature for intra frame
by Hui Su
· 7 years ago
99350a6
Remove obsolete code about "FIXED_TX_TYPE"
by Hui Su
· 7 years ago
84dc6e9
Fix inter block detection in get_tx_size_context()
by David Barker
· 7 years ago
7ebfaf4
Fix data overflow in interintra rd
by Yue Chen
· 7 years ago
978152a
Remove flag ALLOW_INTRA_EXT_TX
by Urvang Joshi
· 7 years ago
6cf2b46
Add option to use fp quant when new-quant is used
by Debargha Mukherjee
· 7 years ago
f9cf5b6
Minor refactor
by Cheng Chen
· 7 years ago
cb3a8ef
[CFL] separate uv_mode CDFs, split on is_cfl_allowed
by David Michael Barr
· 7 years ago
5f4f738
Store and use single_newmv correctly
by Yunqing Wang
· 7 years ago
3558a8c
Remove experimental flag of REF_ADAPT
by Sebastien Alaiwan
· 7 years ago
c05a4aa
Fix valgrind error in av1_rd_pick_inter_mode_sb()
by Hui Su
· 7 years ago
b8aa399
Refactor and speed-up interintra RDO
by Yue Chen
· 7 years ago
ae9ec67
Code simplification
by Hui Su
· 7 years ago
fbb75a9
Support tx depth search speed feature for intra blocks
by Hui Su
· 7 years ago
5b8c5fd
fix bug to use b_quantizer when trellis quantization is disabled.
by Ryan
· 7 years ago
6217782
Drop repeated tx size search from intra mode txfm RD
by Jingning Han
· 7 years ago
5ebd870
Add an identity scale factor in AV1_COMMON
by Hui Su
· 7 years ago
fbab062
hash_based_trellis speed feature
by Michelle Findlay-Olynyk
· 7 years ago
29bd589
intrabc: correctly store blk_skip[]
by Hui Su
· 7 years ago
48d3e63
joint_motion_search: Make assumption explicit.
by Urvang Joshi
· 7 years ago
4a6977a
Refactor jnt_comp into handle_inter_mode
by Cheng Chen
· 7 years ago
df68231
Assign array element's size to copy size in memcpy
by Angie Chiang
· 7 years ago
6934c78
Merge txmg & drop support of non-scaled transforms
by Sebastien Alaiwan
· 7 years ago
213ce98
Revert "Fix warnings: unused variable ‘plane_bsize’"
by Luc Trudeau
· 7 years ago
12384b1
Properly restore the blk_skip array in inter frame
by Jingning Han
· 7 years ago
0bdf5f5
Remove probability model for comp_ref and comp_bwdref
by Hui Su
· 7 years ago
a7e3bfe
Remove probability model for uni_comp_ref
by Hui Su
· 7 years ago
504f4a8
Remove unused macro USE_EXTRA_FILTER
by Yunqing Wang
· 7 years ago
6b3d1e3
Remove probability model for comp_ref_type
by Hui Su
· 7 years ago
60db3c9
Make txk-sel support cfl in key frame coding
by Jingning Han
· 7 years ago
159f72c
Replace full txfm rd search with luma writing
by Jingning Han
· 7 years ago
c5c3703
Fix txk-sel rd search in the key frames
by Jingning Han
· 7 years ago
3d30b4b
Remove probability model for single ref frames
by Hui Su
· 7 years ago
d3c13e8
Remove sample sorting in warped motion sample selection
by Yunqing Wang
· 7 years ago
9d0c03d
Remove probablity model for the comp_inter flag
by Hui Su
· 7 years ago
5ef90ce
Initialize skip_txfm_sb flag in motion_mode_rd()
by Hui Su
· 7 years ago
571e1cb
Make filter intra RD search support txk-sel
by Jingning Han
· 7 years ago
2ba7d20
Make av1_cost_coeffs() inline
by Linfeng Zhang
· 7 years ago
8f699e0
Prevent overflow when distortion is INT64_MAX
by Yaowu Xu
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
9abda59
Fix warnings: unused variable ‘plane_bsize’
by Linfeng Zhang
· 7 years ago
6f90fb2
Avoid changing motion_mode after rd search
by Angie Chiang
· 7 years ago
62fe78e
Remove ext-warped-motion part2
by Yunqing Wang
· 7 years ago
6396d3a
Bake in large chroma transforms for inter/intra
by Debargha Mukherjee
· 7 years ago
792c2ec
Merge FINAL_PASS_TRELLIS_OPT with DISABLE_TRELLISQ_SEARCH
by Sarah Parker
· 7 years ago
8b618f6
Palette: enable all partitions no larger than 64x64
by Hui Su
· 7 years ago
439ba63
[CFL] Code cleaning and Fix for TXK_SEL
by Luc Trudeau
· 7 years ago
c02b411
Skip av1_cost_coeffs_txb() when eob is 0
by Linfeng Zhang
· 7 years ago
8aec7f3
Make chroma loopfiltering tx_sizes consistent
by Debargha Mukherjee
· 7 years ago
80592c7
Option to disable small tx size for intra chroma
by Debargha Mukherjee
· 7 years ago
4a8ea37
Check tx_size before trying filter_intra in speed 3 setting
by Yue Chen
· 7 years ago
eb2fd5c
intrabc: enable 16x4 and 4x16 blocks
by Hui Su
· 7 years ago
c1f411b
Palette: modify the context slightly
by Hui Su
· 7 years ago
Next »