summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
Commit message (Expand)AuthorAgeFilesLines
* L2E: Make SimpleEncode take vp9 level as an inputCheng Chen2022-03-301-1/+23
* Fix typos in simple_encode.hAngie Chiang2020-11-251-1/+1
* Allow user to set rc_mode and cq_level in SimpleEncodeAngie Chiang2020-11-201-15/+26
* Accumulate frame tpl stats and pass through rate control apiCheng Chen2020-11-091-0/+30
* vp9_extrc_get_encodeframe_decision()angiebird2020-10-151-4/+4
* Add SetEncodeConfig and DumpEncodeConfigsangiebird2020-10-021-0/+31
* Cosmetic changes in simple_encode.hangiebird2020-08-101-3/+3
* Correct the first pass motion vector scaleangiebird2020-08-101-1/+2
* Make target_frame_bits error margin configurable.angiebird2020-08-101-2/+7
* Add rq_history to encode_frame_resultangiebird2020-08-071-0/+6
* L2E: Add ObserveFirstPassMotionVectorCheng Chen2020-08-031-4/+23
* Add init version of EncodeFrameWithTargetFrameBits()angiebird2020-07-201-0/+6
* Add SetEncodeSpeed() to SimpleEncodeangiebird2020-07-151-0/+10
* Let SetExternalGroupOfPicturesMap use c-style arrangiebird2020-06-111-1/+1
* Add extra check / unit test to SetExternalGroupOfPicturesMap()angiebird2020-05-281-2/+11
* Add functions to compute/observe key frame mapangiebird2020-05-261-3/+17
* Make SetExternalGroupOfPicture support no arf modeangiebird2020-05-261-7/+32
* Add detail comments on valid_list in SimpleEncodeangiebird2020-03-161-0/+1
* Move member functions up in simple_encode.hangiebird2020-03-131-11/+11
* Add unit test for ref_frame_infoangiebird2020-03-031-1/+4
* Add key frame group info to SimpleEncodeangiebird2020-03-031-2/+19
* Add ref_frame_info to encode_frame_resultangiebird2020-03-031-0/+2
* Add RefFrameInfoangiebird2020-02-261-17/+20
* Keep ref frame coding indexes in SimpleEncodeangiebird2020-02-251-1/+21
* Make external arf consistent with vp9Cheng Chen2020-02-241-3/+4
* Add interface for external arf indexes.Cheng Chen2020-02-241-0/+8
* Rename values in RefFrameType and FrameTypeangiebird2020-02-211-12/+14
* Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird2020-02-201-4/+20
* Set mv to zero if the second ref does not existCheng Chen2020-02-101-0/+2
* Replace NULL by nullptr in simple_encode.c/hangiebird2020-02-061-1/+1
* Sync simple_encode.hangiebird2020-02-061-7/+6
* Pass motion vector info to encode frame resultCheng Chen2020-02-061-0/+38
* Let SimpleEncode be able to output bitstreamangiebird2020-02-051-2/+5
* Add coded_frame to EncodeFrameResultsangiebird2020-02-051-2/+12
* Change partition_info to a vectorCheng Chen2020-01-281-2/+6
* Add some description about partition infoCheng Chen2020-01-271-0/+14
* Merge "l2e: cosmetic changes of multi-dimension arrays"Cheng Chen2020-01-271-18/+23
|\
| * l2e: cosmetic changes of multi-dimension arraysCheng Chen2020-01-261-18/+23
* | Pass partition info to encode frame resultCheng Chen2020-01-271-2/+19
|/
* Add comments to frame counts.Cheng Chen2020-01-131-0/+37
* Copy frame counts to the encode result.Cheng Chen2020-01-091-0/+48
* Rename encode_frame_indexangiebird2019-12-161-5/+6
* Add start_show_index/show_frame_countangiebird2019-12-161-0/+5
* Add detailed description about GroupOfPictureangiebird2019-12-131-0/+11
* Add GetFramePixelCount to SimpleEncodeangiebird2019-12-121-0/+3
* Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird2019-12-101-0/+20
* Add GetKeyFrameGroupSize()angiebird2019-12-061-0/+7
* Describe ObserveFirstPassStats with more detailsangiebird2019-12-031-1/+4
* Make GetCodingFrameNum const functionangiebird2019-11-251-1/+1
* Add missing includes to simple_encode.hangiebird2019-11-251-0/+3