summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
AgeCommit message (Expand)Author
2019-10-10Add FRAME_INFO into VP9_COMPangiebird
2019-09-20Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDERAngie Chiang
2019-08-28Move motion field from TplDepFrame to MotionFieldAngie Chiang
2019-08-27Add motion_filed_info in VP9_COMPAngie Chiang
2019-08-16Add MotionField and MotionFieldInfoAngie Chiang
2019-06-21Make type of lambda int in TplDepFrameAngie Chiang
2019-05-31Remove RD code for CONFIG_REALTIME_ONLY in vp9.Jerome Jiang
2019-05-10Assign perceptual AQ mode as 5Jingning Han
2019-05-01Rework the wiener variance bufferJingning Han
2019-05-01Deprecate stack_rank_buffer usageJingning Han
2019-04-29Add PERCEPTUAL_AQ tagJingning Han
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 unused mv_[dist/cost]_sumAngie Chiang
2019-04-12Add Tune for SSIMsdeng
2019-03-18Compute count_ls in vp9_kmeansAngie Chiang
2019-03-15Fix race condition in wiener_var_rd_multAngie Chiang
2019-03-14Let vp9_kmeans provide boundary for each groupAngie Chiang
2019-03-13Apply kmeans on log of wiener_varianceAngie Chiang
2019-03-12Add normalization over frame level Wiener varianceJingning Han
2019-03-12Set up Wiener variance for macroblocks in a frameJingning Han
2019-03-05Add rd_diff_arr to store future blocks' rd diffAngie 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-05Add tpl_bsize to VP9_COMPAngie Chiang
2019-01-29Add some const qualifiers where applicableHui Su
2019-01-24Add find_best_ref_mv_mode()Angie Chiang
2019-01-24Add get_mv_from_mv_mode()Angie Chiang
2019-01-14clean up debug print.Jerome Jiang
2019-01-03Build pyramid motion fieldAngie Chiang
2018-12-18Merge "Add PSNR_AQ mode"Jingning Han
2018-12-17Relocate tpl buffer allocationJingning Han
2018-12-17Add PSNR_AQ modeJingning Han
2018-12-12Replace mv_arr by pyramid_mv_arrAngie Chiang
2018-10-30clang-tidy: fix vp9/encoder parametersJohann
2018-10-17Variant implementation of changing mv search orderAngie Chiang
2018-10-17Add feature_score_loc_sortAngie Chiang
2018-10-17Change mv search order according to feature_scoreAngie Chiang
2018-10-17Merge "Reduce the cpi->scaled_ref_idx array size by 1."Wan-Teh Chang
2018-10-15Add encoder side frame buffer for tpl modelJingning Han
2018-10-15Refactor tpl model setup to support multi-layer ARF setupJingning Han
2018-10-11Remove unused variable from VP9_COMPJingning Han
2018-10-09Merge changes I67700eba,I9e8f8ed3,Id93565ccAngie Chiang
2018-10-08Set up the unit scaling factor for motion searchYunqing Wang
2018-10-08Move lambda into TplDepFrameAngie Chiang
2018-10-08Reduce the cpi->scaled_ref_idx array size by 1.Wan-Teh Chang
2018-10-04Fix bug in prepare_nb_full_mvsAngie Chiang
2018-09-28Add mv_{dist/cost}_sum to TplDepFrameAngie Chiang
2018-09-28Add mv_dist/mv_cost to TplDepStatsAngie Chiang
2018-09-26Call vp9_full_pixel_diamond_new in tpl mv searchAngie Chiang