Sign in
aomedia
/
avm
/
125ec77752693757022a8939345d4ecd30048d79
/
av1
/
common
0115e93
Add x and y gradients to image pyramid
by Sarah Parker
· 6 years ago
0c8f717
Remove rst_end_stripe in struct AV1Common
by Yunqing Wang
· 6 years ago
fa873d8
Assert the ref_count is valid in ref_cnt_fb().
by Wan-Teh Chang
· 6 years ago
f447f8c
Remove unused frame buffer callback related fields
by Wan-Teh Chang
· 6 years ago
7b12250
Let caller of release_fb_cb clear dangling pointer
by Wan-Teh Chang
· 6 years ago
f2ea6e1
Enforce C++11 in build configuration
by David Turner
· 6 years ago
8b3ca26
Remove unused quantizer matrices for level 15.
by Wan-Teh Chang
· 6 years ago
1c573e0
Optimise get_horver_correlation_full, SSE4 & AVX2
by David Turner
· 6 years ago
e6fefb5
Remove obsolete comment
by Yue Chen
· 6 years ago
864ae6a
Introduce one pass svm early termination speed feature.
by chiyotsai
· 7 years ago
4561597
Fix unaligned read/write in lpf_vertical_4_neon
by Cherma Rajan A
· 6 years ago
4a8c004
Move the assertion back to get_free_fb().
by Wan-Teh Chang
· 6 years ago
35be78d
Add edge detector to rdopt
by elliottk
· 6 years ago
bdd115a
Move bitmask tables.
by Cheng Chen
· 6 years ago
0252600
Optimize highbd fwd_txfm modules
by Satish Kumar Suman
· 6 years ago
e3910fa
Expose resize_plane functions
by Sarah Parker
· 6 years ago
1996a35
Optimize av1_wiener_convolve_add_src_avx2
by Satish Kumar Suman
· 6 years ago
a993aa5
[normative] Respect obu_has_size_field with annexb
by Jonathan Matthews
· 6 years ago
07f8a18
Revert "add edge detector to rdopt"
by Debargha Mukherjee
· 6 years ago
bb6a3d2
Reduce the cpi->scaled_ref_idx array size by 1.
by Wan-Teh Chang
· 6 years ago
427e3b1
Cleanup functions that should be marked static
by Sarah Parker
· 6 years ago
3539bf2
add edge detector to rdopt
by elliottk
· 7 years ago
1c6c5ad
SSE4.1 and AVX2 highbd_pixel_proj_error
by David Turner
· 6 years ago
8048e8c
Modified unit test to test 4-tap filter
by Sachin Kumar Garg
· 6 years ago
e386338
allow_warp: rectify mismatch between spec and code
by Urvang Joshi
· 6 years ago
6fcaa3d
Initialize seg_feature_data_xxx with 8 elements.
by Wan-Teh Chang
· 6 years ago
eaf3eb9
Simplify highbd txfm modules
by Satish Kumar Suman
· 6 years ago
cbb0743
Increase FRAME_BUFFERS to 16.
by Wan-Teh Chang
· 6 years ago
87175af
Fix spelling errors.
by Wan-Teh Chang
· 6 years ago
7df9d48
Move the assertion in get_free_fb() to its callers
by Wan-Teh Chang
· 6 years ago
64e4cba
Remove code used by frame_parallel_decode option.
by Wan-Teh Chang
· 7 years ago
2ab147d
Avoid dangling pointers and array sizes.
by Wan-Teh Chang
· 6 years ago
d230388
Add assertions about frame buffer reference counts
by Wan-Teh Chang
· 6 years ago
cfb5250
SSE4.1 & AVX2 wiener compute_stats_highbd
by David Turner
· 7 years ago
b69d8fe
Turn off LOOP_FILTER_BITMASK by default
by Jonathan Matthews
· 7 years ago
46fdae4
Optimize highbd fwd_txfm modules
by Satish Kumar Suman
· 7 years ago
38acd6c
Fix bug in obmc_mask_* arrays
by Sachin Kumar Garg
· 7 years ago
96a4ff3
Remove a check for an impossible condition.
by Wan-Teh Chang
· 7 years ago
9042a3c
Integerized Wiener filter encoder
by David Turner
· 7 years ago
0ce71ac
Resize/Superres: clamp resized width/height to 16.
by Urvang Joshi
· 7 years ago
e3600cd
Multi-thread support for bitmask
by Cheng Chen
· 7 years ago
75a8784
loopfilter static analysis: limit plane_start/_end
by Johann
· 7 years ago
b2d5d86
Optimize highbd 32x8 and 8x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
ffe7ae7
Optimize highbd 4x16 and 16x4 inv_txfm
by Remya
· 7 years ago
dc6e2c8
Mark some functions as static.
by Wan-Teh Chang
· 7 years ago
56f1020
Revert "Revert "Add ARM Neon optimization of txfm 64""
by sachin garg
· 7 years ago
2dffbaf
Fix a fuzzer bug for loop filter bitmask
by Cheng Chen
· 7 years ago
35012f9
Optimize highbd 32x16 and 16x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
a563302
Optimize highbd 4x8 and 8x4 inv_txfm
by Remya
· 7 years ago
84b0993
Turn on loop filter bitmask
by Cheng Chen
· 7 years ago
6f8006b
Correctly set loopfilter mask to zero
by Cheng Chen
· 7 years ago
3143c0e
Fix u/v plane filter level bugs
by Cheng Chen
· 7 years ago
6916cd5
Fix a bug for loop filter level assignment
by Cheng Chen
· 7 years ago
3167c0a
Improve bitmask construction
by Cheng Chen
· 7 years ago
91c9b2e
Modify use_accurate_subpel_search for better coding performance
by Yunqing Wang
· 7 years ago
0fa5411
Optimize highbd inv_txfm modules
by Remya
· 7 years ago
1e227d4
Bitmask patch 7: Optimize traversal steps.
by Cheng Chen
· 7 years ago
a2969e7
Bitmask patch 6: Minor improvement.
by Cheng Chen
· 7 years ago
48d2baf
Bitmask patch 3: Add more lookup table entries for bitmask.
by Cheng Chen
· 7 years ago
6f33c68
Fix range check in half_btf() function
by David Barker
· 7 years ago
146b72c
Bitmask patch 2: Applying filtering once bitmask is built
by Cheng Chen
· 7 years ago
69ac765
Bitmask patch 1: Reduce u/v horizontal/vertical
by Cheng Chen
· 7 years ago
f651c0f
Fix 32bit build for arm target arch 8
by Umang Saini
· 7 years ago
4db1266
Add sse4_1 variant for highbd inv_txfm 32x32
by Remya
· 7 years ago
fd5aae4
Optimize highbd 64x64 fwd_txfm
by Satish Kumar Suman
· 7 years ago
6fa4006
Add decoder control skip_film_grain
by Yaowu Xu
· 7 years ago
3201774
Fix initialization in loop restoration mt
by Ravi Chaudhary
· 7 years ago
b3718e0
Fix compiler warnings in av1_convolve_2d_facade()
by Hui Su
· 7 years ago
8d2f577
Do not cast worker->hook function pointers.
by Wan-Teh Chang
· 7 years ago
c75fb08
Bitmask patch 0: Store info for bitmask at decoder
by Cheng Chen
· 7 years ago
2a4c813
Fix memset call for selfguided sse4 code
by Debargha Mukherjee
· 7 years ago
4359521
arm64: zero vectors for gcc 6.3
by Johann
· 7 years ago
929b4d1
Optimize highbd 8x16 and 16x8 inv_txfm
by Remya
· 7 years ago
d04f6c5
Optimize highbd 8x16, 16x8 fwd_txfm
by Venkat
· 7 years ago
d547fa6
Special handling of IntraBC interpolation
by Hui Su
· 7 years ago
eeb121c
Convert stack to heap allocation
by Debargha Mukherjee
· 7 years ago
e58f6ec
Add pointers to temp buffers in 'xd'.
by Urvang Joshi
· 7 years ago
3721a32
Fix two compiling problems with MSVC 2013
by Yaowu Xu
· 7 years ago
32c69f2
Declare final_filter_fast_internal as static.
by Wan-Teh Chang
· 7 years ago
0cbad85
Include config/av1_rtcd.h.
by Wan-Teh Chang
· 7 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
c613fd4
Zero frame buffers on sequence header change.
by Wan-Teh Chang
· 7 years ago
9959e4a
Make funciton definition/declaration consistent
by Yaowu Xu
· 7 years ago
f36be56
Remove obsoleted skip_block for quantize_b
by Peng Bin
· 7 years ago
850e126
Optimize highbd 32x32 inv_txfm
by Venkat
· 7 years ago
d63da28
Zero-initialize the frame buffer.
by Wan-Teh Chang
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
c8edf4a
Fix valgrind error in Wiener Convolve
by Ravi Chaudhary
· 7 years ago
73cf15b
Facilitate row-level multi-threading of encoder
by Ravi Chaudhary
· 7 years ago
f04da57
Fix data race in AV1 multi-threaded decoder
by Ravi Chaudhary
· 7 years ago
0d91c10
Add obu_util and reorganize OBU support code.
by Tom Finegan
· 7 years ago
0551fc4
Refactor: Remove code use dir to select ref_frame
by Peng Bin
· 7 years ago
959a860
Optimize highbd inv_txfm modules
by Venkat
· 7 years ago
7cb4900
Optimize highbd 64x64 inv_txfm
by Venkat
· 7 years ago
aa218b2
Add compound_diffwtd_mask avx2 code
by Xing Jin
· 7 years ago
070a248
Highbd Warp module modified for alpha=0 and beta=0
by Remya
· 7 years ago
939b67e
Add eob logic for highbd 64x64 inv_txfm
by Venkat
· 7 years ago
af311e0
Fix aomenc build err when coeff range check is on
by Angie Chiang
· 7 years ago
ca60d1c
convolve neon: hide unused functions
by Johann
· 7 years ago
d641c19
av1 inv txfm: remove unused function
by Johann
· 7 years ago
Next »