14-bit left-aligned by two
I have two bytes containing a 14-bit left-justified two extra values and I need to convert it to a short short value (-8192 to +8191, I guess?)
What would be the fastest way to do this?
+3
source to share
I have two bytes containing a 14-bit left-justified two extra values and I need to convert it to a short short value (-8192 to +8191, I guess?)
What would be the fastest way to do this?