Searched defs:nbands (Results 1 - 4 of 4) sorted by relevance

/external/libldac/src/
H A Dencode_ldac.c206 int nbands,
219 p_ab->nbands = nbands;
220 p_ab->nqus = ga_nqus_ldac[nbands];
204 encode_ldac( SFINFO *p_sfinfo, int nbands, int grad_mode, int grad_qu_l, int grad_qu_h, int grad_os_l, int grad_os_h, int abc_status) argument
H A Dldaclib_api.c565 int nbands,
573 if ((nbands < LDAC_BAND_OFFSET) ||
574 (ga_max_nbands_ldac[hData->sfinfo.cfg.smplrate_id] < nbands)) {
612 hData->nbands = nbands;
695 error_code = encode_ldac(p_sfinfo, hData->nbands, hData->grad_mode,
563 ldaclib_set_encode_info( HANDLE_LDAC hData, int nbands, int grad_mode, int grad_qu_l, int grad_qu_h, int grad_os_l, int grad_os_h, int abc_status) argument
H A Dldac.h210 int nbands; member in struct:_audio_block_ldac
244 int nbands; member in struct:_handle_ldac_struct
/external/speex/libspeex/
H A Dpreprocess.c186 int nbands; member in struct:SpeexPreprocessState_
444 st->nbands = NB_BANDS;
445 M = st->nbands;
746 M = st->nbands;
825 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,st->nbands)));
1021 M = st->nbands;

Completed in 163 milliseconds