- 50f9377 Fix spelling errors and typos in comments by Wan-Teh Chang · 3 years ago
- 4c625a7 rtc: Adjust condition to remove golden reference by Marco Paniconi · 3 years ago
- 3135d77 Direct partition merging in RTC by Yunqing Wang · 3 years ago
- 94f491f RTC: Correct mv rate computation in non-rd path by chiyotsai · 3 years ago
- 36ae6d5 rtc: Restructure loops in av1_block_yrd() by Nithya V S · 3 years ago
- dd4faa8 Force warp motion mode disabled in higher rt speed settings by Jingning Han · 3 years ago
- d6739ad rtc: Fix to blk_skip update for screen by Marco Paniconi · 3 years ago
- 7d10bc9 rtc:Enable AVX2 intrinsic to perform dual 8x8 Hadamard txfm by Arun Singh Negi · 3 years ago
- cc53822 rtc: Add SSE2 intrinsic to compute sse and sum of four 8x8 blocks by venkat sanampudi · 3 years ago
- 06c3fc6 Fix various typos by Angie Chiang · 3 years ago
- 7ae1635 rtc-screen: Early exit in variance part for zeromv by Marco Paniconi · 3 years ago
- 0d7967e rtc-screen: Fix skip_txfm setting for screen by Marco Paniconi · 3 years ago
- dc503e0 rtc-screen: Speedup idtx in nonrd for speed 10 by Marco Paniconi · 3 years ago
- 24dd26b rtc: Extend sse based early termination to speed-10 by Aasaipriya · 3 years ago
- 05ea591 rtc-screen: Allow palette mode on non-slide changes by Marco Paniconi · 3 years ago
- 41b4171 rtc-screen: Add some early exits to nonrd by Marco Paniconi · 3 years ago
- 957537a rtc: Add speed feature for idtx in nonrd mode. by Marco Paniconi · 3 years ago
- f90062a Enable idtx in rtc for screen content mode by Jingning Han · 3 years, 1 month ago
- 2a7be84 rtc: Extend sse based early termination to speed-7 by Aasaipriya · 3 years, 1 month ago
- 493cf67 rtc: Avoid skip test when sse_early_term is enabled by Marco Paniconi · 3 years, 1 month ago
- c41c18c Use msb to estimate the eob cost in nonrd mode search by Jingning Han · 3 years, 1 month ago
- ae4ecc2 rtc: Add SF to terminate inter mode search early based on sse by Aasaipriya · 3 years, 1 month ago
- e76a05b AV1 RT: increase ME accuracy on screen content by Fyodor Kyslov · 3 years, 1 month ago
- 9a128c8 rtc-screen: Adjustments for intra on slide changes by Marco Paniconi · 3 years, 2 months ago
- f0bc2c3 AV1 RT: don't search for NEWMV on scenechange in screen content by Fyodor Kyslov · 3 years, 2 months ago
- dc9bddb AV1 RT: Implement palette mode for nonRD path by Fyodor Kyslov · 3 years, 2 months ago
- 27dd5d4 rtc: Fine tune sf skip_intra_pred_if_tx_skip by Mudassir Galagnath · 3 years, 2 months ago
- fa924c5 rtc: Adjustments for screen content by Marco Paniconi · 3 years, 2 months ago
- be67a12 AV1 RT: Fixes in blk_skip usage for nonRD mode by Fyodor Kyslov · 3 years, 3 months ago
- 275260c AV1 RT: Avoid extra reset of TX type for nonRD mode by Fyodor Kyslov · 3 years, 3 months ago
- ca638fa AV1 RT: Use blk_skip in nonRD mode search by Fyodor Kyslov · 3 years, 3 months ago
- 8a28c20 rtc-svc: Fix to avoid removing references by Marco Paniconi · 3 years, 3 months ago
- 6aa82c7 rtc: Fix assert in nonrd pickmode by Marco Paniconi · 3 years, 3 months ago
- 691b0de rtc: Fix prediction on keyframes for spatial layers by Marco Paniconi · 3 years, 4 months ago
- 59a7a0d rtc: Speed feature to switch to half_pel at block level by Marco Paniconi · 3 years, 4 months ago
- 778deb3 Remove comp_diff variables by Jingning Han · 3 years, 4 months ago
- d456b6f rtc: Skip pred_mv sad in nonrd_pickmode by Marco Paniconi · 3 years, 5 months ago
- 9d6cef0 rtc: Fix the exit on non-last in nonrd_pickmode by Marco Paniconi · 3 years, 5 months ago
- 61a7598 rtc: variance based inter mode pruning by Yunqing Wang · 3 years, 5 months ago
- c739f21 Fix GCC 8.3.0 -Wmaybe-uninitialized on left_col by Wan-Teh Chang · 3 years, 5 months ago
- 552a039 AV1 RT: Fix uninitialized variable use in estimate_intra by Fyodor Kyslov · 3 years, 5 months ago
- 5d6e7a7 Use proper bit-depth path in non-rd encoding by Yunqing Wang · 3 years, 6 months ago
- 984b81a Fix a bug in av1_quantize_lp AVX2 optimization by Yunqing Wang · 3 years, 6 months ago
- 28fe8d2 Cosmetic changes. by Cheng Chen · 3 years, 6 months ago
- f81be37 AV1 RT: Reduce Motion Estimation for speed 10 by Fyodor Kyslov · 3 years, 6 months ago
- a6276ca Abstract is_frame_resize_pending checking by Yunqing Wang · 3 years, 6 months ago
- 010b1a8 rtc: Allow for dual interpol filter in nonrd mode by Marco Paniconi · 3 years, 7 months ago
- 3adb660d Fix a few typos and minor errors. by Bohan Li · 3 years, 7 months ago
- 1c266d8 AV1 RT: Introduce speed 10 for RT mode by Fyodor Kyslov · 3 years, 8 months ago
- 0326600 rtc: Modify interpol filter search for nonrd by Marco Paniconi · 3 years, 7 months ago
- b4d103c rtc: Remove estimate_comp_ref_frame_costs() in nonrd by Marco Paniconi · 3 years, 7 months ago
- f190c95 svc: Fix interface to svc for compound prediction by Marco Paniconi · 3 years, 7 months ago
- 3c87aae rtc: Rework compound prediction for nonrd by Marco Paniconi · 3 years, 8 months ago
- 49f3934 rtc: Allow for compound predicton for svc by Marco Paniconi · 3 years, 8 months ago
- 70d2ea6 AV1 RT: Implement Warped Motion mode search in NonRD by Fyodor Kyslov · 3 years, 8 months ago
- 3753248 Remove all calls to aom_clear_system_state by chiyotsai · 3 years, 9 months ago
- 72913da rtc: Enable compound mode for speed >= 7 by Marco Paniconi · 3 years, 9 months ago
- edd08d5 rtc: Add option for LAST_LAST2 compound for nonrd by Marco Paniconi · 3 years, 9 months ago
- 9ebbc8b rtc: Allow for compound modes for nonrd_pickmode by Marco Paniconi · 4 years, 4 months ago
- 737820e rtc: Set color_sensitivity per coding block by Marco Paniconi · 3 years, 10 months ago
- 1679627 Abstract fn_ptr to AV1_PRIMARY by Mufaddal Chakera · 4 years, 1 month ago
- 0a0a4bd Fix to denoiser as use_svc was moved out AV1_COMP by Jerome Jiang · 3 years, 11 months ago
- 15eb4de Abstract use_svc to AV1_PRIMARY 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
- 1b6af72 Fix a bug in av1_nonrd_pick_intra_mode() by Hui Su · 4 years ago
- 901965a Remove cm from av1_predict_intra_block() by Angie Chiang · 4 years ago
- 91f8e42 AV1 RT: Fix thread sanitizer issue while accessing pred buffer by Cherma Rajan A · 4 years ago
- bb36786 AV1 RT: Adjust TX size selection thresholds in nonRD case by Fyodor Kyslov · 4 years ago
- f38266b rtc: Fix to mode selection in nonrd_pick_intra_mode by Marco Paniconi · 4 years ago
- c990ca2 Fix rate calculation in av1_nonrd_pick_intra_mode by Deepa K G · 4 years, 1 month ago
- fb9f22c AV1 RT: Fix 10 bit enc/dec mismatch by Fyodor Kyslov · 4 years, 1 month ago
- 648c650 AV1 RT: Move MvCosts into dynamically alloc structure by Fyodor Kyslov · 4 years, 1 month ago
- 84cb8b3 rtc-svc: Fixes to inter layer prediction for nonrd by Marco Paniconi · 4 years, 2 months ago
- f62cbe2 Deprecate av1_default_scan_orders by Jingning Han · 4 years, 2 months ago
- b790c9c AV1 RT: Implement AV1 temporal denoising by Fyodor Kyslov · 4 years, 2 months ago
- 5a2e549 rtc: Use zeromv mode for speed >= 9 by Marco Paniconi · 4 years, 3 months ago
- 2943090 AV1 RT: implement reduced mode set for speed9 with zeromv by Fyodor Kyslov · 4 years, 4 months ago
- 988b34a rtc: Enable noise estimation for high resols by Marco Paniconi · 4 years, 4 months ago
- b0f0fb1 AV1 RT: Implement more agressive mode check skip by Fyodor Kyslov · 4 years, 4 months ago
- 2210085 Fix interp filter type bit cost calculation by Hui Su · 4 years, 4 months ago
- 06affb6 rtc: Add intra mode bit mask to rt speed features by Marco Paniconi · 4 years, 5 months ago
- 221b899 rtc: Fix to avoid artifact for flat areas by Marco Paniconi · 4 years, 5 months ago
- 0b90c41 Reduce memory used for MACROBLOCK::mbmi_ext by chiyotsai · 4 years, 6 months ago
- bc4a75d rtc-svc: Allow for second temporal reference for spatial layers by Marco Paniconi · 4 years, 6 months ago
- 0f5cd05 Add doxygen comments for MB_MODE_INFO by chiyotsai · 4 years, 7 months ago
- 62b66dd rtc: Cleanup estimate_single_ref_costs for nonrd_pickmode by Marco Paniconi · 4 years, 7 months ago
- c32fb59 Fix missing TX_4X4 case in nonrd_pickmode by Debargha Mukherjee · 4 years, 7 months ago
- 0fac7ff rtc-svc: Adjust use_modeled_non_rd_cost for layers by Marco Paniconi · 4 years, 7 months ago
- d182da4 rtc: Updates/fixes for temporal layers by Marco Paniconi · 4 years, 8 months ago
- 7430da6 Simplify search_method selection by chiyotsai · 4 years, 8 months ago
- 14affd0 Add search site init for all motion search methods by venkat sanampudi · 4 years, 8 months ago
- aeada12 Add FAST_BIGDIA motion search method by venkat sanampudi · 4 years, 8 months ago
- 2a3768e AV1 RT: Add documentation for NonRD mode search by Fyodor Kyslov · 4 years, 8 months ago
- dc5371c Introduce fast full pixel search for tpl motion estimation by venkat sanampudi · 4 years, 8 months ago
- 487b013 AV1 RT: Add more documentation to nonRD inter mode search by Fyodor Kyslov · 4 years, 8 months ago
- 3082401 AV1 RT: Add documentation for nonRD intra mode search by Fyodor Kyslov · 4 years, 8 months ago
- 734eff9 Group quantization config in AV1EncoderConfig by Vishesh · 4 years, 9 months ago
- 2b9242a AV1 RT: Introduce speed 9 by Fyodor Kyslov · 4 years, 9 months ago
- 39e7409 Group rate control config in AV1EncoderConfig by Vishesh · 4 years, 9 months ago
- 7f6e21a Remove speed features with no quality/speed impact by chiyotsai · 4 years, 9 months ago