summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add interface for external arf indexes.Cheng Chen2020-02-241-0/+4
* Do save/restore_encode_params when rate_ctrl is onangiebird2020-02-101-2/+2
* Add coded_frame to EncodeFrameResultsangiebird2020-02-051-0/+11
* Store frame motion vector infoCheng Chen2020-02-021-0/+28
* Consistency test for partition infoCheng Chen2020-01-271-1/+1
* Pass partition info to encode frame resultCheng Chen2020-01-271-0/+1
* Store frame partition infoCheng Chen2020-01-241-0/+37
* vp9: add delta q for uv channel. add tests.Jerome Jiang2020-01-171-0/+1
* Copy frame counts to the encode result.Cheng Chen2020-01-091-0/+1
* Move psnr/sse computation under RATE_CTRL flagangiebird2019-12-131-0/+2
* Cosmetic changes of SimpleEncode codeangiebird2019-11-211-1/+1
* Add SimpleEncode::EncodeFrameWithQuantizeIndex()angiebird2019-11-181-0/+28
* Add quantize_index to EncodeFrameResultangiebird2019-11-181-1/+2
* Add psnr and sse to EncodeFrameResultangiebird2019-11-181-0/+2
* Add frame_type and show_idx to EncodeFrameResultangiebird2019-11-181-1/+7
* Add const to oxcf of vp9_create_compressorangiebird2019-11-151-1/+1
* Add vp9_update_compressor_with_img_fmt()angiebird2019-11-141-0/+1
* Remove output_pkt_list from cpiangiebird2019-11-141-1/+0
* Pack psnr pkt outside of vp9_get_compressed_dataangiebird2019-11-131-0/+3
* Add g_timebase/g_timebase_in_ts to oxcfangiebird2019-11-131-1/+5
* Remove bits_left update in encoder_encode()angiebird2019-10-291-1/+0
* Add FRAME_INFO into VP9_COMPangiebird2019-10-101-0/+1
* Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDERAngie Chiang2019-09-201-13/+0
* Move motion field from TplDepFrame to MotionFieldAngie Chiang2019-08-281-15/+0
* Add motion_filed_info in VP9_COMPAngie Chiang2019-08-271-0/+1
* Add MotionField and MotionFieldInfoAngie Chiang2019-08-161-35/+0
* Make type of lambda int in TplDepFrameAngie Chiang2019-06-211-1/+1
* Remove RD code for CONFIG_REALTIME_ONLY in vp9.Jerome Jiang2019-05-311-0/+2
* Assign perceptual AQ mode as 5Jingning Han2019-05-101-2/+2
* Rework the wiener variance bufferJingning Han2019-05-011-0/+2
* Deprecate stack_rank_buffer usageJingning Han2019-05-011-1/+0
* Add PERCEPTUAL_AQ tagJingning Han2019-04-291-1/+2
* Remove mv_dist and mv_cost from TplDepStatsAngie Chiang2019-04-211-2/+0
* Remove inter_cost_arr and recon_error_arrAngie Chiang2019-04-211-2/+0
* Remove unused mv_[dist/cost]_sumAngie Chiang2019-04-211-2/+0
* Add Tune for SSIMsdeng2019-04-121-0/+1
* Compute count_ls in vp9_kmeansAngie Chiang2019-03-181-0/+1
* Fix race condition in wiener_var_rd_multAngie Chiang2019-03-151-0/+3
* Let vp9_kmeans provide boundary for each groupAngie Chiang2019-03-141-0/+1
* Apply kmeans on log of wiener_varianceAngie Chiang2019-03-131-0/+14
* Add normalization over frame level Wiener varianceJingning Han2019-03-121-0/+1
* Set up Wiener variance for macroblocks in a frameJingning Han2019-03-121-0/+3
* Add rd_diff_arr to store future blocks' rd diffAngie Chiang2019-03-051-0/+1
* Only discount new mv mode when tpl model is readyAngie Chiang2019-02-131-0/+1
* Use mv_mode_arr to decide the newmv discount placeAngie Chiang2019-02-131-0/+6
* Add tpl_bsize to VP9_COMPAngie Chiang2019-02-051-0/+1
* Add some const qualifiers where applicableHui Su2019-01-291-3/+3
* Add find_best_ref_mv_mode()Angie Chiang2019-01-241-0/+1
* Add get_mv_from_mv_mode()Angie Chiang2019-01-241-0/+1
* clean up debug print.Jerome Jiang2019-01-141-4/+2