- 5309928 Add WienerConvolveParams with round_0 and round_1 by Wan-Teh Chang · 1 year, 5 months ago
- 7bdc776 Propagate error from worker to main thread during lr MT by Mudassir Galaganath · 1 year, 5 months ago
- 2b98f1b Fix bug in loop restoration 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
- c98cccc av1_loop_restoration_filter_frame_init: fix alloc check by James Zern · 2 years, 3 months ago
- 0d01d95 Move PixelRect type to aom_dsp/ by Rachel Barker · 2 years, 4 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
- cfa5fb4 Abstract error to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 11 months ago
- 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 11 months ago
- 055d1bb Allocate 8-bit buffer used in high-bd only for global motion by Chethan Kumar R E · 4 years ago
- 6237b88 Move more features from AV1_COMMON to FeatureFlags 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
- ebba9c7 Exclude hbd functions in decoder and common. by Jerome Jiang · 5 years ago
- bf732b8 Prefix loop restoration global functions with av1_ by Yaowu Xu · 6 years ago
- 0b2917e Namespace selfguided filter functions by Yaowu Xu · 6 years ago
- e7ff3b6 Fix static analyzer warnings by kyslov · 6 years ago
- 3b12c00 Reduce loop restoration buffer padding size by Satish Kumar Suman · 6 years ago
- 6ff4809 ext-tile: output decoded tiles in output frame by Yunqing Wang · 6 years ago
- 0c8f717 Remove rst_end_stripe in struct AV1Common by Yunqing Wang · 6 years ago
- eeb121c Convert stack to heap allocation by Debargha Mukherjee · 7 years ago
- c8e9ef1 Replace repeated code with a function for sgr filter by Cheng Chen · 7 years ago
- 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
- 55c44ce Remove unused params by Cheng Chen · 7 years ago
- 686f02c Implement jobs interleaving in LR multi-threading by Ravi Chaudhary · 7 years ago
- 09c83a5 Refactor:rename functions to avoid double negation by Cheng Chen · 7 years ago
- e2aa401 Implement Loop restoration multi-threading by Ravi Chaudhary · 7 years ago
- ec69e74 Const local variables by Cheng Chen · 7 years ago
- 93730f6 Facilitate multi-threading in loop restoration by Ravi Chaudhary · 7 years ago
- 9b09905 Facilitate multi-threading in loop restoration by Ravi Chaudhary · 7 years ago
- ce0f5fc Facilitate loop-restoration multi-threading by Ravi Chaudhary · 7 years ago
- 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
- 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
- 3715b88 sgr_params: Use length 2 arrays for 'r' and 's'. by Urvang Joshi · 7 years ago
- 775c0a8 Remove sgrproj_mtable and its generation. by Urvang Joshi · 7 years ago
- c079f7a Reduce size of sgrproj_mtable. by Urvang Joshi · 7 years ago
- 2ff71af Code refactoring in loop restoration by Yunqing Wang · 7 years ago
- e802503 Optimize loop restoration filter by Yunqing Wang · 7 years ago
- a02819f Remove CONFIG_SIMPLE_LRUNIT config flag by Debargha Mukherjee · 7 years ago
- ee0ae20 [NORMATIVE] Allow LR units to cross tiles by David Barker · 7 years ago
- 25afc9b Remove CONFIG_SKIP_SGR config flag by Debargha Mukherjee · 7 years ago
- 14072aa When lossless is used, disable all filtering. by Urvang Joshi · 7 years ago
- 1c45173 av1_loop_restoration_filter_frame: Remove assert. by Urvang Joshi · 7 years ago
- 6567c4a Remove unused parameters and effectless code by Yaowu Xu · 7 years ago
- 492c545 Remove CONFIG_MAX_TILE by Yaowu Xu · 7 years ago
- 3cab623 Remove CONFIG_LOOPFILTERING_ACROSS_TILES by Yaowu Xu · 7 years ago
- 4a94765 Remove CONFIG_DEPENDENT_HORZTILE by Yaowu Xu · 7 years ago
- 8f206ab Optimize av1_loop_restoration_filter_frame by Grant Hsu · 7 years ago
- 6a6609b Remove FAST_SGR config flag by Debargha Mukherjee · 7 years ago
- 568e9ee Rename wiener convolve functions by Debargha Mukherjee · 7 years ago
- 4bf1019 Re-enable SIMD Wiener filter by Debargha Mukherjee · 7 years ago
- 2697139 Use ConvolveParams in wiener_convolve by Debargha Mukherjee · 7 years ago
- e6ceeec Move/Rename wiener convolve functions into av1 by Debargha Mukherjee · 7 years ago
- 4543902 Remove av1_ for static functions by Yaowu Xu · 7 years ago
- 813186b Use term 'restoration unit' consistently. by Urvang Joshi · 7 years ago
- 5ec7b81 [NORMATIVE] No loop restoration for lossless frame by Urvang Joshi · 7 years ago
- 3a4959f Remove CONFIG_HORZONLY_FRAME_SUPERRES config flag by Debargha Mukherjee · 7 years ago
- d1fa8b2 Turn CONFIG_SKIP_SGR on by default by Debargha Mukherjee · 7 years ago
- 007fe0d Remove another spurious assert in skip_sgr by Debargha Mukherjee · 7 years ago
- 114575d Correct a skip-sgr context for the case r1 == 0 by Debargha Mukherjee · 7 years ago
- e77b258 Change codebook for skip_sgr to actually enable it by Debargha Mukherjee · 7 years ago
- 7d3bd8d Clean up SGR code and make consistent by Imdad Sardharwalla · 7 years ago
- fdeb116 Add encoder/bitstream support for SKIP_SGR by Imdad Sardharwalla · 7 years ago
- 81307a3 Add a config flag/code for SKIP_SGR computation by Imdad Sardharwalla · 7 years ago
- 8503ba0 Clean up FAST_SGR code by Imdad Sardharwalla · 7 years ago
- 4ec84ab Move sb_size to sequence header by Imdad Sardharwalla · 7 years ago
- 1a70994 Remove code for CONFIG_FAST_SGR=2 and cleanup by Debargha Mukherjee · 7 years ago
- d051e56 SSE4 and AVX2 implementations of updated FAST_SGR by Imdad Sardharwalla · 7 years ago
- f7d1ff4 Don't use extra lines for r=2 guided filter by Debargha Mukherjee · 7 years ago
- 5105f7a Merge in STRIPED_LOOP_RESTORATION flag by Debargha Mukherjee · 7 years ago
- fdaad4d Add an alt FAST_SGR that subsamples horizontally by Debargha Mukherjee · 7 years ago
- 127b562 Adjust last odd row weight in fast_sgr by Debargha Mukherjee · 7 years ago
- 9d23457 Added SSE4.1 and AVX2 implementations of FAST SGR. by Imdad Sardharwalla · 7 years ago
- ed5e967 Add a config flag/code for fast sgr computation by Debargha Mukherjee · 7 years ago
- dff901f [loop-restoration, bugfix] Restrict sampling of deblocked pixels by David Barker · 7 years ago
- af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
- 21f4307 loop-restoration: Only use upscaled height by David Barker · 7 years ago
- 1fee28b Harmonize superres + loop-restoration + lf-across-tiles by David Barker · 7 years ago
- d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
- 96fa757 Fix msvc compiling errors and warnings by Yaowu Xu · 7 years ago
- 7bb501d add new experiment loopfiltering_across_tiles_ext by Lei · 7 years ago
- 26177d9 Superres: Bypass superres funcs when scale is 1. by Urvang Joshi · 7 years ago
- a967ebb Fix msvc compiler warnings by Yaowu Xu · 7 years ago
- ea98e7d max-tile: Enable max-tile by default by Dominic Symes · 7 years ago
- 70c399e Remove parameter from av1_loop_restoration_filter_frame by Rupert Swarbrick · 7 years ago
- 0f560c8 Remove optimization from av1_loop_restoration_filter_frame by Rupert Swarbrick · 7 years ago
- 25c57d2 Simplify prototype of av1_loop_restoration_filter_frame by Rupert Swarbrick · 7 years ago
- 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
- 917d6c0 max-tile: Fix issues discovered when testing max-tile by Dominic Symes · 7 years ago
- 9bbbde5 Fix compile warning with --disable-highbitdepth by David Barker · 7 years ago
- 33601da Add a missing include by Yaowu Xu · 7 years ago
- 19fb2cc Use aom_memalign to replace aom_malloc by Yaowu Xu · 7 years ago
- 1392786 Refactor to allow optimization in SGR code by Rupert Swarbrick · 7 years ago
- 625e50b Get rid of the highbd versions of the SGR code by Rupert Swarbrick · 7 years ago
- 7cf6096 Remove unused highpass filter from SGR code by Rupert Swarbrick · 7 years ago
- 1522ca6 Fix placement of chroma LR coefficients in stream by Rupert Swarbrick · 7 years ago
- abb3e4e loop-restoration: Remove duplicated function by David Barker · 7 years ago