summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
Commit message (Expand)AuthorAgeFilesLines
* Add VpxTplGopStatsJerome Jiang2023-05-081-1/+1
* Unify implementation of CHECK_MEM_ERRORJerome Jiang2023-05-081-5/+5
* CHECK_MEM_ERROR to return in vp9_set_roi_mapJerome Jiang2023-05-081-3/+4
* Add Vpx* prefix to Tpl{Block,Frame}StatsJerome Jiang2023-05-041-1/+1
* Add codec control to export TPL statsJerome Jiang2023-05-031-0/+1
* Move TplFrameStats to public headerJerome Jiang2023-05-011-16/+0
* Store tpl stats before propagationJerome Jiang2023-04-201-0/+18
* Avoid redundant start MV SAD calculationDeepa K G2023-04-111-0/+34
* Skip trellis coeff opt based on tx block propertiesDeepa K G2023-03-191-6/+87
* Refactor logic of skipping trellis coeff optDeepa K G2023-03-191-0/+19
* vp9_block.h: rename diff struct to DiffJames Zern2023-02-221-1/+1
* Remove CONFIG_CONSISTENT_RECODE flagchiyotsai2023-02-101-2/+0
* Merge "Move TPL to a new file" into mainYunqing Wang2023-02-071-0/+13
|\
| * Move TPL to a new fileYunqing Wang2023-02-061-0/+13
* | Remove duplicated VPX_SCALING declarationJerome Jiang2023-02-061-9/+2
|/
* Add encoder component timing informationYunqing Wang2023-01-271-0/+101
* Add codec control to set per frame QPJerome Jiang2023-01-191-0/+2
* vp9-svc: Fixes to make SVC work with VBRMarco Paniconi2022-11-151-1/+1
* Reland "Add vp9 ref frame to flag map function"Jianhui Dai2022-01-191-0/+7
* Revert "Set unused reference frames to first ref"Jerome Jiang2022-01-111-16/+6
* Revert "Add vp9 ref frame to flag map function"Jerome Jiang2022-01-111-10/+5
* Add vp9 ref frame to flag map functionJianhui Dai2022-01-011-5/+10
* Set unused reference frames to first refJianhui Dai2021-12-111-6/+16
* Remove unused old FP_MB_STATS codeYunqing Wang2021-07-231-8/+0
* Clean up allow_partition_search_skip codeYunqing Wang2021-07-231-3/+0
* Add codec control for rtc external ratectrl libJerome Jiang2021-07-131-0/+2
* Add use_simple_encode_api to oxcfAngie Chiang2021-06-211-0/+1
* Add fields into RC for Vizier ML experiments.Paul Wilkins2021-03-031-0/+1
* Accumulate frame tpl stats and pass through rate control apiCheng Chen2020-11-091-0/+19
* Add ref frame info to vpx_rc_encodeframe_info_tAngie Chiang2020-10-201-0/+5
* Add vp9_extrc_init/create/deleteangiebird2020-10-091-6/+1
* Add callback functions for external_rate_controlangiebird2020-10-091-3/+4
* Add codec control for external rate control libangiebird2020-10-021-0/+7
* Add codec control to disable loopfilter for vp9Jerome Jiang2020-10-021-0/+8
* Avoid re-allocating fp_motion_vector_infoangiebird2020-08-101-2/+9
* Make target_frame_bits error margin configurable.angiebird2020-08-101-1/+8
* Add rq_history to encode_frame_resultangiebird2020-08-071-0/+12
* Fix ObserveFirstPassMotionVectors()angiebird2020-08-071-3/+11
* Merge "Cosmetic changes for rate_ctrl experiment"Angie Chiang2020-08-061-1/+1
|\
| * Cosmetic changes for rate_ctrl experimentangiebird2020-08-051-1/+1
* | L2E: Add ObserveFirstPassMotionVectorCheng Chen2020-08-031-0/+26
|/
* Add recode loop logics for rate_ctrl experimentangiebird2020-08-031-0/+37
* Add init version of EncodeFrameWithTargetFrameBits()angiebird2020-07-201-7/+21
* Add GOP_COMMANDangiebird2020-05-261-7/+33
* Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9.""Jerome Jiang2020-04-241-0/+2
* Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."Jerome Jiang2020-04-201-2/+0
* vp9: add rate control interface for RTCJerome Jiang2020-04-061-0/+8
* Add ref_frame_info to encode_frame_resultangiebird2020-03-031-1/+16
* Make external arf consistent with vp9Cheng Chen2020-02-241-0/+14
* Allow external arf to determine gop sizeCheng Chen2020-02-241-9/+0