summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2019-10-21Change the interface of find_next_key_frameangiebird
2019-10-21Refactor kf_group_err in find_next_key_frameangiebird
2019-10-21Simplify the logics in find_next_key_frameangiebird
2019-10-21Add get_gop_coding_frame_num()angiebird
2019-10-16Localize zero_motion_accumulatorangiebird
2019-10-16Rename num_show_frames by num_coding_framesangiebird
2019-10-16Use compute_arf_boost() in define_gf_group()angiebird
2019-10-15Localize av_err mean_mod_score in define_gf_groupangiebird
2019-10-15Move code of deciding gop size into bracketsangiebird
2019-10-15Localize last_loop_decay_rateangiebird
2019-10-15Make get_zero_mtion_factor avoid using cpiangiebird
2019-10-15Add check_transition_to_still()angiebird
2019-10-15Add compute_arf_boost()angiebird
2019-10-11Correct the num_frams of fps_init_first_pass_infoangiebird
2019-10-11Simplify the logics of computing gf_group_err etcangiebird
2019-10-11Add calc_norm_frame_score()angiebird
2019-10-11Remove mod_frame_err in define_gf_groupangiebird
2019-10-11Simplify the if clause in define_gf_groupangiebird
2019-10-10Refactor calc_frame_boost()angiebird
2019-10-10Add first_pass_info in TWO_PASSangiebird
2019-10-10Refactor get_prediction_decay_rate()angiebird
2019-10-10Replace cpi by frame_info in get_sr_decay_rate()angiebird
2019-10-10Change the interface of calc_frame_boostangiebird
2019-10-10Use frame_info in calculate_active_areaangiebird
2019-10-10Add FRAME_INFO into VP9_COMPangiebird
2019-10-10Add detect_flash_from_frame_stats()angiebird
2019-10-04vp9: fix non bitexact when reuse_inter_pred is 0.Jerome Jiang
2019-09-30namespace ARCH_* definesJames Zern
2019-09-24Merge "vp9-rtc: Fix to speed 4 for real-time mode"Marco Paniconi
2019-09-23vp9-rtc: Fix to speed 4 for real-time modeMarco Paniconi
2019-09-20Merge "Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDER"Angie Chiang
2019-09-20Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDERAngie Chiang
2019-09-20vp9-svc: Fix to forced key frame for spatial layersMarco Paniconi
2019-09-19Merge "Remove redundant comment"Angie Chiang
2019-09-18Remove redundant commentAngie Chiang
2019-09-18Merge "Move vp9_alloc_motion_field_info"Angie Chiang
2019-09-18Move vp9_alloc_motion_field_infoAngie Chiang
2019-09-10vp9_quantize_sse2: quiet clang-7 integer sanitizer warningJames Zern
2019-09-06vp9-svc: Add new frame drop mode for SVCMarco Paniconi
2019-08-30Report failure of vp9_alloc_motion_field_infoAngie Chiang
2019-08-29Free set_mv properlyAngie Chiang
2019-08-28Move motion field from TplDepFrame to MotionFieldAngie Chiang
2019-08-27Add MACRO MAX_INTER_REF_FRAMESAngie Chiang
2019-08-27Add motion_filed_info in VP9_COMPAngie Chiang
2019-08-27Add free_tpl_bufferAngie Chiang
2019-08-26Cosmetic changes to vp9_alloc_motion_field_infoAngie Chiang
2019-08-23Merge changes I13f59f52,I7441e041,I7441e041Dan Zhu
2019-08-23Merge "Let do_motion_search process one ref at at time"Angie Chiang
2019-08-22modify smooth model(float type mv + normalization)Dan Zhu
2019-08-20Merge "Add [full/sub]_pixel_motion_search"Angie Chiang