summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
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
2018-07-10Properly set the is_valid flag in tpl_frameJingning Han
2018-07-09vp9_encoder: only alloc tpl stats if enabledJames Zern
2018-07-09vp9-svc: Intra-only frame for spatial layers.Marco Paniconi
2018-07-02Add hierarchical structure based ref frame updateZoe Liu
2018-07-02Merge "Exploit the spatial variance in temporal dependency model"Jingning Han
2018-06-30Merge "vp9: copy source on sync frame in denoiser."Jerome Jiang
2018-06-29vp9: Reset params for cyclic refresh on slide changeMarco Paniconi
2018-06-29vp9: copy source on sync frame in denoiser.Jerome Jiang
2018-06-29Exploit the spatial variance in temporal dependency modelJingning Han
2018-06-29Merge "Skip temporal dependency build when the speed feature is off"Jingning Han
2018-06-28Skip temporal dependency build when the speed feature is offJingning Han
2018-06-22Single out ref frame update functionalityZoe Liu
2018-06-20Merge "Disable tpl model in high bd route"Jingning Han
2018-06-20Disable tpl model in high bd routeJingning Han
2018-06-20vp9-svc: Add support for spatial layer sync frames.Marco Paniconi