- 5903d21 Add SVE implementation of av1_compute_stats_highbd by Salome Thirot · 6 months ago
- b9c2f49 Optimize Neon impl. of av1_compute_stats with no downsampling by Salome Thirot · 6 months ago
- 4731ee2 Optimize Neon implementation of av1_compute_stats_highbd by Salome Thirot · 7 months ago
- 9453443 Delete the AOM_INLINE macro by Wan-Teh Chang · 7 months ago
- 12c64e8 Remove the INLINE macro by Wan-Teh Chang · 7 months ago
- 34b0b9b add missing CONFIG_AV1_HIGHBITDEPTH checks by James Zern · 9 months ago
- b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 9 months ago
- 17aff84 Remove the double-check in multiply_and_scale() by Wan-Teh Chang · 9 months ago
- 22bcd3d Increase scaling in linsolve_wiener by Debargha Mukherjee · 10 months ago
- 06b5b2f Add SVE implementation of av1_compute_stats_highbd by Salome Thirot · 11 months ago
- 860bdd3 Add intermediate buffers for av1_compute_stats_highbd by Salome Thirot · 11 months ago
- 72b1f1d Double-check calculation in multiply_and_scale() by Wan-Teh Chang · 1 year ago
- 9ae3ff7 Optimize multiply_and_scale() by precomputation by Wan-Teh Chang · 1 year ago
- 835fc05 Redo multiply in update_a_sep_sym/update_b_sep_sym by Wan-Teh Chang · 1 year ago
- 14010c6 Add const to two input pointer parameters by Wan-Teh Chang · 1 year ago
- 72e349e Rework downsampling pyramid setup by Rachel Barker · 1 year, 1 month ago
- 70f3738 Handle allocation failure in sgr SIMD functions by Satheesh Kumar · 1 year, 4 months ago
- ba5342d Facilitate deallocation of rusi and dgd_avg buffers by Satheesh Kumar · 1 year, 4 months ago
- c65670f6 Improve loop restoration size selection by Rachel Barker · 1 year, 5 months ago
- 0861a94 Weaken pruning for RESTORE_SWITCHABLE by Rachel Barker · 1 year, 8 months ago
- 2fc91da Select loop restoration params in one pass by Rachel Barker · 1 year, 8 months ago
- 2b98f1b Fix bug in loop restoration costing by Rachel Barker · 1 year, 8 months ago
- fe93d33 Add debugging infrastructure for LR costing by Rachel Barker · 1 year, 8 months ago
- ed54a86 Replace plane_rect with plane_w, plane_h by Rachel Barker · 1 year, 8 months ago
- 0483cbe Remove references to tiles in LR code by Rachel Barker · 1 year, 8 months ago
- 70838c8 Add Neon implementation of av1_compute_stats by Salome Thirot · 1 year, 9 months ago
- af5a621 Add scaling change to fix b/281219978. by oguleryuz · 1 year, 10 months ago
- 4a46999 Enable Loop restoration with Wiener filter for speed 5 and 6 by venkat sanampudi · 1 year, 11 months ago
- 067fd40 Revert "Revert "Improve SIMD of av1_compute_stats_avx2()"" by Diksha Singh · 1 year, 11 months ago
- 578a0b3 Add scaling to fix b/278065963. by oguleryuz · 1 year, 11 months ago
- 699db7b Add scaling changes to fix b/274668506. by oguleryuz · 2 years ago
- 07b518f pickrst.c: make acc_stat_one_line static by James Zern · 2 years ago
- 9cbb481 Move loop invariants to the outside of loops by Wan-Teh Chang · 2 years ago
- 36ddd37 Add scaling changes to fix b/272139363. by oguleryuz · 2 years ago
- 0d01d95 Move PixelRect type to aom_dsp/ by Rachel Barker · 2 years, 4 months ago
- 08ea764 Fix an integer sanitization error in pickrst by debargha@google.com · 2 years, 5 months ago
- 2ee5c86 av1_pick_filter_restoration: add missing alloc check by James Zern · 2 years, 11 months ago
- 3dd1c5a pickrst,update_[ab]_sep_sym: clamp intermediates by James Zern · 2 years, 11 months ago
- d3b1571 Facilitate luma plane only allocation in alloc/realloc functions by Cherma Rajan A · 3 years ago
- ce095f1 Revert "Allocate TPL buffers only when required" by James Zern · 3 years ago
- 6b150b7 Allocate TPL buffers only when required by Aasaipriya · 3 years ago
- ac87f7a Add TODO in wiener stats computation function by Akshata Jadhav · 3 years, 3 months ago
- 7a8bde6 Down sample stats collection in wiener search by Akshata Jadhav · 3 years, 3 months ago
- 028314f Clean-up alloc_util_frame_buffers() by Jayasanker J · 3 years, 5 months ago
- 1a8c8d2 Disable LR search based on qindex in speed 4 by Nithya V S · 3 years, 7 months ago
- 9a0d1b7 Move mathutils.h to aom_dsp by Yaowu Xu · 3 years, 8 months ago
- 3753248 Remove all calls to aom_clear_system_state by chiyotsai · 3 years, 9 months ago
- 3e65b48 Add default initialization of xd->tile_ctx for row-mt=1 by venkat sanampudi · 3 years, 10 months ago
- e7acade Fix NULL pointer access when multi-threading is enabled by venkat sanampudi · 3 years, 11 months ago
- 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 11 months ago
- 96139bd Set wiener_decompose_sep_sym() to return void. by susannad · 4 years, 4 months ago
- 3dd9df9 Remove restoration from real time build. by Jerome Jiang · 4 years, 5 months ago
- 65e10e9 Subsume bit-depth scaling of sse in RDCOST_DBL macro by Nithya V S · 4 years, 6 months ago
- 59f113d Correct rd cost computation using RDCOST_DBL in hbd encode by Nithya V S · 4 years, 6 months ago
- fcf7a4f Add AVX2 for av1_calc_proj_params_high_bd_c by Vishesh · 4 years, 7 months ago
- 2897d31 pickrst: Fix integer sanitizer error. by Urvang Joshi · 4 years, 8 months ago
- 1ffcf15 Remove one layer of indirection in loop filter sf by chiyotsai · 4 years, 8 months ago
- ec44906 Fix multi-threading mismatch issues by Mufaddal Chakera · 4 years, 9 months ago
- 9a06d18 Pack mode/mv/coeff costs in MACROBLOCK to new structs by chiyotsai · 4 years, 11 months ago
- 1781462 Refactor CommonQuantParams from AV1_COMMON struct. by Urvang Joshi · 5 years ago
- b6409e9 Refactor FeatureFlags from AV1_COMMON by Urvang Joshi · 5 years ago
- f2d15ee Rename onyxc_int.h to av1_common_int.h. by Wan-Teh Chang · 5 years ago
- 8fa43f5 Refactor part_extractors tables in pickrst.c by Nithya V S · 5 years ago
- 512ee2c Prune Wiener search by Nithya V S · 5 years ago
- d2f7b41 Pack loop filter speed features into their own struct by chiyotsai · 5 years ago
- 4857915 Extend prune_sgr_based_on_wiener for preset 2 by Remya · 5 years ago
- 07a166d Refactor pruning of sgr based on wiener results by Remya · 5 years ago
- 8821cda Prune sgr based on wiener search results by Remya · 5 years ago
- 6ad9eb3 Fix a lo/hi-bitdepth mismatch due to sgr filter mixup by chiyotsai · 5 years ago
- f14875b Optimize get_proj_subspace module by Vishesh · 5 years ago
- 7683ed5 Exclude hbd functions in av1_rtcd_defs.pl from HBD flag. by Jerome Jiang · 5 years ago
- 18fcd6a ~0.1% - 0.3% speedup: inline static functions by Elliott Karpilovsky · 5 years ago
- fa1d173 HBD flag for variance and convolve functions. by Jerome Jiang · 6 years ago
- 7c0eff4 Rename speed feature of self-guided filter by Satish Kumar Suman · 6 years ago
- d3adfb1 Remove code not in use by Yaowu Xu · 6 years ago
- 6190456 Fast search sgr_params in self-guided filter by Satish Kumar Suman · 6 years ago
- bedbf4f Clean-up globals by Yaowu Xu · 6 years ago
- bf732b8 Prefix loop restoration global functions with av1_ by Yaowu Xu · 6 years ago
- 645dbcb Add speed feature to reduce wiener_win size by Satish Kumar Suman · 6 years ago
- 23a57ec Add speed feature to disable loop restoration search for chroma by Cherma Rajan A · 6 years ago
- 9e0b93c Fix issues with MSVS build by Ranjit Kumar Tulabandu · 6 years ago
- c29e1a9 Remove redundant AV1_COMMON.frame_to_show by David Turner · 6 years ago
- 0299355 Remove CONFIG_INTEGERIZE_SGR build flag by David Turner · 6 years ago
- 0c8f717 Remove rst_end_stripe in struct AV1Common by Yunqing Wang · 6 years ago
- 427e3b1 Cleanup functions that should be marked static by Sarah Parker · 6 years ago
- 1c6c5ad SSE4.1 and AVX2 highbd_pixel_proj_error by David Turner · 6 years ago
- af00aec Integerized SGR subspace projection by David Turner · 6 years ago
- cfb5250 SSE4.1 & AVX2 wiener compute_stats_highbd by David Turner · 6 years ago
- e085277 Fix Visual Studio warning C4244. by Wan-Teh Chang · 6 years ago
- ce649f8 Move highbd scaling outside of tight loop by David Turner · 6 years ago
- 8a3400a Change labs() to llabs(). by Wan-Teh Chang · 6 years ago
- 9042a3c Integerized Wiener filter encoder by David Turner · 6 years ago
- eeb121c Convert stack to heap allocation by Debargha Mukherjee · 7 years ago
- a88f27b Add pixel_proj_error simd code by Xing Jin · 7 years ago
- 04c7c84 Rename compute_stats by Xing Jin · 7 years ago
- 37ee03b Add compute_stats SSE4_1 and AVX2 code by Xing Jin · 7 years ago
- 4172604 Fix encoder multi-threading mismatch for superres by Ravi Chaudhary · 7 years ago
- 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
- da757bb Refactor: Merge branchs in search_wiener by Dandan Ding · 7 years ago
- 93730f6 Facilitate multi-threading in loop restoration by Ravi Chaudhary · 7 years ago