summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2019-04-26Add bistream_debug toolAngie Chiang
2019-04-23Merge changes I1af88144,I9eaf9563,I58c1bc0f,I8d173addAngie Chiang
2019-04-23Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng
2019-04-23Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng
2019-04-21Remove mv_dist and mv_cost from TplDepStatsAngie Chiang
2019-04-21Remove inter_cost_arr and recon_error_arrAngie Chiang
2019-04-21Remove RE_COMPUTE_MV_INCONSISTENCYAngie Chiang
2019-04-21Remove unused mv_[dist/cost]_sumAngie Chiang
2019-04-18Fix issues with bits allocated and consumedDeepa K G
2019-04-16Revert "Refactor tile boundary condition for intra prediction"James Zern
2019-04-13Add Tune for SSIM for high bitdepth encodingsdeng
2019-04-13Merge "Add Tune for SSIM"Sai Deng
2019-04-12Add Tune for SSIMsdeng
2019-04-12Use qsort to find median valueJingning Han
2019-04-10Use log-based sse in eval_mv_modeAngie Chiang
2019-04-09Adjust the probs in get_mv_mode_costAngie Chiang
2019-04-02vp9-rtc: Move noise estimation to after scene change detectionMarco Paniconi
2019-03-20Properly reset memory in hbd settingJingning Han
2019-03-15Fix race condition in wiener_var_rd_multAngie Chiang
2019-03-15Merge "Refactor tile boundary condition for intra prediction"Jingning Han
2019-03-14Refactor tile boundary condition for intra predictionJingning Han
2019-03-14Merge changes Ifc006890,I753920a6Angie Chiang
2019-03-14Merge "vp9-svc: Reorganize the simulcast mode"Marco Paniconi
2019-03-13Apply kmeans on log of wiener_varianceAngie Chiang
2019-03-13vp9-svc: Reorganize the simulcast modeMarco Paniconi
2019-03-13Safe guard zero median filter outcome caseJingning Han
2019-03-13Refactor speed feature settingsJingning Han
2019-03-13Adaptive multiplier based on the Wiener varianceJingning Han
2019-03-12Add normalization over frame level Wiener varianceJingning Han
2019-03-12Set up Wiener variance for macroblocks in a frameJingning Han
2019-03-08Merge changes Ib8e635fc,If868f67c,Ibfeae411Angie Chiang
2019-03-07vp9 svc: add simulcast mode when inter-layer pred is off.Jerome Jiang
2019-03-05Include mv_mode_arr info in dump_tpl_statsAngie Chiang
2019-03-05Include gf_frame_offset in dump_tpl_statsAngie Chiang
2019-03-05Refactor dump_tpl_statsAngie Chiang
2019-03-05Add rd_diff_arr to store future blocks' rd diffAngie Chiang
2019-03-04Fix compile error when DUMP_TPL_STATS is 1Angie Chiang
2019-02-13Fix compile warnings in non-greedy-mvAngie Chiang
2019-02-13Only discount new mv mode when tpl model is readyAngie Chiang
2019-02-13Use mv_mode_arr to decide the newmv discount placeAngie Chiang
2019-02-13Fix the bug for feature_score computationAngie Chiang
2019-02-05Add tpl_bsize to VP9_COMPAngie Chiang
2019-02-05Compute future_rd_diff in predict_mv_modeAngie Chiang
2019-01-31Add dist scale in get_mv_distAngie Chiang
2019-01-30Implement get_mv_cost()Angie Chiang
2019-01-30Add assertion in get_block_src_pred_bufAngie Chiang
2019-01-29Fix bug in predict_mv_modeAngie Chiang
2019-01-29Allocate memory for mv_mode_arr[]Angie Chiang
2019-01-28Add predict_mv_mode_arr()Angie Chiang
2019-01-28Add predict_mv_mode()Angie Chiang