octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9712] [octave forge] (image) new function


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #9712] [octave forge] (image) new function bwpack
Date: Thu, 1 Nov 2018 09:04:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #6, patch #9712 (project octave):

I'm not sure bitpack does the right thing. Its documentation says that the
bits come in increasing order of significance but then they also say that x(1)
is bit 0 which will not be the least significant bit for uint32 on big-endian.
 Also, looking at the code, seems that they pack the values one byte at a time
so I don't think the endianess is used.  If you have a big-endian machine
running Octave, can you test it?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9712>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]