Home
last modified time | relevance | path

Searched refs:npow2_ldac (Results 1 – 7 of 7) sorted by relevance

/external/libldac/src/
Dsetpcm_fixp_ldac.c96 int nsmpl = npow2_ldac(nlnn); in set_input_pcm_ldac()
Dmdct_ldac.c30 int nsmpl = npow2_ldac(nlnn); in proc_mdct_core_ldac()
Dsetpcm_ldac.c118 int nsmpl = npow2_ldac(nlnn); in set_input_pcm_ldac()
Dsigana_ldac.c131 int nsmpl = npow2_ldac(nlnn+1); in ana_frame_status_ldac()
Dldac.h274 #define npow2_ldac(n) (1 << (n)) macro
Dmdct_fixp_ldac.c30 int nsmpl = npow2_ldac(nlnn); in proc_mdct_core_ldac()
Dsigana_fixp_ldac.c315 int nsmpl = npow2_ldac(nlnn+1); in ana_frame_status_ldac()