Sign in
aomedia
/
avm
/
18c53c818b6b0dc610fb1ee482b46826b2143245
/
av1
/
common
/
blockd.h
18c53c8
Re-schedule sub8x8 chroma component encoding process
by Jingning Han
· 8 years ago
475d419
Remove av1_foreach_transformed_block() function
by Jingning Han
· 8 years ago
5e76162
ext-intra and filter-intra: use switchable transform type
by hui su
· 8 years ago
55ce9e0
apply clang-format
by clang-format
· 8 years ago
19e7aa8
Remove interp filter for non-translation global mv
by Yue Chen
· 8 years ago
9b02b0e
deblocking_across_tiles->loopfilter_across_tiles
by Ryan Lei
· 8 years ago
56ba91b
Palette: Don't store tokens for pixels outside image boundary.
by Urvang Joshi
· 8 years ago
e1c0929
Convert PVQ skip variable to enum
by ltrudeau
· 8 years ago
839467f
Make ext-inter use new rectangular intra predictor
by David Barker
· 8 years ago
a93e65e
Fix a couple of typos
by Yaowu Xu
· 8 years ago
61418bb
Fix conflicts between ext-inter and cb4x4 modes
by Jingning Han
· 8 years ago
7a428ba
Add a new experiment, DAALA_DIST
by Yushin Cho
· 8 years ago
f4e097b
Fix rectangular tables in cb4x4 mode
by Jingning Han
· 8 years ago
2e60488
Do masked motion search based on COMPOUND_TYPE
by Sarah Parker
· 8 years ago
f77d4ad
EC_ADAPT: add per tile contexts.
by Thomas Davies
· 8 years ago
feb925f
Enable rectangular transforms for Intra also.
by Urvang Joshi
· 8 years ago
1edf9a3
Improvements on segment mask
by Debargha Mukherjee
· 8 years ago
b9f757c
Refactor compound_segment to try different segmentation masks
by Sarah Parker
· 8 years ago
1733f6b
Merge ext_interp and dual_filter
by Angie Chiang
· 8 years ago
4be1a4d
Fix frame header tx_size syntax setting
by Jingning Han
· 8 years ago
409c0bb
Bugfixes in pick_interinter_seg_mask
by Sarah Parker
· 8 years ago
1a00cff
Enable cb4x4 mode support to ext-tx experiment
by Jingning Han
· 8 years ago
aa43423
Clean up ext-tx experiment
by Jingning Han
· 8 years ago
7386eda
Add an experiment to disable lpf on tile boundaries
by Ryan Lei
· 8 years ago
8260d8b
Make get_tx_type() to support cb4x4 mode
by Jingning Han
· 8 years ago
9353124
Refactor supertx implementation
by Jingning Han
· 8 years ago
569edda
Add temporary dummy mask for compound segmentation
by Sarah Parker
· 8 years ago
d7d2047
Remove the use case of bmi->as_mode
by Jingning Han
· 8 years ago
45dc597
Refactor ext-intra
by hui su
· 8 years ago
eda3d76
Add intra-interp experiment flag
by hui su
· 8 years ago
ff6ee6a
Replace hard coded x8 with MI_SIZE
by Jingning Han
· 8 years ago
3468df1
Make BLOCK_OFFSET marco operate in min tx_size
by Jingning Han
· 8 years ago
ac37fa3
Improve rdopt decisions for ext-inter
by David Barker
· 8 years ago
eee4315
Refactor av1_set_contexts() to support 2x2 transform block unit
by Jingning Han
· 8 years ago
b49004d
Refactor reset_skip_context() to support 2x2 txfm block
by Jingning Han
· 8 years ago
cabd989
Modify the uv block tx_size mapping table
by Jingning Han
· 8 years ago
102245d
Make ALT_INTRA experiment work with EXT_INTER experiment.
by Urvang Joshi
· 8 years ago
6fdc853
Refactor ext-inter to loop through all masked modes in rdopt
by Sarah Parker
· 8 years ago
69f18e1
Add WARPED_MOTION experiment
by Yue Chen
· 9 years ago
6be4a54
Add a new intra prediction mode "smooth".
by Urvang Joshi
· 8 years ago
5a488a6
Some fixes related to 64x64 tx, ext-tx, supertx
by Debargha Mukherjee
· 8 years ago
f25a4cf
Add coef_interleave experiment
by iole moccagatta
· 8 years ago
3963d63
Clean up and turn on rd_debug for non-sub8x8 inter block
by Angie Chiang
· 8 years ago
6fddd18
Add ability to have multiple compound modes for interinter
by Sarah Parker
· 8 years ago
cf3d0b0
Remove Global_Motion_Params and GLOBAL_MOTION_TYPE
by David Barker
· 8 years ago
70e5f3f
Support rectangular tx_size in recursive txfm partition
by Jingning Han
· 8 years ago
7c2b7f2
Replace rate distortion sse skip by RD_STATS in rdopt.c
by Angie Chiang
· 8 years ago
6515afc
Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2
by Jingning Han
· 8 years ago
f6e958b
Merge "Fix the bug that PVQ commit broke dering" into nextgenv2
by Yaowu Xu
· 8 years ago
13ea019
Merge changes Ib9428dc9,Ide04717a,If1dba7d8,I6da97880 into nextgenv2
by Angie Chiang
· 8 years ago
e67b38a
Add min_tx_size variable to recursive transform block partition system
by Jingning Han
· 8 years ago
48f84db
Fix the bug that PVQ commit broke dering
by Yushin Cho
· 8 years ago
77bba8d
New experiment: Perceptual Vector Quantization from Daala
by Yushin Cho
· 8 years ago
9a44f5f
Add RD_STATS into MB_MODE_INFO
by Angie Chiang
· 8 years ago
75f4581
Separate coefficient cost of U/V planes in write_modes_b()
by Angie Chiang
· 8 years ago
d402282
Add token cost comparison in write_modes_b()
by Angie Chiang
· 8 years ago
7e99297
Replace get_tx2d_size() with direct tx_size_2d[] table access
by Jingning Han
· 8 years ago
d4c65cd
Remove unused get_tx1d_width/height wrapper
by Jingning Han
· 8 years ago
4e1737a
Add depth to tx_size mapper to bit-stream coding
by Jingning Han
· 8 years ago
c47fe6c
Add block size in pixels lookup table
by Jingning Han
· 8 years ago
b0f9968
Merge "Remove the has_no_coeffs corner case" into nextgenv2
by Angie Chiang
· 8 years ago
a6923f7
Unify set_contexts() function for encoder and decoder
by Jingning Han
· 9 years ago
130ca4d
Remove the has_no_coeffs corner case
by Peter de Rivaz
· 8 years ago
5db9743
Seperate FILTER_INTRA from EXT_INTRA experiment
by hui su
· 8 years ago
0744116
Support for delta-q at superblock level
by Arild Fuldseth
· 9 years ago
5264844
Code cleanup: mainly rd_pick_partition and methods called from there.
by Urvang Joshi
· 8 years ago
b100db7
Wrap palette code inside CONFIG_PALETTE flag.
by Urvang Joshi
· 8 years ago
cb60b18
Renamings for OBMC experiment
by Yue Chen
· 8 years ago
3c42c09
Further changes to new-quant tables
by Debargha Mukherjee
· 8 years ago
49587a7
Fix unit test failure for RECT_TX + VAR_TX
by Yue Chen
· 8 years ago
f5bbbfa
rename pred_mv_s8 to pred_mv
by Yaowu Xu
· 8 years ago
cb586f3
enums.h: Combine related #defines into packed enums.
by Urvang Joshi
· 9 years ago
67948d3
apply clang-format
by clang-format
· 9 years ago
7b9407a
s/INTERP_FILTER/InterpFilter/
by James Zern
· 9 years ago
2f12340
Enable rectangular transforms for UV
by Debargha Mukherjee
· 9 years ago
ecee7f2
Merge "Change to use AOM copyright notice" into nextgenv2
by Yaowu Xu
· 9 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
3b52b3a
Some cleanups for unnecessary macros
by Debargha Mukherjee
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (98%) from vp10/common/blockd.h]
8ee5ab9
Fix for supertx with rect-tx
by Debargha Mukherjee
· 9 years ago
d21982c
Use rectangular transforms for >= 8x8 blocks
by Geza Lore
· 9 years ago
4402685
Various rect-tx fixes
by Debargha Mukherjee
· 9 years ago
253c001
Port dering experiment from aom
by Yaowu Xu
· 9 years ago
0818a7c
Port commits related to clpf and qm experiments
by Yaowu Xu
· 9 years ago
7feae8e
vp10/common: apply clang-format
by clang-format
· 9 years ago
831e009
ext-intra: squeeze the derivative table
by hui su
· 9 years ago
e5848de
Rectangular transforms 4x8 & 8x4
by Debargha Mukherjee
· 9 years ago
5fa46c0
Add global motion parameters to compressed header
by Sarah Parker
· 9 years ago
166c325
Add buf0, width, height fields to buf_2d
by Sarah Parker
· 9 years ago
e5e37e3
Merge "Reject ext-inter compound modes based on modelled RD." into nextgenv2
by Debargha Mukherjee
· 9 years ago
532304e
Reject ext-inter compound modes based on modelled RD.
by Geza Lore
· 9 years ago
a35597f
Various cosmetics on the new_quant experiment
by Debargha Mukherjee
· 9 years ago
fbe6fb2
Add multiple quantization profiles to new_quant experiment
by Sarah Parker
· 9 years ago
b605de0
Refactor reference frame type defs
by Jingning Han
· 9 years ago
c2195c5
Make drl support bi-directional reference frames
by Jingning Han
· 9 years ago
5805a14
Merge bi-predictive frames to EXT_REFS
by Zoe Liu
· 9 years ago
7dd90c9
Rework supertx segment handling and adaptive quantization.
by Geza Lore
· 9 years ago
81f8b3f
Merge "Some refactoring to support warped motion mode" into nextgenv2
by Debargha Mukherjee
· 9 years ago
03be30b
Some refactoring to support warped motion mode
by Debargha Mukherjee
· 9 years ago
Next »