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

  /external/libldac/src/
mdct_ldac.c 30 int nsmpl = npow2_ldac(nlnn);
setpcm_fixp_ldac.c 96 int nsmpl = npow2_ldac(nlnn);
ldac.h 274 #define npow2_ldac(n) (1 << (n)) macro
setpcm_ldac.c 118 int nsmpl = npow2_ldac(nlnn);
sigana_ldac.c 131 int nsmpl = npow2_ldac(nlnn+1);
mdct_fixp_ldac.c 30 int nsmpl = npow2_ldac(nlnn);
sigana_fixp_ldac.c 315 int nsmpl = npow2_ldac(nlnn+1);

Completed in 232 milliseconds