Sign in
aomedia
/
aom
/
69ae7b866dc11abde8cbbc4ff197d446cfb3e2d9
69ae7b8
Change to names of some intra modes
by Hui Su
· 7 years ago
db5eb4cd
[NORMATIVE][intra-edge2] Add header disable flag
by Joe Young
· 7 years ago
d69927d
Consolidate all post_rounding for compound modes
by Debargha Mukherjee
· 7 years ago
c3a8ae4
Clean up and use do_post_rounding consistently
by Debargha Mukherjee
· 7 years ago
637586e
Add initializations for stack arrays
by Yaowu Xu
· 7 years ago
592d73e
[NORMATIVE] Error resilience overrules refs signaling
by Zoe Liu
· 7 years ago
66b9899
Rep HORSHEAR_REDUCE_PRECISION_BITS w/ ROUND0_BITS
by Debargha Mukherjee
· 7 years ago
a458afb
Ref_mv: no need to adjust MV precision for spatial neighbours
by Yunqing Wang
· 7 years ago
4c31519
Add initialization for a stack array
by Yaowu Xu
· 7 years ago
fb04a9a
Turn on error resilient mode in frame drop unit test
by Jingning Han
· 7 years ago
61bf3d8
[NORMATIVE mfmv] Store one mv per decoded block
by Jingning Han
· 7 years ago
2680275
rename the simd function name to reflect the number of taps used.
by Ryan
· 7 years ago
e111cba
Remove NEW_QUANT experiment
by Frederic Barbier
· 7 years ago
b57fee0
[NORMATIVE] Add decoder support for frame_refs_signaling
by Zoe Liu
· 7 years ago
0c294fa
[NORMATIVE] Film grain bug fixes
by Andrey Norkin
· 7 years ago
fa904a0
Fix and clean up warp filter SIMD code
by Imdad Sardharwalla
· 7 years ago
aec60dd
[non-normative] Fix warnings with !CONFIG_LOWPRECISION_BLEND
by David Barker
· 7 years ago
8f72621
Fix jnt_comp simd function in warp
by Cheng Chen
· 7 years ago
9641a89
Reset txk_type after reset_tx_size()
by Yaowu Xu
· 7 years ago
e11b68d
Remove CONFIG_EXT_QM
by Yaowu Xu
· 7 years ago
31706b4
Conditiaonlly build partial_idct_test
by Yaowu Xu
· 7 years ago
d902b74
Align function names with naming conventions
by Zoe Liu
· 7 years ago
cd44a05
Change to use 8bit for qmatrix entries
by Yaowu Xu
· 7 years ago
1cb1c00
Add cdf_update_mode experiment
by Hui Su
· 7 years ago
cd93bf4
Fix warning in idct_intrin_sse2.c
by Luc Trudeau
· 7 years ago
95fd170
mfmv should check intra_only for reference frames
by Jonathan Matthews
· 7 years ago
8ea6e5b
Reset filter-intra flag when intrabc is on
by Hui Su
· 7 years ago
c9fd473
alloc_restoration_buffers must update stride
by Jonathan Matthews
· 7 years ago
f4d8c16
Reset mode info before decoding intrabc
by Hui Su
· 7 years ago
d6a7dd1
SSE2 optimization for lpf 16_dual implementations
by Maxym Dmytrychenko
· 7 years ago
b4d4aff
Some fixes and clean-ups on convolve functions
by Deepa K G
· 7 years ago
c7a5e88
Fix a 12-bit convolve bug
by Debargha Mukherjee
· 7 years ago
a840cde
[NORMATIVE] Film grain scale parameter
by Andrey Norkin
· 7 years ago
99bac01
change intermediate buffer type to be of int16_t
by Yaowu Xu
· 7 years ago
40ef0c7
Promote to 64 bit befoer a large shift
by Yaowu Xu
· 7 years ago
f0e12c2
Remove an unused array
by Yaowu Xu
· 7 years ago
a127b42
[NORMATIVE] Enable mfmv for low latency settings
by Jingning Han
· 7 years ago
974a19e
Change to Use integer constants
by Yaowu Xu
· 7 years ago
b2f3adf
Allocate restoration buffers only when necessary
by Yunqing Wang
· 7 years ago
948f2a9
Merge HIGHPRECISION_INTBUF into LOWPRECISION_BLEND
by Debargha Mukherjee
· 7 years ago
2db556b
Turn on adopted convolve precision rounding config
by Debargha Mukherjee
· 7 years ago
7be4de4
Fix Convolve2dSr Y tests
by Debargha Mukherjee
· 7 years ago
3b35347
[NORMATIVE] Unify context design for single ref
by Zoe Liu
· 7 years ago
3ffa0fe
Add a wrapper to 8-bit scaled convolve function
by Debargha Mukherjee
· 7 years ago
52f396d
Add an experimental flag FRAME_REFS_SIGNALING
by Zoe Liu
· 7 years ago
84597cc
Silience compiler warning when ext-partition is off
by Jingning Han
· 7 years ago
70e0fde
Fix rate estimate when optimize_b is off
by Jingning Han
· 7 years ago
5606625
[NORMATIVE] Fix top right mv check condition for VERT_A partition
by Jingning Han
· 7 years ago
233c762
Remove unused context models for drl_index
by Jingning Han
· 7 years ago
774c8da
decode_to_md5: Update hash.
by Urvang Joshi
· 7 years ago
143de43
Remove unused jnt functions
by Johann
· 7 years ago
f412906
Improve LEB128 support and test coverage.
by Tom Finegan
· 7 years ago
2cfb714
Remove USE_CAUSAL_BR_CTX flag
by Angie Chiang
· 7 years ago
8f682c9
Make av1_convolve_2d_sr_avx2 support CONFIG_LOWPRECISION_BLEND
by Jingning Han
· 7 years ago
645828f
Make av1_convolve_2d_sr_sse2 support various shift settings
by Jingning Han
· 7 years ago
2cc5eb3
Refactor av1_update_and_record_txb_context
by Angie Chiang
· 7 years ago
41220ab
[NORMATIVE] merge base and br levels coding
by Angie Chiang
· 7 years ago
a20f7bf
[cmake] Add support for "aarch64" CMAKE_SYSTEM_PROCESSOR
by Luc Trudeau
· 7 years ago
91b235f
Some minor clean-ups on convolve functions
by Debargha Mukherjee
· 7 years ago
cad7f06
[CFL] Move SIMD files to x86 folder
by Luc Trudeau
· 7 years ago
3290ba0
Fix a bug in memory access
by Cheng Chen
· 7 years ago
92b49a6
[non-normative] Clarify clamping code for inverse transforms
by David Barker
· 7 years ago
e63a5db
Clean fdct and fadst SSE2 function tables
by Linfeng Zhang
· 7 years ago
bf22140
Rename fdct fadst SSE2 functions
by Linfeng Zhang
· 7 years ago
03a97b7
Implement av1_lowbd_fwd_txfm2d_{4x16,16x4}_sse2
by Linfeng Zhang
· 7 years ago
5fdd1ca
Merge and remove WARPEDPIXEL_FILTER_BITS
by Debargha Mukherjee
· 7 years ago
e82709a
Some cleanups to remove VERSHEAR_REDUCE_PREC_BITS
by Debargha Mukherjee
· 7 years ago
ca3f039
Reduce blk_skip array size
by Jingning Han
· 7 years ago
f32f678
Reduce txb_coeff_cost map size from 64 to 32
by Jingning Han
· 7 years ago
5a338ee
Fix compiler errors in cfl.h
by Jingning Han
· 7 years ago
3f0f1df
[NORMATIVE-DECODING] Add missing special case to has_top_right()
by David Barker
· 7 years ago
d3d4159
Remove CONFIG_TX64X64
by Yaowu Xu
· 7 years ago
1fc3df5
Stop using VP9 convolve scheme in AV1 encoder.
by Debargha Mukherjee
· 7 years ago
aa5904b
film-grain: fix buffer overflow
by Dominic Symes
· 7 years ago
218556e
[NORMATIVE-SYNTAX, intrabc] Disallow intrabc+superres
by David Barker
· 7 years ago
1e2084a
align a stack array to prevent segfault
by Yaowu Xu
· 7 years ago
365f73b
[CFL] SSE2/AVX2 Versions of Sum and Subtract Average
by Luc Trudeau
· 7 years ago
2e8ae05
[NORMATIVE] Film grain bug-fixes
by Andrey Norkin
· 7 years ago
1b1c4a3
Simplify the for loop of reading lower levels
by Angie Chiang
· 7 years ago
d3afdb9
[NORMATIVE-DECODING] Fix above/left chroma block selection
by David Barker
· 7 years ago
5c4848d
Fix jnt_comp in warp function
by Cheng Chen
· 7 years ago
28744b5
Refactor inv_cos_bit for speedup
by Peng Bin
· 7 years ago
043f496
Implement fdct4x8_new_sse2 and fadst4x8_new_sse2
by Linfeng Zhang
· 7 years ago
1fffc1f
Implement fdct4x4_new_sse2
by Linfeng Zhang
· 7 years ago
686c597
Enable av1_lowbd_fwd_txfm2d_4x8_sse2
by Linfeng Zhang
· 7 years ago
7bd0074
Implement av1_lowbd_fwd_txfm2d_8x4_sse2
by Linfeng Zhang
· 7 years ago
dea531d
hash_based_trellis speed feature update
by Michelle Findlay-Olynyk
· 7 years ago
63f1216
[NORMATIVE] Enable CONFIG_EXT_INTRA_MOD2 by default
by Ola Hugosson
· 7 years ago
8b8aaff
Refactor pair_set_epi16 for speedup
by Peng Bin
· 7 years ago
cbfffa8
Remove unused variables
by Yaowu Xu
· 7 years ago
8ec5c07
Remove two more LPF macros
by Yaowu Xu
· 7 years ago
6d0ed3e
Remove CONFIG_PARALLEL_DEBLOCKING
by Yaowu Xu
· 7 years ago
e4cf4fa
Increase seg_feature_data_max[SEG_LVL_REF_FRAME]
by Imdad Sardharwalla
· 7 years ago
bf2cc01
Prevent undefined behaviour for AMVR experiment
by Imdad Sardharwalla
· 7 years ago
8da5add
Remove redundancy code
by Yunqing Wang
· 7 years ago
3e22543
[NORMATIVE] Consolidate reference mv clamping
by Yunqing Wang
· 7 years ago
7319051
[NORMATIVE] Scale up mfmv ref step size in 64x64 block
by Jingning Han
· 7 years ago
92446c5
[NORMATIVE] Reduce spatial search region from 4 to 3 cols
by Jingning Han
· 7 years ago
95dfd0b
Use the correct macro for the context number
by Zoe Liu
· 7 years ago
85e75f1
Remove if() that is always true in select_tx_block()
by Hui Su
· 7 years ago
Next »