Merge pull request #1804 from sijchen/fix_over3

[Encoder] fix potential overflow under large bit rate
This commit is contained in:
ruil2
2015-02-06 14:22:01 +08:00
10 changed files with 7711 additions and 7708 deletions

View File

@@ -3262,14 +3262,14 @@ struct EncodeOptionParam {
};
static const EncodeOptionParam kOptionParamArray[] = {
{0, 30, 600, 460, 1, 400, 15.0, 1},
{0, 30, 600, 460, 1, 450, 15.0, 1},
{1, 30, 340, 96, 24, 1000, 30.0, 1},
{2, 30, 140, 196, 51, 500, 7.5, 1},
{3, 30, 110, 296, 50, 500, 7.5, 1},
{4, 30, 104, 416, 44, 500, 7.5, 1},
{5, 30, 16, 16, 2, 500, 7.5, 1},
{6, 30, 32, 16, 2, 500, 7.5, 1},
{7, 30, 600, 460, 1, 400, 15.0, 4},
{7, 30, 600, 460, 1, 450, 15.0, 4},
{8, 30, 340, 96, 24, 1000, 30.0, 2},
{9, 30, 140, 196, 51, 500, 7.5, 3},
{10, 30, 110, 296, 50, 500, 7.5, 2},