Searched refs:bitreverse (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c141 /* bitreverse the words because our bitwise packer/unpacker is LSb
317 static ogg_uint32_t bitreverse(ogg_uint32_t x){ function
364 codes[i]=bitreverse(codes[i]);
407 ogg_uint32_t orig=bitreverse(c->codelist[i]);
421 if(c->dec_firsttable[bitreverse(word)]==0){
434 c->dec_firsttable[bitreverse(word)]=
H A Dcodebook.c303 bitreverse is not in the main execution path. */
305 static ogg_uint32_t bitreverse(ogg_uint32_t x){ function
340 ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok);

Completed in 162 milliseconds