HomeSort by relevance Sort by last modified time
    Searched refs:RAND_BUF_MASK (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
PLC.h 38 #define RAND_BUF_MASK ( RAND_BUF_SIZE - 1 )
PLC.c 300 idx = silk_RSHIFT( rand_seed, 25 ) & RAND_BUF_MASK;
  /external/libopus/silk/
PLC.h 38 #define RAND_BUF_MASK ( RAND_BUF_SIZE - 1 )
PLC.c 300 idx = silk_RSHIFT( rand_seed, 25 ) & RAND_BUF_MASK;

Completed in 849 milliseconds