HomeSort by relevance Sort by last modified time
    Searched full:bitreverse (Results 1 - 5 of 5) sorted by null

  /external/libvorbis/lib/
sharedbook.c 141 /* bitreverse the words because our bitwise packer/unpacker is LSb
299 static ogg_uint32_t bitreverse(ogg_uint32_t x){ function
346 codes[i]=bitreverse(codes[i]);
389 ogg_uint32_t orig=bitreverse(c->codelist[i]);
403 if(c->dec_firsttable[bitreverse(word)]==0){
416 c->dec_firsttable[bitreverse(word)]=
codebook.c 273 bitreverse is not in the main execution path. */
275 static ogg_uint32_t bitreverse(ogg_uint32_t x){ function
310 ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok);
mdct.c 76 /* bitreverse lookup... */
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_real.c 49 * operations. Reading the input signal from split-radix bitreverse offsets.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 66 RBIT, // ARM bitreverse instruction

Completed in 160 milliseconds