Home
last modified time | relevance | path

Searched refs:INT_BITS (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_intrinsics.h24 #define INT_BITS 32 macro
Dixheaacd_freq_sca.c504 start = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_start), INT_BITS - 8); in ixheaacd_calc_freq_ratio()
505 stop = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_stop), INT_BITS - 8); in ixheaacd_calc_freq_ratio()
545 exact = ixheaacd_shl32_sat(ixheaacd_deposit16l_in32(stop), INT_BITS - 8); in ixheaacd_calc_bands()
553 current = ixheaacd_extract16l(ixheaacd_shr32(temp, (INT_BITS - 9))); in ixheaacd_calc_bands()
Dixheaacd_sbrdec_initfuncs.c1100 hs->str_sbr_scale_fact.ov_lb_scale = INT_BITS - 1; in ixheaacd_create_sbrdec()
1101 hs->str_sbr_scale_fact.hb_scale = INT_BITS - 1; in ixheaacd_create_sbrdec()
1102 hs->str_sbr_scale_fact.ov_hb_scale = INT_BITS - 1; in ixheaacd_create_sbrdec()
1103 hs->str_sbr_scale_fact.st_syn_scale = INT_BITS - 1; in ixheaacd_create_sbrdec()