Displaying 1 result from an estimated 1 matches for "qlpc".
Did you mean:
  lpc
  
2009 Apr 05
1
FLAC decoding details
...he data produced by the 
decoder, or the data that was passed to the encoded when the file was 
made? If it means on produced data, are the channels interleaved? Stored 
as big or little endian? If it means the original data, how can we be 
sure of the format of that data?
How do I handle negative QLPC shifts, officially? Treat them as positive 
left shifts? Or treat them as an error condition? Or treat them as a 
right shift with the shift index taken modulo 32 (as apparently happened 
with earlier versions of the reference code)?
If I read a signed value that is one bit, what is "1"...