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

  /external/libxaac/decoder/
ixheaacd_ps_bitdec.c 117 p_iid_par_prev = ptr_ps_dec->iid_par_table[e - 1];
125 ixheaacd_add16(*p_iid_par_prev, ptr_ps_dec->iid_par_table[e][i]);
126 ptr_ps_dec->iid_par_table[e][i] = ixheaacd_clamp(
131 ptr_ps_dec->iid_par_table[e][0] =
132 ixheaacd_clamp(ptr_ps_dec->iid_par_table[e][0],
135 temp = ixheaacd_add16(ptr_ps_dec->iid_par_table[e][i - 1],
136 ptr_ps_dec->iid_par_table[e][i]);
137 ptr_ps_dec->iid_par_table[e][i] = ixheaacd_clamp(
142 memset(ptr_ps_dec->iid_par_table[e], 0,
149 ptr_ps_dec->iid_par_table[e][i]
    [all...]
ixheaacd_ps_dec.h 107 WORD16 iid_par_table[MAXIM_NUM_OF_PS_ENVLOPS + 2][NUM_BANDS_FINE]; member in struct:__anon26595
ixheaacd_ps_dec.c 789 p_iid_idx = &ptr_ps_dec->iid_par_table[env][0];
    [all...]
ixheaacd_sbrdec_lpfuncs.c 652 ptr_ps_dec->iid_par_table[e][b] =
    [all...]

Completed in 57 milliseconds