forked from len0rd/rockbox
Fix broken whitespace after r24862
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25031 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3c87824970
commit
b382d8334b
13 changed files with 395 additions and 403 deletions
|
|
@ -300,7 +300,6 @@ static long decode_packed_block(codebook *book, oggpack_buffer *b,
|
||||||
if(UNLIKELY(entry&0x80000000UL)){
|
if(UNLIKELY(entry&0x80000000UL)){
|
||||||
lo=(entry>>15)&0x7fff;
|
lo=(entry>>15)&0x7fff;
|
||||||
hi=book->used_entries-(entry&0x7fff);
|
hi=book->used_entries-(entry&0x7fff);
|
||||||
{
|
|
||||||
ogg_uint32_t testword=bitreverse((ogg_uint32_t)cache);
|
ogg_uint32_t testword=bitreverse((ogg_uint32_t)cache);
|
||||||
|
|
||||||
while(LIKELY(hi-lo>1)){
|
while(LIKELY(hi-lo>1)){
|
||||||
|
|
@ -311,16 +310,13 @@ static long decode_packed_block(codebook *book, oggpack_buffer *b,
|
||||||
lo+=p;
|
lo+=p;
|
||||||
}
|
}
|
||||||
entry=lo;
|
entry=lo;
|
||||||
}
|
|
||||||
}else
|
}else
|
||||||
entry--;
|
entry--;
|
||||||
|
|
||||||
*bufptr++=entry;
|
*bufptr++=entry;
|
||||||
{
|
|
||||||
int l=book->dec_codelengths[entry];
|
int l=book->dec_codelengths[entry];
|
||||||
cachesize-=l;
|
cachesize-=l;
|
||||||
cache>>=l;
|
cache>>=l;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
adr=(unsigned long)b->headptr;
|
adr=(unsigned long)b->headptr;
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,3 @@ static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1] ={
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue