summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2018-08-21Drop empty line in vp9_get_compressed_data()Jingning Han
2018-08-21Safely swap the show frame buffer pointer in show_existing modeJingning Han
2018-08-21Skip loop filter operation in show_existing_frame modeJingning Han
2018-08-21Point show frame buffer towards existing frame bufferJingning Han
2018-08-21Skip frame encoding when show_existing_frame is onJingning Han
2018-08-20Unify set_arf_sign_bias functionJingning Han
2018-08-20Add a comment in init_gop_frames()Jingning Han
2018-08-17Refactor init_gop_frame()Jingning Han
2018-08-14Make Sharpness parameter affect visual sharpnessJim Bankoski
2018-08-13vp9: Small refactor on overshoot detection, for cbr real-time.Marco Paniconi
2018-08-10Refactor: Move code updating ref frames for svc & denoiser.Jerome Jiang
2018-08-10Merge "vp9-svc: Update to SET/GET_SVC_REF_FRAME_CONFIG api"Jerome Jiang
2018-08-09vp9: Allow for overshoot detection for non-screen CBR mode.Marco Paniconi
2018-08-09vp9-svc: Update to SET/GET_SVC_REF_FRAME_CONFIG apiJerome Jiang
2018-08-03vp9: Add screen-content mode to overshoot detection.Marco Paniconi
2018-08-02vp9: Disable re_encode_overshoot feature for speed >= 6.Marco Paniconi
2018-08-02Merge "Add frame pointer to support recon frames in tpl model"Jingning Han
2018-07-31vp9_encoder: make setup_tpl_stats() staticJames Zern
2018-07-31vp9: enable tpl model in high-bitdepth w/8-bit outputJames Zern
2018-07-30Add frame pointer to support recon frames in tpl modelJingning Han
2018-07-31Move frame pointer assignment outside block loop in tpl modelJingning Han
2018-07-30Refactor tpl_model_store input parametersJingning Han
2018-07-31Merge "Use diamond search to build tpl model and arf frames"Jingning Han
2018-07-28Merge "Remove an extra vp9_encode_frame call"Angie Chiang
2018-07-27Use diamond search to build tpl model and arf framesJingning Han
2018-07-27Remove an extra vp9_encode_frame callAngie Chiang
2018-07-25Clean up get_overlap_area functionJingning Han
2018-07-24Factor out mode estimation process in tpl model buildJingning Han
2018-07-24vp9: Modify logic for flat blocks in nonrd-pickmode.Marco Paniconi
2018-07-24Merge "Pass in block size for motion search function"Jingning Han
2018-07-23Pass in block size for motion search functionJingning Han
2018-07-23Make the tpl model update operated in 8x8 block unitJingning Han
2018-07-23Refactor overlap area computationJingning Han
2018-07-22Map coding block size to transform block sizeJingning Han
2018-07-22Refactor tpl model update functionJingning Han
2018-07-22Scale the distortion mectric with tx sizeJingning Han
2018-07-20Replace hard coded numbers in tpl modelJingning Han
2018-07-18Refactor transform calls in tpl model buildJingning Han
2018-07-17Merge "vp9: Force hybrid_intra on scene change"Marco Paniconi
2018-07-16vp9: Force hybrid_intra on scene changeMarco Paniconi
2018-07-16Account for quantization effect in the tpl modelJingning Han
2018-07-13Use the estimate qp to set motion search controlJingning Han
2018-07-13Set the estimate frame qp in tpl_frameJingning Han
2018-07-13Estimate the frame qp in a gopJingning Han
2018-07-13Merge "Backport libaom bug fixes."Wan-Teh Chang
2018-07-12Backport libaom bug fixes.Wan-Teh Chang
2018-07-12Use regular filter type for tpl model motion compensationJingning Han
2018-07-11Clean up mc_flow_dispenser()Jingning Han
2018-07-11Add 32x32 Hadamard transformJingning Han
2018-07-11Change the tpl model operating block size to 32x32Jingning Han