- 72e349e Rework downsampling pyramid setup by Rachel Barker · 1 year, 1 month ago
- bad2f8d Split pthread wrapper to aom_pthread.h. by Peter Kasting · 1 year, 1 month ago
- 34c87f4 Minor refactor of MT error handling code by Mudassir Galaganath · 1 year, 7 months ago
- ccca9fe Reduce the number of frames in tpl by Deepa K G · 1 year, 7 months ago
- e3bf24b Propagate error from worker to main thread during tpl MT by Mudassir Galaganath · 1 year, 8 months ago
- f7acaa7 Set search method outside set default ms_parmas by chiyotsai · 1 year, 8 months ago
- 66db60a Extend tpl sf use_sad_for_mode_decision to speed 4 by Deepa K G · 1 year, 8 months ago
- acf40a9 Optimize mode selection in tpl by Deepa K G · 1 year, 9 months ago
- b0a0a9c Reduce allocation frequency of temporary buffers in tpl by Deepa K G · 1 year, 9 months ago
- dc6842e Skip error calculation of start MV in subpel search by Deepa K G · 1 year, 9 months ago
- 08361de Avoid redundant calculations in tpl by Deepa K G · 1 year, 10 months ago
- e802b78 Add tpl transform stats collection under a macro by Deepa K G · 1 year, 10 months ago
- b459af3 Optimize mode estimation function in tpl by Deepa K G · 1 year, 10 months ago
- cb899e8 Extend downsample SAD computation for lowres, midres by Deepa K G · 1 year, 11 months ago
- d6b8177 Fix exception in av1_tpl_get_frame_importance() by Angie Chiang · 1 year, 11 months ago
- 22164b5 Enable compound mode MV Refinement for speed 5 and 6 by venkat sanampudi · 2 years ago
- fa59a65 Fix fullpel search limits by Rachel Barker · 2 years, 1 month ago
- e93a683 Clear xd->mi before init_mc_flow_dispenser returns by Wan-Teh Chang · 2 years, 1 month ago
- 674eaa0 Revert "Revert "Replace y_buffer_8bit with a downsampling pyramid"" by Rachel Barker · 2 years, 3 months ago
- ccc171c Simplify rate computation in rate_estimator() by Ranjit Kumar Tulabandu · 2 years, 2 months ago
- ad72538 Populate rdmult through ducky_encode to tpl build by Jingning Han · 2 years, 4 months ago
- 916fb7c Allow ducky encode to configure frame QP in TPL pass by Jingning Han · 2 years, 4 months ago
- 39715dc Populate TPL building params through ducky_encode by Jingning Han · 2 years, 4 months ago
- e35511b Calculate intra sse/dist under ducky_encode by Jingning Han · 2 years, 4 months ago
- 4daac5e Move common_data definitions to c file by Ivan Rosales · 2 years, 4 months ago
- 6bdb865 Populate fields in ducky encoder by Jingning Han · 2 years, 4 months ago
- 2837c65 Add fields in TPL stats to keep intra distortion error by Jingning Han · 2 years, 4 months ago
- 516b2d7 Extend av1_get_q_index_from_qstep_ratio() by Jingning Han · 2 years, 4 months ago
- 4907306 Superblock qp sweep experiment given fixed rdmult by linzhen · 2 years, 5 months ago
- 74f1bd3 Refactor functions to calculate rdmult (lambda) by linzhen · 2 years, 4 months ago
- 6746ae4 Remove an unintended assertion by Jingning Han · 2 years, 5 months ago
- ec7cc75 Reduce the size of TplDepStats structure by Diksha Singh · 2 years, 7 months ago
- 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 7 months ago
- 89ab948 Modify single reference search in TPL by Yunqing Wang · 2 years, 8 months ago
- c03dc04 Improve compound prediction search in TPL by Yunqing Wang · 2 years, 8 months ago
- 79f745c Fix multi-thread mismatch in TPL compound search by Yunqing Wang · 2 years, 8 months ago
- daf2394 Merge parallel encode of lower layer frames to default path by Remya Prakasan · 2 years, 9 months ago
- 31eab8f Merge FPMT interface and MT framework to default by Remya Prakasan · 2 years, 10 months ago
- db562b2 tpl_model,mode_estimation: add missing alloc checks by James Zern · 2 years, 11 months ago
- bad783b Conditionally allocate TPL frame buffers for chroma plane by Cherma Rajan A · 3 years ago
- d3b1571 Facilitate luma plane only allocation in alloc/realloc functions by Cherma Rajan A · 3 years ago
- 215e906 Add RATECTRL_LOG by Angie Chiang · 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
- eae653f Make FPMT code to make frames non-reference default by Remya Prakasan · 3 years ago
- 023456e av1_vbr_rc_info_estimate_gop_bitrate: rm unused variable by James Zern · 3 years ago
- 83dae32 Avoid the allocation of txfm_stats_list when tpl is disabled by Mudassir Galagnath · 3 years, 1 month ago
- 55318e3 Make stackless reference handling logic default by Remya Prakasan · 3 years ago
- 06c3fc6 Fix various typos by Angie Chiang · 3 years ago
- 98da47a Add CONFIG_RATECTRL_LOG by Angie Chiang · 3 years ago
- 02e8695 Set pframe_qindex=128 in 2nd pass by Angie Chiang · 3 years, 1 month ago
- 3bcc888 Let q_index stay unchanged when qstep_ratio = 1 by Angie Chiang · 3 years, 1 month ago
- b17a57d Integrate BITRATE_ACCURACY with three pass mode by Angie Chiang · 3 years, 3 months ago
- a803dcb Move tpl_rdmult_scaling_factors to cpi by Nithya V S · 3 years, 2 months ago
- 6195b8d Count sign bit cost in tpl rate cost by Jingning Han · 3 years, 2 months ago
- f9ecf6f Lower max gop threshold by Jingning Han · 3 years, 2 months ago
- caabfeb Help determine pred mode in third pass tpl. by Bohan Li · 3 years, 4 months ago
- 2ffd3a6 Change the interface of av1_vbr_rc_info_estimate_base_q by Angie Chiang · 3 years, 2 months ago
- cfea72b Simplify av1_q_mode_compute_gop_q_indices by Angie Chiang · 3 years, 2 months ago
- fe2ec60 Change the normalization factors in tpl by Jingning Han · 3 years, 2 months ago
- 62d779a Make type conversion explict by Yaowu Xu · 3 years, 3 months ago
- 4a47940 Change tpl frame normalization by Jingning Han · 3 years, 3 months ago
- 1ca2bdf Reset all is_valid in av1_init_tpl_stats by Angie Chiang · 3 years, 3 months ago
- b65de56 Fix scale_factor bug and refactor BITRATE_ACCURACY by Angie Chiang · 3 years, 4 months ago
- 6ee210d Clear gf_frame_index of av1_q_mode_estimate_base_q by Angie Chiang · 3 years, 4 months ago
- 86c82e1 Simplify vbr_rc_info code with gf_frame_index == 0 by Angie Chiang · 3 years, 4 months ago
- 855d0da Remove extra code in BITRATE_ACCURACY by Angie Chiang · 3 years, 4 months ago
- bb268f3 Move show existing arf out of av1_temporal_filter by Angie Chiang · 3 years, 4 months ago
- 30546ab Apply filtering before checking shorter gop by Angie Chiang · 3 years, 5 months ago
- 1d1739d Merge frame_display_index with lookahead_index by Angie Chiang · 3 years, 5 months ago
- 875df49 Remove cur_frame_idx in anc_frame_offset by Angie Chiang · 3 years, 5 months ago
- 4f5e19a Remove anc_frame_offset by Angie Chiang · 3 years, 5 months ago
- f8b07e6 Add av1_tpl_get_frame_importance by Angie Chiang · 3 years, 5 months ago
- 9d35913 Only compute tpl stats when gf_frame_index = 0 by Angie Chiang · 3 years, 5 months ago
- deba748 Apply temporal filter after define_gf_group() by Angie Chiang · 3 years, 6 months ago
- 26af456 Fix transform coefficient collection error by Angie Chiang · 3 years, 6 months ago
- 55c3244 Update qstep_ratio_list after denoising ARF. by Kavi Ramamurthy · 3 years, 6 months ago
- e1c54aa Assign q indices based on qstep_ratio. by Kavi Ramamurthy · 3 years, 6 months ago
- 99bc51c Add support for multiple scale factors. by Kavi Ramamurthy · 3 years, 6 months ago
- 67eea99 Let mv_bits < 0.6 * gop_bit_budget by Angie Chiang · 3 years, 7 months ago
- 0b518db Fix clang -Wunused-but-set-variable warnings by Wan-Teh Chang · 3 years, 7 months ago
- 4cfe7e3 Allocate TPL buffers based on lag_in_frames by Hamsalekha S · 3 years, 9 months ago
- e4050c2 Fix a bug related to remapped_ref_idx by Yunqing Wang · 3 years, 7 months ago
- 5c4a983 Only use q_index_list when it's ready by Angie Chiang · 3 years, 7 months ago
- 5129ae3 Compute mv_bits in av1_vbr_rc_update_q_index_list by Angie Chiang · 3 years, 7 months ago
- 0ee6ee7 Fixed av1_estimate_gop_bitrate by Angie Chiang · 3 years, 7 months ago
- c87af27 Fix tpl_frame index in init_gop_frames_for_tpl() by Angie Chiang · 3 years, 7 months ago
- f46244b FPMT: Abstract av1_scale_references for parallel encode frames by Remya Prakasan · 3 years, 7 months ago
- 5b533aa Check estimated vs actual bitrates. by Kavi Ramamurthy · 3 years, 7 months ago
- 0e19182 Using localize remapped_ref_idx by Angie Chiang · 3 years, 7 months ago
- 073de49 Take neighboring motion vectors into account. by Kavi Ramamurthy · 3 years, 8 months ago
- 4b6d7ef Implement the motion vector scaling factor. by Kavi Ramamurthy · 3 years, 8 months ago
- 6044efd av1_tpl_stats_ready: fix assert by James Zern · 3 years, 8 months ago
- 5d87d14 Fix invalid tpl frame check by Jingning Han · 3 years, 8 months ago
- 9c45f6f rtc: Fixes to the reference structure by Marco Paniconi · 3 years, 8 months ago
- 0b48255 Calculate the bit usage of motion vectors. by Kavi Ramamurthy · 3 years, 8 months ago
- bb20160 Update q_index_list only when gf_frame_index = 0 by Angie Chiang · 3 years, 8 months ago
- 2c9a623 Add scale factor to vbr_rc_info. by Kavi Ramamurthy · 3 years, 8 months ago
- 258af8e Refactor av1_compute_rd_mult_based_on_qindex() by Angie Chiang · 3 years, 8 months ago
- 45c902b Integrate BITRATE_ACCURACY with new ARF q feature by Angie Chiang · 3 years, 8 months ago