Sign in
aomedia
/
aom
/
8fcfcc5798219870e6078e9262a8bf8712f2aaea
/
av1
/
encoder
8fcfcc5
Use aom_reader / aom_writer API to code lsb.
by Nathan E. Egge
· 8 years ago
e335fb7
Use aom_write_bit() instead of od_ec_enc_bits().
by Nathan E. Egge
· 8 years ago
9e96f79
Use aom_writer with od_encode_band_pvq_splits().
by Nathan E. Egge
· 8 years ago
13e44fb
Use aom_writer with od_encode_pvq_codeword().
by Nathan E. Egge
· 8 years ago
760c27f
Use aom_writer with generic_encode().
by Nathan E. Egge
· 8 years ago
6b0b4a9
Use aom_writer with pvq_encode_partition().
by Nathan E. Egge
· 8 years ago
8518ad5
Delete unused laplace encoder functions.
by Nathan E. Egge
· 8 years ago
6675be0
Replace od_ec_enc with aom_writer in daala_enc_ctx.
by Nathan E. Egge
· 8 years ago
a653f20
Use aom_writer with od_encode_cdf_adapt_q15().
by Nathan E. Egge
· 8 years ago
d6c2dc4
Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15().
by Nathan E. Egge
· 8 years ago
dd28aed
Use uv_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
10ba2be
Use kf_y_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
ecc21ec
Use y_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
a59b23d
Use inter_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
00b3331
Use switchable_interp_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
29ccee0
Use intra_ext_tx_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
dfa33f2
Use inter_ext_tx_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
3a0df18
Simplify buffer management for self-guided restoration filter
by David Barker
· 8 years ago
2cc057c
Remove fwd_txfm_opt
by Angie Chiang
· 8 years ago
409c0bb
Bugfixes in pick_interinter_seg_mask
by Sarah Parker
· 8 years ago
8fd2d7a
Remove speed feature use_lp32x32fdct
by Angie Chiang
· 8 years ago
3839548
Refactor PVQ codes for inter4x4
by Yushin Cho
· 8 years ago
7386eda
Add an experiment to disable lpf on tile boundaries
by Ryan Lei
· 8 years ago
900243b
Refactor PVQ codes for intra4x4
by Yushin Cho
· 8 years ago
5802ebe
Add code to output counts for an encode run
by Debargha Mukherjee
· 8 years ago
9e0976a
Support sub8x8 chroma component prediction
by Jingning Han
· 8 years ago
24f24a5
Rework spatial filter process in supertx
by Jingning Han
· 8 years ago
38b1bc4
Fix update_state_supertx() motion vector update
by Jingning Han
· 8 years ago
feb517c
Make cb4x4 mode support supertx
by Jingning Han
· 8 years ago
1856e43
Refactor prediction filtering process in supertx
by Jingning Han
· 8 years ago
fc0476d
Remove redundant #if config from encodeframe.c
by Jingning Han
· 8 years ago
5b7706a
Clean up supertx functions
by Jingning Han
· 8 years ago
b27a17f
Fix wrong place of setting dst with PVQ in intra 4x4
by Yushin Cho
· 8 years ago
788dc23
Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together
by Arild Fuldseth (arilfuld)
· 8 years ago
cc5bdf4
Add 2x2 block level variance functions for high bd
by Jingning Han
· 8 years ago
b1ed8d7
Add 2x2 forward and inverse transform for high bd
by Jingning Han
· 8 years ago
b69cb52
Delete duplicate cdf updating code.
by Nathan E. Egge
· 8 years ago
e50d9dd
Fix uninitialized entropy contexts
by Guillaume Martres
· 8 years ago
6a9b240
Fill the token cost for 2x2 transform blocks
by Jingning Han
· 8 years ago
8363063
Allow 2x2 transform block forward model update
by Jingning Han
· 8 years ago
0090c8f
Turn on delta_q by default.
by Thomas Davies
· 8 years ago
2cdf0d8
Specify ANS window size at initialization
by Alex Converse
· 8 years ago
6de954c
Fix multi-thread encoding for cb4x4 mode
by Jingning Han
· 8 years ago
569edda
Add temporary dummy mask for compound segmentation
by Sarah Parker
· 8 years ago
9d9eb6c
Use partition_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
3129606
Use segment tree_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
519dbcf
Further optimizations of loop restoration
by Debargha Mukherjee
· 8 years ago
f10cba2
Apply the rect fwd tx changes to SSE2 optimization
by Yi Luo
· 8 years ago
999d2f6
More cleanups / fixes on loop-restoration buffers
by Debargha Mukherjee
· 8 years ago
930118c
PVQ: Fix incorrect calculation of rd_stats
by Guillaume Martres
· 8 years ago
e2ffaf8
Add 2x4 and 4x2 variance functions
by Jingning Han
· 8 years ago
bf9c6b7
Enable 4x4 block partition search
by Jingning Han
· 8 years ago
cc60daa
Remove no longer necessary intra block reencode again
by Guillaume Martres
· 8 years ago
874d36d
Misc cleanups and enhancements on loop restoration
by Debargha Mukherjee
· 8 years ago
4d44f5a
Make a small cleanup on wedge compound prediction
by Zoe Liu
· 8 years ago
271bb2c
Enable rate-distortion optimization search to support cb4x4
by Jingning Han
· 8 years ago
5226184
Unify prediction mode write and read operations
by Jingning Han
· 8 years ago
e03fa61
Rework pc_tree allocation
by Jingning Han
· 8 years ago
599461d
Make encoder mv count sync with decoder behavior
by Jingning Han
· 8 years ago
bf1d62d
Move large buffers from stack to heap
by Yaowu Xu
· 8 years ago
7066912
Enable the activity masking codes of PVQ
by Yushin Cho
· 8 years ago
9104bed
Unify rd_cost threshold for all block sizes
by Jingning Han
· 8 years ago
45dc597
Refactor ext-intra
by hui su
· 8 years ago
9666e75
Remove feedback between tiles in loop-restoration
by David Barker
· 8 years ago
751de38
Adding 4:1 rectangular transforms
by Debargha Mukherjee
· 8 years ago
aa8a4a5
Make entropy context scalable to atom transform block size
by Jingning Han
· 8 years ago
f0aa420
Change scaling of rectangular fwd transforms
by Debargha Mukherjee
· 8 years ago
fb9529e
Refactor first pass to support scalable mode_info size
by Jingning Han
· 8 years ago
fe1e58e
Not to call reset_use_upsampled_references() while encoding key frames
by Yunqing Wang
· 8 years ago
0e67b25
Replace bilateral filter with domain transform RF
by Debargha Mukherjee
· 8 years ago
705544c
Refines the recode loop
by Debargha Mukherjee
· 8 years ago
fd87380
Update entropy context after trellis quant
by Yaowu Xu
· 8 years ago
997ba51
Fix 16x16 HT avx2 mismatch with C
by Yi Luo
· 8 years ago
6847860
Refactor global motion functions out of encodeframe
by Sarah Parker
· 8 years ago
2f6ce75
Add compound segment experiment flag
by Sarah Parker
· 8 years ago
eda3d76
Add intra-interp experiment flag
by hui su
· 8 years ago
f95a0c1
pvq: sync with daala
by Tristan Matthews
· 9 years ago
b0f6bd4
Support affine/homography models for global motion
by Debargha Mukherjee
· 8 years ago
e4e93b6
Disable upsampled references for best and realtime quality deadline
by Yi Luo
· 8 years ago
9febfc1
Some refactoring/cleanup of global motion costing
by Debargha Mukherjee
· 8 years ago
49a7656
Fix segfault for reference-buffer&aom-highbitdepth
by David Barker
· 8 years ago
6e601e9
Fix comp interinter and interintra mode cost in EXT_INTER + REF_MV
by Yue Chen
· 8 years ago
faad0e1
Refactor set_plane_n4()
by Jingning Han
· 8 years ago
ff6ee6a
Replace hard coded x8 with MI_SIZE
by Jingning Han
· 8 years ago
614281f
Silence label without a colon warning with nasm.
by Nathan E. Egge
· 8 years ago
c709e1f
Separate num_8x8 table use case from mode_info table
by Jingning Han
· 8 years ago
e9dfcc7
Use C code quantization function for tx_size below 4x4
by Jingning Han
· 8 years ago
9e7c49f
Add 2x2 variance function
by Jingning Han
· 8 years ago
d1097fc
Make sub8x8 intra mode RD search compatible with cb4x4
by Jingning Han
· 8 years ago
8b7270d
Remove unused variable quant_thread
by Guillaume Martres
· 8 years ago
4587427
Increase the transform block number in context_tree allocation
by Jingning Han
· 8 years ago
ac37fa3
Improve rdopt decisions for ext-inter
by David Barker
· 8 years ago
8149226
Handle the block offset using min transform block size
by Jingning Han
· 8 years ago
9eef06d
Refactor get_entropy_contexts_plane() block step count
by Jingning Han
· 8 years ago
276c294
Increase entropy_context buffer size in sub8x8 RD
by Jingning Han
· 8 years ago
3981be9
Add domain transform recursive filter
by Debargha Mukherjee
· 8 years ago
eee4315
Refactor av1_set_contexts() to support 2x2 transform block unit
by Jingning Han
· 8 years ago
1ecdf2b
ans: Move buf_ans_flush to the .c file
by Alex Converse
· 8 years ago
b0bbd60
ans: Allow compressed buffer reversal
by Alex Converse
· 8 years ago
bafee8d
Scale the block size in the unit of atom transform block size
by Jingning Han
· 8 years ago
Next »