Increasing performance at Odroid C2

Sup, guys.
Cause libORBEC.so for aarch64 is still unavailable, I started to use pre-compiled openni2 for ARM architecture with Odrobian Jessie on my Odroid C2. And fps is confusing. I configured 640x480 depth stream. When camera directed to close objects(about 1-1.5 meters) fps is about 12-15, but when it directed to far object(e.g. wall in 5-6 meters above camera), fps dropping to 1-2 and sometimes stucks for several seconds. Also, when I place my hand right near camera(40-50 centimeters), fps increasing to 30.
I tried to increase performance in several ways. Cropping image (I realy need only center of image) does not work at all. Setting max depth value to 10000 work, but do not giving any increase.
So, is there way to increase performance with Odroid C2? My test code is belong.
Thanks.