sw_engine: optimization++
authorHermet Park <chuneon.park@samsung.com>
Sun, 19 Apr 2020 02:13:28 +0000 (11:13 +0900)
committerHermet Park <chuneon.park@samsung.com>
Sun, 19 Apr 2020 02:13:28 +0000 (11:13 +0900)
commit75f2bc5f38c8d6a62ae55b2d9a24ed1de3c6f292
treea17cdae8a5e635dc3f9a2bd2ed7a08642d99087a
parentb2de30ba48c83a4a97b8970f0dc8609f897c6463
sw_engine: optimization++

Adjust rle span generation size to reduce memory allocation.
This span growing is experimentally increased, undeterministic.
Thus We need too increase them every requests, if we increase their
size x 4, we can avoid a lot of memory copy in advance.

Change-Id: Idd24024204a69fa3b6857728b95aa63a3ac26c5e
src/lib/sw_engine/tvgSwRle.cpp