diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-06-19 06:01:30 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-06-19 14:35:22 +0000 |
commit | 1ac56fb2928b256363905202adeb554334b018b8 (patch) | |
tree | a8810dfb2acabfb3252de5fa3352eeb266bb4ee8 /src/panic.c | |
parent | 34da6b5f47be586d20c8af30ff6d7f23c2d357c9 (diff) |
core/conv/conv_acc.c: use static allocation for vdecoder
Allocation of a new memory is an expensive operation, which
takes place when it's initially unknown, how much memory will
we need, or in order to decrease total memory usage.
The vdecoder struct wasn't require dynamic allocation itself,
so let's use static allocation in order to increase performance.
Change-Id: Id1b140d3cb61db7352dcfc217a8fc36091e945ab
Diffstat (limited to 'src/panic.c')
0 files changed, 0 insertions, 0 deletions