summaryrefslogtreecommitdiffstats
path: root/encoder/irc_rate_control_api.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use static structs for rc initMartin Storsjo2015-06-251-1/+1
| | | | | | | | | | | | | Most of them was benign and didn't risk any data race; they were used for write-only memory during init. The array as_itt_memtab in ih264e_get_rate_control_mem_tab could however cause a real data race, if multiple threads try to initialize an encoder at the same time, since it used as temporary storage when mapping between different structs. Change-Id: I3ca29f0e3be2fad154becc3ee29867e591975a74
* Fixed QP lockupsHarinarayanan K K2015-06-251-11/+20
| | | | | | | | | Fixed QP getting locked up at particluar values even when it is supposed to be changing by ensuring that Qp will have a swing of atleast +-2 from previous value and correcting the Qp translation tables Change-Id: Id6f0fa4f282c288b81cfe278f34957a0fa68ff8c
* Added support for Main Profile toolsets in encoder.Harinarayanan K K2015-06-251-1/+3
| | | | | | | | Added support for CABAC entropy coding. Added support for B slices. Fixed an issue in rate control constant QP mode. Change-Id: Ib759d35e8e943f941aa9b8bbff0362d92c619994
* fix file permissionsLajos Molnar2015-05-051-0/+0
| | | | Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
* Initial versionHamsalekha S2015-04-021-0/+1600
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017