summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
Commit message (Expand)AuthorAgeFilesLines
* vp9_encodeframe: rm unused varsJames Zern2023-04-191-5/+0
* vp9_encodeframe.c: clear -Wshadow warningsJames Zern2023-03-231-24/+21
* Refactor logic of skipping trellis coeff optDeepa K G2023-03-191-7/+7
* vp9_block.h: rename diff struct to DiffJames Zern2023-02-221-7/+7
* Remove CONFIG_CONSISTENT_RECODE flagchiyotsai2023-02-101-33/+6
* Add encoder component timing informationYunqing Wang2023-01-271-0/+37
* Fix to segfault for external resize test in vp9Marco Paniconi2023-01-131-1/+7
* vp9-svc: Fixes to make SVC work with VBRMarco Paniconi2022-11-151-3/+3
* vp9_encode_sb_row: remove a branch w/CONFIG_REALTIME_ONLYJames Zern2022-06-171-1/+4
* vp9-rtc: Fix to usage of active_maps when aq_mode=0Marco Paniconi2022-05-151-3/+4
* vp9-rtc: Fix to interp_filter for segment skipMarco Paniconi2022-05-121-2/+6
* Use background segmentation mask with ROIJerome Jiang2022-01-271-10/+32
* Fix some instances of -Wunused-but-set-variable.Peter Kasting2021-07-261-15/+3
* Remove unused old FP_MB_STATS codeYunqing Wang2021-07-231-200/+0
* Clean up allow_partition_search_skip codeYunqing Wang2021-07-231-20/+2
* vp9-rtc: Extract content dependency in cyclic refreshMarco Paniconi2021-06-251-3/+6
* Add use_simple_encode_api to oxcfAngie Chiang2021-06-211-12/+25
* Merge "vp9-rtc: Some speedups to speed 5 real-time mode"Marco Paniconi2020-04-251-2/+2
|\
| * vp9-rtc: Some speedups to speed 5 real-time modeMarco Paniconi2020-04-241-2/+2
* | Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9.""Jerome Jiang2020-04-241-4/+27
|/
* Merge "Move index check before array access"Jerome Jiang2020-04-231-5/+9
|\
| * Move index check before array accessVitaly Buka2020-04-161-5/+9
* | Merge "Revert "vp9-rtc: Some speedups to speed 5 real-time mode""Jerome Jiang2020-04-231-7/+2
|\ \
| * | Revert "vp9-rtc: Some speedups to speed 5 real-time mode"Marco Paniconi2020-04-231-7/+2
* | | Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."Jerome Jiang2020-04-201-27/+4
|/ /
* | vp9-rtc: Some speedups to speed 5 real-time modeMarco Paniconi2020-04-191-2/+7
|/
* vp9-rtc: Increase partition threshold to 8x8 for high QMarco Paniconi2020-02-181-0/+4
* Merge "Set mv to zero if the second ref does not exist"Cheng Chen2020-02-111-0/+3
|\
| * Set mv to zero if the second ref does not existCheng Chen2020-02-101-0/+3
* | Do save/restore_encode_params when rate_ctrl is onangiebird2020-02-101-5/+5
|/
* Store frame motion vector infoCheng Chen2020-02-021-23/+159
* Correctly assign partition infoCheng Chen2020-01-271-13/+32
* Store frame partition infoCheng Chen2020-01-241-0/+64
* vp9-rtc: Lower threshold for color sensitivity for screenMarco Paniconi2020-01-221-7/+14
* vp9-rtc: Reduce color artifact for speed 8Marco Paniconi2019-07-101-2/+2
* vp9_encodeframe: quiet a few integer sanitizer warningsJames Zern2019-06-271-4/+12
* Fix a bug in best RD cost updatingsdeng2019-06-051-36/+36
* Hierarchical rdmult scaling when tune=ssimsdeng2019-06-031-14/+31
* Merge changes I7b1d1482,I01588758,I6f17864eSai Deng2019-06-031-55/+71
|\
| * Update rdcost using the rd_mult in current blocksdeng2019-06-011-14/+12
| * Use distortion and rate of best_rd as the paramssdeng2019-06-011-19/+29
| * Use distortion and rate recursively in rd_pick_partition()sdeng2019-05-311-23/+31
* | Remove RD code for CONFIG_REALTIME_ONLY in vp9.Jerome Jiang2019-05-311-4/+27
|/
* Add mismatch_debug toolAngie Chiang2019-05-061-1/+29
* Refactor perceptual aq controlJingning Han2019-05-011-14/+8
* Call set_error_per_bit in SSIM rdmult updatesdeng2019-04-291-6/+7
* Refactor the SSIM based rdmult update functionsdeng2019-04-291-19/+9
* Add vpx_clear_system_state() in SSIM based rdmult adjustmentssdeng2019-04-221-0/+5
* Merge "Revert "Refactor tile boundary condition for intra prediction""James Zern2019-04-171-2/+0
|\
| * Revert "Refactor tile boundary condition for intra prediction"James Zern2019-04-161-2/+0