Home
last modified time | relevance | path

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

/external/libldac/src/
Dquant_fixp_ldac.c32 id = LDAC_NIDSF >> 1; in get_scale_factor_id_ldac()
33 step = LDAC_NIDSF >> 2; in get_scale_factor_id_ldac()
44 if ((ga_sf_ldac[id] <= val) && (id < LDAC_NIDSF-1)) { in get_scale_factor_id_ldac()
Dbitalloc_sub_ldac.c82 static const unsigned char sa_bitlen_maxdif_0_ldac[LDAC_NIDSF] = {
136 static const unsigned char sa_bitlen_maxdif_1_ldac[LDAC_NIDSF] = {
187 static const unsigned char sa_bitlen_absmax_2_ldac[LDAC_NIDSF>>1] = {
Dquant_ldac.c34 if (id > LDAC_NIDSF-1) { in get_scale_factor_id_ldac()
35 id = LDAC_NIDSF-1; in get_scale_factor_id_ldac()
Dtables_sigproc_fixp_ldac.c221 DECLFUNC const INT32 ga_sf_ldac[LDAC_NIDSF] = { /* Q15 */
Dtables_sigproc_ldac.c367 DECLFUNC const SCALAR ga_isf_ldac[LDAC_NIDSF] = {
Dldac.h115 #define LDAC_NIDSF 32 macro
Dldaclib_api.c595 if ((grad_os_h < 0) || (LDAC_NIDSF <= grad_os_h)) {
607 if ((grad_os_l < 0) || (LDAC_NIDSF <= grad_os_l)) {